From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C3F6158086 for ; Thu, 14 Oct 2021 21:21:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C466E081B; Thu, 14 Oct 2021 21:21:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77D1CE081B for ; Thu, 14 Oct 2021 21:21:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 569CD343030 for ; Thu, 14 Oct 2021 21:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB01B12A for ; Thu, 14 Oct 2021 21:21:03 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1634246428.177e3b8cdc12560ad9087187044fce8915f39034.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-PEM/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Convert-PEM/Convert-PEM-0.80.0-r1.ebuild X-VCS-Directories: dev-perl/Convert-PEM/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 177e3b8cdc12560ad9087187044fce8915f39034 X-VCS-Branch: master Date: Thu, 14 Oct 2021 21:21:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dfcf2046-e123-426a-bd52-8450f2754186 X-Archives-Hash: 39bc95c1995a5bc36fc898de6bfc0799 commit: 177e3b8cdc12560ad9087187044fce8915f39034 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Oct 14 21:07:15 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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