commit: 73a23978f4732d58d938cf234a3755463408eb8d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 08:58:26 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 09:11:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a23978
dev-perl/Authen-Simple-Passwd: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...0.600.0.ebuild => Authen-Simple-Passwd-0.600.0-r1.ebuild} | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0.ebuild
b/dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild
similarity index 67%
rename from dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0.ebuild
rename to dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild
index ea963cb442a..76449b92bc4 100644
--- a/dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0.ebuild
+++ b/dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild
@@ -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=CHANSEN
DIST_VERSION=0.6
@@ -10,17 +10,13 @@ inherit perl-module
DESCRIPTION="Simple Passwd authentication"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
RDEPEND="
>=dev-perl/Authen-Simple-0.300.0
virtual/perl-IO
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
"
-src_test() {
- perl_rm_files "t/02pod.t" "t/03podcoverage.t"
- perl-module_src_test
-}
+PERL_RM_FILES=( "t/02pod.t" "t/03podcoverage.t" )