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/Crypt-OpenPGP/
Date: Sat, 16 Oct 2021 10:43:38
Message-Id: 1634380980.8fe362d03014f33ab47be8364cb78cb5c9c7124b.dilfridge@gentoo
1 commit: 8fe362d03014f33ab47be8364cb78cb5c9c7124b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 10:26:58 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 10:43:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe362d0
7
8 dev-perl/Crypt-OpenPGP: 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 ...pt-OpenPGP-1.120.0.ebuild => Crypt-OpenPGP-1.120.0-r1.ebuild} | 9 +++------
14 1 file changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0-r1.ebuild
17 similarity index 89%
18 rename from dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
19 rename to dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0-r1.ebuild
20 index e1b242a719d..ba5715c0366 100644
21 --- a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
22 +++ b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.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=SROMANOV
32 DIST_VERSION=1.12
33 @@ -11,13 +11,10 @@ DESCRIPTION="Pure-Perl OpenPGP-compatible PGP implementation"
34
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 # Note: Don't depend on Alt::, non Alt:: works for now
41 RDEPEND="
42 dev-perl/Crypt-RSA
43 -
44 dev-perl/Crypt-Blowfish
45 dev-perl/Crypt-CAST5_PP
46 dev-perl/Crypt-DES_EDE3
47 @@ -37,7 +34,7 @@ RDEPEND="
48 dev-perl/URI
49 >=dev-perl/Data-Buffer-0.04
50 "
51 -DEPEND="${RDEPEND}
52 +BDEPEND="${RDEPEND}
53 virtual/perl-ExtUtils-MakeMaker
54 test? (
55 dev-perl/Test-Exception