dev-perl/MogileFS-Utils: bump
authorRobin H. Johnson <robbat2@gentoo.org>
Fri, 8 Nov 2019 00:59:41 +0000 (16:59 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Fri, 8 Nov 2019 14:23:05 +0000 (06:23 -0800)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
dev-perl/MogileFS-Utils/Manifest
dev-perl/MogileFS-Utils/MogileFS-Utils-2.300.0.ebuild [new file with mode: 0644]

index 5cc72104fb0529a7441c21cabd2a6efde9d42093..f0f3d0955c65cadbabcf8a711602a8ebd1a0a6e1 100644 (file)
@@ -1 +1,2 @@
 DIST MogileFS-Utils-2.29.tar.gz 40648 BLAKE2B ef97bb9820f0dd25f8e1b36a10d08ae48ac2241ab3fcc875e366ec834115c215c12101814eb8a0d40ecd915ab5b71c6283365c1f10b75a3e13741bece65607f1 SHA512 833dd37266be5337ac4a64df5677ed988aee47df6e883d409e6d2326207dd9540e941f61752959e3ca200d83ae061a234fc79073ccffb71fddcda88753efbd99
+DIST MogileFS-Utils-2.30.tar.gz 40653 BLAKE2B 7bd0d4913495d20ce0e9e2abd092a1ffbc3ce62f82cecc3ebe33216b5f3a338765b1f5ad71fec79373f9eb15b68d58f368f12d11becf19e479d3ffcb0783a1c5 SHA512 6e248ca497f033e1b5c5cb01f89d6d97a3d1ada61cb224a82fc9bca3ba7b3be0341037405603d1dbcbba86277dfd4a1862d4bca0265f5b35d10ac8b6ca33aa6b
diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.300.0.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.300.0.ebuild
new file mode 100644 (file)
index 0000000..5f6efcd
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+"