commit: 1f54c32e8c165380952216eb33f3b20d18e38106
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 21:34:04 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 21:54:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f54c32e
dev-perl/Probe-Perl: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...obe-Perl-0.30.0.ebuild => Probe-Perl-0.30.0-r1.ebuild} | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
b/dev-perl/Probe-Perl/Probe-Perl-0.30.0-r1.ebuild
similarity index 75%
rename from dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
rename to dev-perl/Probe-Perl/Probe-Perl-0.30.0-r1.ebuild
index 942b5d65a97..13a41f4ad7f 100644
--- a/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
+++ b/dev-perl/Probe-Perl/Probe-Perl-0.30.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.03
@@ -11,16 +11,13 @@ DESCRIPTION="Information about the currently running perl"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~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-File-Spec"
-DEPEND="${RDEPEND}
+RDEPEND="
+ virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? ( virtual/perl-Test )
"
-src_test() {
- perl_rm_files t/author-critic.t
- perl-module_src_test
-}
+PERL_RM_FILES=( t/author-critic.t )