summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-27 21:49:52 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-27 21:51:35 +0100
commitc4820fefe04e3464124f114b1a02c46933380233 (patch)
treec4916142c138a48fc2845c019bb4cf35e4af4500
parentdev-perl/Safe-Hole: Remove old (diff)
downloadgentoo-c4820fefe04e3464124f114b1a02c46933380233.tar.gz
gentoo-c4820fefe04e3464124f114b1a02c46933380233.tar.bz2
gentoo-c4820fefe04e3464124f114b1a02c46933380233.zip
dev-perl/Safe-Isa: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Safe-Isa/Manifest1
-rw-r--r--dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Safe-Isa/Manifest b/dev-perl/Safe-Isa/Manifest
index 0e6786c26c2e..beac0f54a8af 100644
--- a/dev-perl/Safe-Isa/Manifest
+++ b/dev-perl/Safe-Isa/Manifest
@@ -1,2 +1 @@
-DIST Safe-Isa-1.000008.tar.gz 5994 BLAKE2B 4f1d11f11d8e6b0aec88bc248941f5b1db453dee87230b77ada7b78d76e284bdcf287f81eb2830a6f965f61b776ef76331a3601dab63f35603e128a84e6e579c SHA512 a1dbef2e5e3cf5d154785eb2d9e4ad6652d775f1026144817a54cfeeb3572a2618b01c0b23557080fbaf676878d323c8fec8cd3506f173895ad787efa6c9cf14
DIST Safe-Isa-1.000010.tar.gz 6546 BLAKE2B 4c68477e569b3327f24c89b86f8d6d8cdeec017a29e7031e02e130b115a1c9d1fd45a066e8aac1d379eb004d5ff1450b42abff2a50771a397fc7e36e75de45da SHA512 121288c7c59d97f4e48c1e50795d835cac0638a1edb1116876813cc2fe955efced9916222f6b16e4c1dbd5149c9d68c19bc77584f999c411e4c22e2f28ea1838
diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild b/dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild
deleted file mode 100644
index 3d2ebcc748d0..000000000000
--- a/dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=1.000008
-inherit perl-module
-
-DESCRIPTION="Call isa, can, does and DOES safely on things that may not be objects"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Exporter-5.570.0
- virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"