commit: 177e3b8cdc12560ad9087187044fce8915f39034
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 21:07:15 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 21:20:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177e3b8c
dev-perl/Convert-PEM: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Convert-PEM/Convert-PEM-0.80.0-r1.ebuild | 30 -----------------------
1 file changed, 30 deletions(-)
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
deleted file mode 100644
index bdd3f39c8db..00000000000
--- a/dev-perl/Convert-PEM/Convert-PEM-0.80.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=BTROTT
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION="Read/write encrypted ASN.1 PEM files"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux
~ppc-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="
- dev-perl/Class-ErrorHandler
- dev-perl/Convert-ASN1
- dev-perl/Crypt-DES_EDE3
- virtual/perl-Digest-MD5
- virtual/perl-MIME-Base64
-"
-DEPEND="${RDEPEND}"
-PATCHES=(
- "${FILESDIR}/${P}-526.patch"
- "${FILESDIR}/${P}-decryptiontest.patch"
- "${FILESDIR}/${P}-testbuilder.patch"
-)
-
-SRC_TEST=do