commit: 3b0eca8155a870ba1aa56cfdc21fc7e69caeea4f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 19:33:16 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 19:34:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0eca81
dev-perl/Test-CheckDeps: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Deps-0.10.0.ebuild => Test-CheckDeps-0.10.0-r1.ebuild} | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0.ebuild
b/dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0-r1.ebuild
similarity index 70%
rename from dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0.ebuild
rename to dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0-r1.ebuild
index 3b2f5bcf4ed..a868f240745 100644
--- a/dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0.ebuild
+++ b/dev-perl/Test-CheckDeps/Test-CheckDeps-0.10.0-r1.ebuild
@@ -1,20 +1,17 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.010
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.010
inherit perl-module
DESCRIPTION='Check for presence of dependencies'
SLOT="0"
KEYWORDS="amd64 ~arm ~hppa ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-# rdep Test::Builder -> perl-Test-Simple
RDEPEND="
>=virtual/perl-CPAN-Meta-2.120.920
>=dev-perl/CPAN-Meta-Check-0.7.0
@@ -22,12 +19,10 @@ RDEPEND="
virtual/perl-Scalar-List-Utils
virtual/perl-Test-Simple
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.880.0
)
"
-
-SRC_TEST="do"