commit: 7483a7fb9f7806c4533d11ad62562f3e37503321
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 04:32:10 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 04:32:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7483a7fb
dev-perl/Data-Visitor: -r bump for EAPI7
- EAPI7
- Improve dependencies
- Parallel tests
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Data-Visitor/Data-Visitor-0.300.0-r2.ebuild | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r2.ebuild
b/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r2.ebuild
new file mode 100644
index 00000000000..4a1dc212a1d
--- /dev/null
+++ b/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DOY
+DIST_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION="Visitor style traversal of Perl data structures"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Class-Load-0.60.0
+ >=dev-perl/Moose-0.890.0
+ >=dev-perl/Tie-ToObject-0.10.0
+ >=dev-perl/namespace-clean-0.190.0
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"