summaryrefslogtreecommitdiff
path: root/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/SUPER/SUPER-1.201.411.170.ebuild')
-rw-r--r--dev-perl/SUPER/SUPER-1.201.411.170.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/SUPER/SUPER-1.201.411.170.ebuild b/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
deleted file mode 100644
index 7c19aefdb42b..000000000000
--- a/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CHROMATIC
-DIST_VERSION=1.20141117
-inherit perl-module
-
-DESCRIPTION="control superclass method dispatch"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Scalar-List-Utils
- dev-perl/Sub-Identify
-"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"