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-SASL-SASLprep/
Date: Sat, 09 Oct 2021 09:11:47
Message-Id: 1633770670.afc30e225f5de3e7ca214112b864c21fb8a952b4.dilfridge@gentoo
1 commit: afc30e225f5de3e7ca214112b864c21fb8a952b4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 08:55:15 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 09:11:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc30e22
7
8 dev-perl/Authen-SASL-SASLprep: 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 ...rep-1.100.0.ebuild => Authen-SASL-SASLprep-1.100.0-r1.ebuild} | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild b/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0-r1.ebuild
17 similarity index 81%
18 rename from dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild
19 rename to dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0-r1.ebuild
20 index e29bf6bdb53..765548e7dd5 100644
21 --- a/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild
22 +++ b/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 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=CFAERBER
32 DIST_VERSION=1.100
33 @@ -11,19 +11,18 @@ DESCRIPTION="A Stringprep Profile for User Names and Passwords (RFC 4013)"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 >=dev-perl/Unicode-Stringprep-1
42 "
43 -DEPEND="${RDEPEND}
44 +BDEPEND="${RDEPEND}
45 >=dev-perl/Module-Build-0.420.0
46 test? (
47 virtual/perl-Test-Simple
48 dev-perl/Test-NoWarnings
49 )
50 "
51 +
52 src_test() {
53 perl_rm_files t/10pod.t t/11pod_cover.t
54 perl-module_src_test