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
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')
-rw-r--r--dev-perl/MogileFS-Utils/Manifest1
-rw-r--r--dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/MogileFS-Utils/Manifest b/dev-perl/MogileFS-Utils/Manifest
index 14e097609a72..3575edbcdd65 100644
--- a/dev-perl/MogileFS-Utils/Manifest
+++ b/dev-perl/MogileFS-Utils/Manifest
@@ -1 +1,2 @@
DIST MogileFS-Utils-2.28.tar.gz 40822 SHA256 16875b6f52d245fd50c4ccde78285251373339efb713e77a414ee82aa9901932 SHA512 fb8391e08ee9a2834bf1ecd89d395d293c23e26352dc91987fd9285b12279bb23ff2d0bb754e3c36ae0fd8460a2e2d80dce1de0285faf96cadf61612c0cac121 WHIRLPOOL 71f04c259e57f772568ed2b6c2528fef620af14ac4f948ee1af1c832240ee435d597267d45d24b7f17e71692607640ac80d7623704ed0b7836852054bcbd1d6c
+DIST MogileFS-Utils-2.29.tar.gz 40648 SHA256 56eacdbd9d3ff2c09300d94d5ca7cf740590e5422435625e4c8a2e7c6059d9cd SHA512 833dd37266be5337ac4a64df5677ed988aee47df6e883d409e6d2326207dd9540e941f61752959e3ca200d83ae061a234fc79073ccffb71fddcda88753efbd99 WHIRLPOOL f28604b6bdd2c0760f2c5bea2b65600dc88003907d980b14621b0cc4022ca7f28ca425a11f228993ba9d3f2ba7d1a8293c072828f5469ba3e4f375a683ed1825
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
+"