summaryrefslogtreecommitdiff
path: root/dev-perl/Class-Load/Class-Load-0.220.0.ebuild
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2015-08-11 23:58:32 +0300
committerMikle Kolyada <zlogene@gentoo.org>2015-08-11 23:59:02 +0300
commitf3fc41e86e2b51ca35c12793c07eb394e923c9f5 (patch)
tree66952d819bbbe0f74d8f435e8de7cc1ec486eb40 /dev-perl/Class-Load/Class-Load-0.220.0.ebuild
parent362fce6a96e662d584fab9671cbb939b597dc291 (diff)
downloadgentoo-f3fc41e86e2b51ca35c12793c07eb394e923c9f5.tar.gz
gentoo-f3fc41e86e2b51ca35c12793c07eb394e923c9f5.tar.bz2
gentoo-f3fc41e86e2b51ca35c12793c07eb394e923c9f5.zip
dev-perl/Class-Load: Add ~ia64 keyword wrt bug #548352; Drop old.
Package-Manager: portage-2.2.20
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.ebuild39
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"