diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-17 20:25:07 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-17 20:25:07 +1200 |
commit | 22e06ed632bf6b368fb0f47265666d4a80483ee3 (patch) | |
tree | 2789df0f26a9c7b347cf6849c6ed9d2f494e08cc /dev-perl/Convert-ASN1 | |
parent | dev-perl/Data-Serializer: Bump to version 0.650.0 (diff) | |
download | gentoo-22e06ed632bf6b368fb0f47265666d4a80483ee3.tar.gz gentoo-22e06ed632bf6b368fb0f47265666d4a80483ee3.tar.bz2 gentoo-22e06ed632bf6b368fb0f47265666d4a80483ee3.zip |
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 <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Convert-ASN1')
-rw-r--r-- | dev-perl/Convert-ASN1/Convert-ASN1-0.270.0.ebuild | 29 |
1 files changed, 0 insertions, 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 fdf06cfccfed..000000000000 --- 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 |