diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-14 23:07:15 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-14 23:20:28 +0200 |
commit | 177e3b8cdc12560ad9087187044fce8915f39034 (patch) | |
tree | 4fd6e27240b43006b90e9580ed8e3ac26ff29780 /dev-perl/Convert-PEM | |
parent | dev-perl/Convert-Color: EAPI=8 bump (diff) | |
download | gentoo-177e3b8cdc12560ad9087187044fce8915f39034.tar.gz gentoo-177e3b8cdc12560ad9087187044fce8915f39034.tar.bz2 gentoo-177e3b8cdc12560ad9087187044fce8915f39034.zip |
dev-perl/Convert-PEM: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Convert-PEM')
-rw-r--r-- | dev-perl/Convert-PEM/Convert-PEM-0.80.0-r1.ebuild | 30 |
1 files changed, 0 insertions, 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 bdd3f39c8dbd..000000000000 --- 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 |