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 B71F1138948 for ; Sat, 9 Feb 2013 19:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72D9A21C024; Sat, 9 Feb 2013 19:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48E8D21C00D for ; Sat, 9 Feb 2013 19:31:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 050DF33E3B4 for ; Sat, 9 Feb 2013 19:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9D28BE4083 for ; Sat, 9 Feb 2013 19:31:23 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1360429964.0cda039ac1b4f42ec088e3539f46c8334fa8357f.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-Pairwise/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/List-Pairwise/ChangeLog dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild dev-perl/List-Pairwise/metadata.xml X-VCS-Directories: dev-perl/List-Pairwise/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0cda039ac1b4f42ec088e3539f46c8334fa8357f X-VCS-Branch: master Date: Sat, 9 Feb 2013 19:31:23 +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: 2a30dc32-7ccb-4a35-aad2-9c840aaf25dd X-Archives-Hash: ce85da43dec3c2b75a749dcd14b977d9 commit: 0cda039ac1b4f42ec088e3539f46c8334fa8357f Author: Kent Fredric gmail com> AuthorDate: Sat Feb 9 17:12:44 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Feb 9 17:12:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0cda039a [added] List-Pairwise-1.0.0 for Git-CPAN-Patch Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/List-Pairwise/ChangeLog | 10 ++++++ dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild | 36 +++++++++++++++++++++ dev-perl/List-Pairwise/metadata.xml | 13 +++++++ 3 files changed, 59 insertions(+), 0 deletions(-) diff --git a/dev-perl/List-Pairwise/ChangeLog b/dev-perl/List-Pairwise/ChangeLog new file mode 100644 index 0000000..154265f --- /dev/null +++ b/dev-perl/List-Pairwise/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/List-Pairwise +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*List-Pairwise-1.0.0 (09 Feb 2013) + + 09 Feb 2013; Kent Fredric + +List-Pairwise-1.0.0.ebuild, +metadata.xml: + Added for Git-CPAN-Patch + diff --git a/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild b/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild new file mode 100644 index 0000000..84708a2 --- /dev/null +++ b/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=TDRUGEON +MODULE_VERSION=1.00 +inherit perl-module + +DESCRIPTION='map/grep arrays and hashes pairwise' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 +} +perl_meta_build() { + # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 + # Test::More 0.42 ( 0.420.0 ) + echo \>=virtual/perl-Test-Simple-0.42 +} +perl_meta_runtime() { + # perl v5.6.0 ( 5.6.0 ) + echo \>=dev-lang/perl-5.6.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do" diff --git a/dev-perl/List-Pairwise/metadata.xml b/dev-perl/List-Pairwise/metadata.xml new file mode 100644 index 0000000..73ad29b --- /dev/null +++ b/dev-perl/List-Pairwise/metadata.xml @@ -0,0 +1,13 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + + + List-Pairwise + List::Pairwise + +