summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-16 20:39:19 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-16 21:32:51 +0100
commit8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad (patch)
treea190c6925f49e497d78548751f6e2f6a7c1def8d /dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild
parentdev-perl/Module-Starter: Remove old (diff)
downloadgentoo-8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad.tar.gz
gentoo-8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad.tar.bz2
gentoo-8b3b1a165aa10dee9c2f45d6ce97ec367fefd2ad.zip
dev-perl/MogileFS-Client: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild')
-rw-r--r--dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild b/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild
new file mode 100644
index 000000000000..cb957126f29a
--- /dev/null
+++ b/dev-perl/MogileFS-Client/MogileFS-Client-1.170.0-r3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DORMANDO
+DIST_VERSION=${PV%0.0}
+inherit perl-module
+
+DESCRIPTION="Client library for the MogileFS distributed file system"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+ >=dev-perl/IO-stringy-2.110
+ dev-perl/libwww-perl
+"
+BDEPEND="${RDEPEND}"