commit: 73835bd715d12399fb60aa2a809917c6b2701cef
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 15:19:47 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 19:25:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73835bd7
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"
dev-perl/SUPER/Manifest | 1 +
dev-perl/SUPER/SUPER-1.201.411.170.ebuild | 25 +++++++++++++++++++++++++
dev-perl/SUPER/metadata.xml | 12 ++++++++++++
3 files changed, 38 insertions(+)
diff --git a/dev-perl/SUPER/Manifest b/dev-perl/SUPER/Manifest
new file mode 100644
index 0000000..e7376c9
--- /dev/null
+++ b/dev-perl/SUPER/Manifest
@@ -0,0 +1 @@
+DIST SUPER-1.20141117.tar.gz 14477 SHA256
1a620e7d60aee9b13b1b26a44694c43fdb2bba1755cfff435dae83c7d42cc0b2 SHA512
c17fe478fcb9ebc2749c27fc75b839bd77e81c9d0170697b2a697dcebb9f4eef4b954d023b76d33a8b4201b110e5e997b1e0993faf7a04ef2e1191a2f7c516a0
WHIRLPOOL
b88b18622f8561653efe16331b7dad6b0b969be57bbbbbb56d96be6ac7c59cc491d69a22090874bc47f66da6fb40b84d7012a083eb3a48036de84b83af5a6d9f
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 0000000..cde7161
--- /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 )
+"
diff --git a/dev-perl/SUPER/metadata.xml b/dev-perl/SUPER/metadata.xml
new file mode 100644
index 0000000..ef228df
--- /dev/null
+++ b/dev-perl/SUPER/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">SUPER</remote-id>
+ <remote-id type="cpan-module">SUPER</remote-id>
+ </upstream>
+</pkgmetadata>