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/
Date: Sat, 09 Oct 2021 09:11:46
Message-Id: 1633770673.73d3ca0e732d2ec61190c23951a0f0bd6e499701.dilfridge@gentoo
1 commit: 73d3ca0e732d2ec61190c23951a0f0bd6e499701
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 08:57:05 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 09:11:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d3ca0e
7
8 dev-perl/Authen-Simple: 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 ...then-Simple-0.500.0.ebuild => Authen-Simple-0.500.0-r1.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
17 similarity index 87%
18 rename from dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
19 rename to dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
20 index 5672ecc7bc6..8d6bfac19c9 100644
21 --- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
22 +++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.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.5
33 @@ -10,8 +10,6 @@ inherit perl-module
34 DESCRIPTION="Simple Authentication"
35 SLOT="0"
36 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 dev-perl/Class-Accessor
42 @@ -22,7 +20,7 @@ RDEPEND="
43 virtual/perl-MIME-Base64
44 dev-perl/Params-Validate
45 "
46 -DEPEND="${RDEPEND}
47 +BDEPEND="${RDEPEND}
48 >=virtual/perl-ExtUtils-MakeMaker-6.360.0
49 test? ( virtual/perl-Test-Simple )
50 "