Skip to content

Commit

Permalink
dev-perl/Data-Visitor: -r bump for EAPI7
Browse files Browse the repository at this point in the history
- EAPI7
- Improve dependencies
- Parallel tests

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Jul 24, 2020
1 parent 439ce82 commit 7483a7f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dev-perl/Data-Visitor/Data-Visitor-0.300.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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
)
"

0 comments on commit 7483a7f

Please sign in to comment.