summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-02-27 14:10:26 +1300
committerKent Fredric <kentfredric@gmail.com>2016-02-27 21:39:56 +1300
commit01c2fe27830513fbb38af101e1500ba1855ca6bf (patch)
treeed459ace5e23bc8337ff065364ae32b37a41d728 /dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild
parentdev-perl/Module-Implementation: Bump to version 0.90.0 (diff)
downloadgentoo-01c2fe27830513fbb38af101e1500ba1855ca6bf.tar.gz
gentoo-01c2fe27830513fbb38af101e1500ba1855ca6bf.tar.bz2
gentoo-01c2fe27830513fbb38af101e1500ba1855ca6bf.zip
dev-perl/MogileFS-Utils: Bump to version 2.290.0
- use EAPI6 Upstream: - returns better codes to exit() - adds `mogile device next` command Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild')
-rw-r--r--dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild
new file mode 100644
index 000000000000..d30585452a45
--- /dev/null
+++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DORMANDO
+DIST_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.160.0"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"