diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-04-21 02:26:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-04-21 02:26:53 +0000 |
commit | f74aea20a37f7e6abbad6cd3a06a30cdc1f501ec (patch) | |
tree | 4a28d3ef46ec56aa73e446e8964d1f68f12688f8 /dev-perl/MogileFS-Utils/MogileFS-Utils-2.230.0.ebuild | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-f74aea20a37f7e6abbad6cd3a06a30cdc1f501ec.tar.gz gentoo-2-f74aea20a37f7e6abbad6cd3a06a30cdc1f501ec.tar.bz2 gentoo-2-f74aea20a37f7e6abbad6cd3a06a30cdc1f501ec.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/MogileFS-Utils/MogileFS-Utils-2.230.0.ebuild')
-rw-r--r-- | dev-perl/MogileFS-Utils/MogileFS-Utils-2.230.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.230.0.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.230.0.ebuild new file mode 100644 index 000000000000..b6115b1737e5 --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.230.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.230.0.ebuild,v 1.1 2012/04/21 02:26:53 robbat2 Exp $ + +EAPI=4 + +MODULE_AUTHOR=DORMANDO +MODULE_VERSION=${PV%0.0} +inherit perl-module + +DESCRIPTION="Server for the MogileFS distributed file system" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="virtual/perl-IO-Compress + dev-perl/libwww-perl + >=dev-perl/MogileFS-Client-1.16" +DEPEND="${RDEPEND}" |