summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 23:57:17 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-24 23:57:17 +0200
commit3401303a5395c2a063391012ac53179bebd9120f (patch)
tree386ff2a879f9507887d3429036298218989d3297 /dev-perl/Path-Class
parentdev-perl/PatchReader: EAPI=8 bump (diff)
downloadgentoo-3401303a5395c2a063391012ac53179bebd9120f.tar.gz
gentoo-3401303a5395c2a063391012ac53179bebd9120f.tar.bz2
gentoo-3401303a5395c2a063391012ac53179bebd9120f.zip
dev-perl/Path-Class: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Path-Class')
-rw-r--r--dev-perl/Path-Class/Path-Class-0.370.0-r1.ebuild (renamed from dev-perl/Path-Class/Path-Class-0.370.0.ebuild)13
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild b/dev-perl/Path-Class/Path-Class-0.370.0-r1.ebuild
index 43264640fe58..45e0cae0f11b 100644
--- a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild
+++ b/dev-perl/Path-Class/Path-Class-0.370.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=KWILLIAMS
DIST_VERSION=0.37
@@ -11,8 +11,6 @@ DESCRIPTION="Cross-platform path specification manipulation"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
@@ -25,7 +23,8 @@ RDEPEND="
virtual/perl-Scalar-List-Utils
virtual/perl-parent
"
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.360.100
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
@@ -33,7 +32,5 @@ DEPEND="${RDEPEND}
virtual/perl-Test-Simple
)
"
-src_test() {
- perl_rm_files "t/author-critic.t"
- perl-module_src_test
-}
+
+PERL_RM_FILES=( "t/author-critic.t" )