summaryrefslogtreecommitdiff
path: root/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-10-04 18:04:12 +1300
committerKent Fredric <kentnl@gentoo.org>2020-10-04 18:04:12 +1300
commit246d85723823457e0435e18523aefd509e8a7255 (patch)
tree40c2aef2fe888ff8e86b120a064fb9e728175644 /dev-perl/Class-Load/Class-Load-0.240.0.ebuild
parentc33b224c43f9552ca0f56eb994972df283ec3f53 (diff)
downloadgentoo-246d85723823457e0435e18523aefd509e8a7255.tar.gz
gentoo-246d85723823457e0435e18523aefd509e8a7255.tar.bz2
gentoo-246d85723823457e0435e18523aefd509e8a7255.zip
dev-perl/Class-Load: Cleanup old 0.240.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Load/Class-Load-0.240.0.ebuild')
-rw-r--r--dev-perl/Class-Load/Class-Load-0.240.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
deleted file mode 100644
index 4b8052b4152c..000000000000
--- a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.24
-inherit perl-module
-
-DESCRIPTION="A working (require q{Class::Name}) and more"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# uses Scalar-Util
-RDEPEND="
- virtual/perl-Carp
- dev-perl/Data-OptList
- virtual/perl-Exporter
- >=dev-perl/Module-Implementation-0.40.0
- >=dev-perl/Module-Runtime-0.12.0
- >=dev-perl/Package-Stash-0.140.0
- virtual/perl-Scalar-List-Utils
- dev-perl/Try-Tiny
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- dev-perl/Test-Fatal
- dev-perl/Test-Needs
- >=virtual/perl-Test-Simple-0.880.0
- virtual/perl-version
- )
-"