Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple-Passwd/
Date: Sat, 09 Oct 2021 09:11:47
Message-Id: 1633770676.73a23978f4732d58d938cf234a3755463408eb8d.dilfridge@gentoo
1 commit: 73a23978f4732d58d938cf234a3755463408eb8d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 08:58:26 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 09:11:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a23978
7
8 dev-perl/Authen-Simple-Passwd: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...0.600.0.ebuild => Authen-Simple-Passwd-0.600.0-r1.ebuild} | 12 ++++--------
14 1 file changed, 4 insertions(+), 8 deletions(-)
15
16 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
17 similarity index 67%
18 rename from dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0.ebuild
19 rename to dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild
20 index ea963cb442a..76449b92bc4 100644
21 --- a/dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0.ebuild
22 +++ b/dev-perl/Authen-Simple-Passwd/Authen-Simple-Passwd-0.600.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=CHANSEN
32 DIST_VERSION=0.6
33 @@ -10,17 +10,13 @@ inherit perl-module
34 DESCRIPTION="Simple Passwd authentication"
35 SLOT="0"
36 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
37 -IUSE=""
38
39 RDEPEND="
40 >=dev-perl/Authen-Simple-0.300.0
41 virtual/perl-IO
42 "
43 -DEPEND="${RDEPEND}
44 +BDEPEND="${RDEPEND}
45 dev-perl/Module-Build
46 "
47
48 -src_test() {
49 - perl_rm_files "t/02pod.t" "t/03podcoverage.t"
50 - perl-module_src_test
51 -}
52 +PERL_RM_FILES=( "t/02pod.t" "t/03podcoverage.t" )