diff options
Diffstat (limited to 'dev-perl/Class-Load/Class-Load-0.220.0.ebuild')
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.220.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-perl/Class-Load/Class-Load-0.220.0.ebuild b/dev-perl/Class-Load/Class-Load-0.220.0.ebuild deleted file mode 100644 index 7c93395047a7..000000000000 --- a/dev-perl/Class-Load/Class-Load-0.220.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=ETHER -MODULE_VERSION=0.22 -inherit perl-module - -DESCRIPTION="A working (require q{Class::Name}) and more" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="test" - -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 - dev-perl/namespace-clean -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - >=dev-perl/Module-Build-Tiny-0.37.0 - test? ( - virtual/perl-File-Spec - dev-perl/Test-Fatal - virtual/perl-Test-Simple - dev-perl/Test-Requires - ) -" - -SRC_TEST="do" |