summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-15 20:59:59 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-15 21:00:48 +1200
commitacad6df310d8fe7ce0be30d3e5b6d75df5d28862 (patch)
tree382f5b80b139568b76532ecf3cb14fd204ee4466 /dev-perl
parentdev-lang/php: stable 7.2.32 for sparc, bug #732488 (diff)
downloadgentoo-acad6df310d8fe7ce0be30d3e5b6d75df5d28862.tar.gz
gentoo-acad6df310d8fe7ce0be30d3e5b6d75df5d28862.tar.bz2
gentoo-acad6df310d8fe7ce0be30d3e5b6d75df5d28862.zip
dev-perl/Data-Dump: -r bump for EAPI7
- EAPI7 - Add more virtual deps - Parallel tests Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
new file mode 100644
index 000000000000..e36590eea3ee
--- /dev/null
+++ b/dev-perl/Data-Dump/Data-Dump-1.230.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=1.23
+inherit perl-module
+
+DESCRIPTION="Pretty printing of data structures"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+ virtual/perl-MIME-Base64
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test
+ )
+"