summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-09 10:58:26 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-09 11:11:16 +0200
commit73a23978f4732d58d938cf234a3755463408eb8d (patch)
tree0540ef14619f9583736046529d7b6963ffa23f81 /dev-perl/Authen-Simple-Passwd
parentdev-perl/Authen-Simple: EAPI=8 bump (diff)
downloadgentoo-73a23978f4732d58d938cf234a3755463408eb8d.tar.gz
gentoo-73a23978f4732d58d938cf234a3755463408eb8d.tar.bz2
gentoo-73a23978f4732d58d938cf234a3755463408eb8d.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Authen-Simple-Passwd')
-rw-r--r--dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild (renamed from dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0.ebuild)12
1 files 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
index ea963cb442ac..76449b92bc4f 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" )