summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-16 22:59:37 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-16 23:11:46 +0200
commitf130123b4ef3e4bf7b5f60ca33285594bb964719 (patch)
tree50e2a46b18ca7ad3d91cf7212e05e70e676a0589
parentdev-perl/Test-CleanNamespaces: Remove old (diff)
downloadgentoo-f130123b4ef3e4bf7b5f60ca33285594bb964719.tar.gz
gentoo-f130123b4ef3e4bf7b5f60ca33285594bb964719.tar.bz2
gentoo-f130123b4ef3e4bf7b5f60ca33285594bb964719.zip
dev-perl/Test-CleanNamespaces: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild (renamed from dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild)10
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild
index f57eefdbd19f..f98f6a1ab750 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.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=ETHER
DIST_VERSION=0.24
@@ -11,12 +11,8 @@ DESCRIPTION="Check for uncleaned imports"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
-# r:Test::Builder -> Test-Simple
-# t:Scalar::Util -> Scalar-List-Utils
-# t:Test::Tester -> ( Ugh )
RDEPEND="
!minimal? (
dev-perl/Package-Stash-XS
@@ -28,7 +24,7 @@ RDEPEND="
dev-perl/Sub-Identify
virtual/perl-Test-Simple
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-CPAN-Meta-Requirements-2.120.620
virtual/perl-ExtUtils-MakeMaker
virtual/perl-Module-Metadata