commit:     3401303a5395c2a063391012ac53179bebd9120f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 21:57:17 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 21:57:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3401303a

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 <AT> gentoo.org>

 ...th-Class-0.370.0.ebuild => Path-Class-0.370.0-r1.ebuild} | 13 +++++--------
 1 file 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
similarity index 85%
rename from dev-perl/Path-Class/Path-Class-0.370.0.ebuild
rename to dev-perl/Path-Class/Path-Class-0.370.0-r1.ebuild
index 43264640fe5..45e0cae0f11 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" )

Reply via email to