commit: 2af65c3b37515e854ce02e464343667aae57d96f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 21:12:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 21:20:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af65c3b
dev-perl/CPAN-Checksums: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-2.120.0.ebuild => CPAN-Checksums-2.120.0-r1.ebuild} | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0-r1.ebuild
similarity index 77%
rename from dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
rename to dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0-r1.ebuild
index 55945224b21..3987b0a99db 100644
--- a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.0.ebuild
+++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.120.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=ANDK
DIST_VERSION=2.12
@@ -11,8 +11,6 @@ DESCRIPTION="Write a CHECKSUMS file for a directory as on
CPAN"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Compress-Bzip2
@@ -26,20 +24,17 @@ RDEPEND="
virtual/perl-IO-Compress
virtual/perl-Safe
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Path
virtual/perl-Test-Simple
virtual/perl-Time-HiRes
- )"
+ )
+"
-src_test() {
- local bad_files=(
- "t/00signature.t" # Online test, invalid if dist tweaked
+PERL_RM_FILES=(
+ t/00signature.t # Online test, invalid if dist tweaked
t/52podcover.t # Author Test
t/pod.t # Author Test
)
- perl_rm_files "${bad_files[@]}"
- perl-module_src_test
-}