summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-15 21:31:43 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-15 21:31:55 +1200
commit03658c4d5cb7297a5ea562cf367d8c8170cc7bec (patch)
treed1da563912f928d7879ca388fe2996c004764d6c /dev-perl/Data-DumpXML
parentnet-misc/networkmanager: bump to 1.26.0 (diff)
downloadgentoo-03658c4d5cb7297a5ea562cf367d8c8170cc7bec.tar.gz
gentoo-03658c4d5cb7297a5ea562cf367d8c8170cc7bec.tar.bz2
gentoo-03658c4d5cb7297a5ea562cf367d8c8170cc7bec.zip
dev-perl/Data-DumpXML: -r bump for EAPI7
- EAPI7 - Fixup deps - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Data-DumpXML')
-rw-r--r--dev-perl/Data-DumpXML/Data-DumpXML-1.60.0-r2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Data-DumpXML/Data-DumpXML-1.60.0-r2.ebuild b/dev-perl/Data-DumpXML/Data-DumpXML-1.60.0-r2.ebuild
new file mode 100644
index 000000000000..5eff192d252a
--- /dev/null
+++ b/dev-perl/Data-DumpXML/Data-DumpXML-1.60.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION="Dump arbitrary data structures as XML"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris"
+
+RDEPEND="
+ >=dev-perl/Array-RefElem-0.10.0
+ >=virtual/perl-MIME-Base64-2
+ >=dev-perl/XML-Parser-2
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"