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/Convert-PEM/
Date: Thu, 14 Oct 2021 21:21:07
Message-Id: 1634246428.177e3b8cdc12560ad9087187044fce8915f39034.dilfridge@gentoo
1 commit: 177e3b8cdc12560ad9087187044fce8915f39034
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 21:07:15 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 21:20:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177e3b8c
7
8 dev-perl/Convert-PEM: Remove old
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 dev-perl/Convert-PEM/Convert-PEM-0.80.0-r1.ebuild | 30 -----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-perl/Convert-PEM/Convert-PEM-0.80.0-r1.ebuild b/dev-perl/Convert-PEM/Convert-PEM-0.80.0-r1.ebuild
17 deleted file mode 100644
18 index bdd3f39c8db..00000000000
19 --- a/dev-perl/Convert-PEM/Convert-PEM-0.80.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=BTROTT
28 -MODULE_VERSION=0.08
29 -inherit perl-module
30 -
31 -DESCRIPTION="Read/write encrypted ASN.1 PEM files"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - dev-perl/Class-ErrorHandler
39 - dev-perl/Convert-ASN1
40 - dev-perl/Crypt-DES_EDE3
41 - virtual/perl-Digest-MD5
42 - virtual/perl-MIME-Base64
43 -"
44 -DEPEND="${RDEPEND}"
45 -PATCHES=(
46 - "${FILESDIR}/${P}-526.patch"
47 - "${FILESDIR}/${P}-decryptiontest.patch"
48 - "${FILESDIR}/${P}-testbuilder.patch"
49 -)
50 -
51 -SRC_TEST=do