summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-04-16 03:43:02 +1200
committerKent Fredric <kentnl@gentoo.org>2020-04-16 03:55:37 +1200
commit1917f3fdd0544546dca7b894152bf6c961105880 (patch)
tree4a3f2404bec8bec295710f9baa73c1b74fd650d2 /dev-perl/UNIVERSAL-isa
parentapp-emulation/xen: drop old (diff)
downloadgentoo-1917f3fdd0544546dca7b894152bf6c961105880.tar.gz
gentoo-1917f3fdd0544546dca7b894152bf6c961105880.tar.bz2
gentoo-1917f3fdd0544546dca7b894152bf6c961105880.zip
dev-perl/UNIVERSAL-isa: Remove old 1.201.506.140
Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/UNIVERSAL-isa')
-rw-r--r--dev-perl/UNIVERSAL-isa/Manifest1
-rw-r--r--dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/UNIVERSAL-isa/Manifest b/dev-perl/UNIVERSAL-isa/Manifest
index 8b09964a0a59..25bbd852fa09 100644
--- a/dev-perl/UNIVERSAL-isa/Manifest
+++ b/dev-perl/UNIVERSAL-isa/Manifest
@@ -1,2 +1 @@
-DIST UNIVERSAL-isa-1.20150614.tar.gz 27124 BLAKE2B 92c2e8f749dd961481e6437ea9f23f336c16d6237b626128255507f42a4b2b281010cf231ddee6ad0037b58b46dc44bf1ae94f0c4af88f38147a8ab9fd1d4352 SHA512 f35ac6dd8762702f47ff7df5276ffd8a1ccfeeb531751cd41fc08f374c6309f76ea0cf1e57e1386b39ae46003464ac1f819f987777708d191eee171474122362
DIST UNIVERSAL-isa-1.20171012.tar.gz 29345 BLAKE2B 1e4d9b87fe2da93343dbfb8ad58f073def486e67b7f070eda08df803c3df7f296d1cfff80b5ecea6937c0b5916e648b2e45c7fcc94bf12071522b8508bd0bbec SHA512 abc2943b1706c681734cc03d995859a7d853741ab2013b530aa9f290d8625c5074ec594062c97760044cc1261a20448b9f059287a8f3dae7ba8c303397610518
diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild
deleted file mode 100644
index 29973e477ad5..000000000000
--- a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.506.140.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=1.20150614
-inherit perl-module
-
-DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- virtual/perl-Test-Simple
- )
-"
-
-SRC_TEST="do parallel"