From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9858559CB2 for ; Sat, 16 Apr 2016 19:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D35BE21C146; Sat, 16 Apr 2016 19:26:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5687721C146 for ; Sat, 16 Apr 2016 19:26:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E829340BBD for ; Sat, 16 Apr 2016 19:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D840813FF for ; Sat, 16 Apr 2016 19:26:03 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1460834755.73835bd715d12399fb60aa2a809917c6b2701cef.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SUPER/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/SUPER/Manifest dev-perl/SUPER/SUPER-1.201.411.170.ebuild dev-perl/SUPER/metadata.xml X-VCS-Directories: dev-perl/SUPER/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 73835bd715d12399fb60aa2a809917c6b2701cef X-VCS-Branch: master Date: Sat, 16 Apr 2016 19:26:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f71b3c1-a6f9-4398-bc2f-14c425471556 X-Archives-Hash: 04327ecaa9fd4f9863e3c3b860ffd097 commit: 73835bd715d12399fb60aa2a809917c6b2701cef Author: Kent Fredric gmail com> AuthorDate: Fri Apr 15 15:19:47 2016 +0000 Commit: Andreas Hüttel gentoo 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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + SUPER + SUPER + +