summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-16 03:19:47 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-16 21:25:55 +0200
commit73835bd715d12399fb60aa2a809917c6b2701cef (patch)
treece6ebe900bf75eb016b80fe2720f86ca5366abc0 /dev-perl/SUPER/SUPER-1.201.411.170.ebuild
parentdev-perl/Test-Mock-LWP-Dispatch: Bump to version 0.80.0 (diff)
downloadgentoo-73835bd715d12399fb60aa2a809917c6b2701cef.tar.gz
gentoo-73835bd715d12399fb60aa2a809917c6b2701cef.tar.bz2
gentoo-73835bd715d12399fb60aa2a809917c6b2701cef.zip
dev-perl/SUPER: Add to tree at version 1.201.411.170
Required for new dev-perl/Test-MockModule Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/SUPER/SUPER-1.201.411.170.ebuild')
-rw-r--r--dev-perl/SUPER/SUPER-1.201.411.170.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/SUPER/SUPER-1.201.411.170.ebuild b/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
new file mode 100644
index 000000000000..cde716192881
--- /dev/null
+++ b/dev-perl/SUPER/SUPER-1.201.411.170.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CHROMATIC
+DIST_VERSION=1.20141117
+inherit perl-module
+
+DESCRIPTION="control superclass method dispatch"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+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 )
+"