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 7E9D7138359 for ; Fri, 17 Jul 2020 08:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B421CE0A95; Fri, 17 Jul 2020 08:25:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95C1CE0A95 for ; Fri, 17 Jul 2020 08:25:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9371F34EBD8 for ; Fri, 17 Jul 2020 08:25:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B58926 for ; Fri, 17 Jul 2020 08:25:30 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1594974307.22e06ed632bf6b368fb0f47265666d4a80483ee3.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-ASN1/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild X-VCS-Directories: dev-perl/Convert-ASN1/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 22e06ed632bf6b368fb0f47265666d4a80483ee3 X-VCS-Branch: master Date: Fri, 17 Jul 2020 08:25:30 +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: 0e8d6e6c-65d1-44b2-aded-e093021f5ccf X-Archives-Hash: e9be96710179c5b94c80fad657849e83 commit: 22e06ed632bf6b368fb0f47265666d4a80483ee3 Author: Kent Fredric gentoo org> AuthorDate: Fri Jul 17 08:25:07 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jul 17 08:25:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e06ed6 dev-perl/Convert-ASN1: Cleanup old 0.270.0 re bug #716680 Bug: https://bugs.gentoo.org/716680 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild | 29 ----------------------- 1 file changed, 29 deletions(-) diff --git a/dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild b/dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild deleted file mode 100644 index fdf06cfccfe..00000000000 --- a/dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=GBARR -MODULE_VERSION=0.27 -inherit perl-module - -DESCRIPTION="Standard en/decode of ASN.1 structures" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.300.0 - test? ( - >=virtual/perl-Math-BigInt-1.997.0 - >=virtual/perl-Test-Simple-0.900.0 - ) -" -PATCHES=( - "${FILESDIR}/${P}-perl-526.patch" -) - -SRC_TEST=do