summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-24 14:37:00 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-24 14:37:31 +1200
commit982e6062a8b507f841fc56fdc3cbfe3c5729f7e7 (patch)
tree7a0062c30cd6b933f42769459829e2f1ba87653b
parentdev-perl/Data-Uniqid: -r bump for EAPI7 (diff)
downloadgentoo-982e6062a8b507f841fc56fdc3cbfe3c5729f7e7.tar.gz
gentoo-982e6062a8b507f841fc56fdc3cbfe3c5729f7e7.tar.bz2
gentoo-982e6062a8b507f841fc56fdc3cbfe3c5729f7e7.zip
dev-perl/Data-Utilities: -r bump for EAPI7
- EAPI7 - Parallel tests - Improve dependencies Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
new file mode 100644
index 000000000000..ea54a3c9dcfe
--- /dev/null
+++ b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CORNELIS
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Merge nested Perl data structures"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Clone-0.220.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.440.0
+ )
+"
+# Its a silly EUMM Shim
+# and it doesn't work anyway without '.' in @INC
+PREFER_BUILDPL=no