dev-perl/CPAN-Mini-Inject: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-10-15 20:40:53 +02:00
parent 638947659a
commit 55be43396e

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
DIST_AUTHOR=MITHALDU
DIST_VERSION=0.35
@@ -11,8 +11,6 @@ DESCRIPTION="Inject modules into a CPAN::Mini mirror"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/CPAN-Checksums
@@ -28,7 +26,7 @@ RDEPEND="
virtual/perl-IO-Zlib
dev-perl/libwww-perl
dev-perl/YAML"
DEPEND="${RDEPEND}
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.400.0
test? (
>=dev-perl/HTTP-Server-Simple-0.70.0
@@ -36,9 +34,8 @@ DEPEND="${RDEPEND}
virtual/perl-Test-Simple
)
"
# Tests fail with parallel testing
DIST_TEST="do"
src_test() {
perl_rm_files t/pod-coverage.t t/pod.t
perl-module_src_test
}
PERL_RM_FILES=( t/pod-coverage.t t/pod.t )