summaryrefslogtreecommitdiff
path: root/dev-perl/Module-Implementation/Module-Implementation-0.60.0-r1.ebuild
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-27 21:36:11 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-27 21:36:11 +0200
commit809dc760cf37504bb72cd0bca94e8e2603ae2838 (patch)
tree93cdd9deddb792fdf193efab9de0667f106ded49 /dev-perl/Module-Implementation/Module-Implementation-0.60.0-r1.ebuild
parent791740650bed3dee74891549d46a0db1821db779 (diff)
downloadgentoo-809dc760cf37504bb72cd0bca94e8e2603ae2838.tar.gz
gentoo-809dc760cf37504bb72cd0bca94e8e2603ae2838.tar.xz
dev-perl/Module-Implementation: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Module-Implementation/Module-Implementation-0.60.0-r1.ebuild')
-rw-r--r--dev-perl/Module-Implementation/Module-Implementation-0.60.0-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Module-Implementation/Module-Implementation-0.60.0-r1.ebuild b/dev-perl/Module-Implementation/Module-Implementation-0.60.0-r1.ebuild
deleted file mode 100644
index a188c85ced4..00000000000
--- a/dev-perl/Module-Implementation/Module-Implementation-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Loads one of several alternate underlying implementations for a module"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Module-Runtime-0.12.0
- dev-perl/Try-Tiny
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.300.0
- test? (
- dev-perl/Test-Requires
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.880.0
- )
-"
-
-SRC_TEST=do