From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-488785-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 9735B13800E
	for <garchives@archives.gentoo.org>; Thu, 26 Jul 2012 02:10:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8BD18E0654;
	Thu, 26 Jul 2012 02:09:18 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 3416EE0654
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Jul 2012 02:09:17 +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 5A1861B43CF
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Jul 2012 02:09:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id EC7CFE5436
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Jul 2012 02:09:14 +0000 (UTC)
From: "Kent Fredric" <kentfredric@gmail.com>
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" <kentfredric@gmail.com>
Message-ID: <1343264740.52fc48251b7383cca6321cda31ea61fd46c80ee7.kent@gentoo>
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Perl-Releases/
X-VCS-Repository: proj/perl-overlay
X-VCS-Files: dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-0.620.0.ebuild dev-perl/CPAN-Perl-Releases/ChangeLog
X-VCS-Directories: dev-perl/CPAN-Perl-Releases/
X-VCS-Committer: kent
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: 52fc48251b7383cca6321cda31ea61fd46c80ee7
X-VCS-Branch: master
Date: Thu, 26 Jul 2012 02:09:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 36b88994-84a0-463e-b9db-54aaac063bfd
X-Archives-Hash: 43741a7dcf80f8d020bb4335ab9204c2

commit:     52fc48251b7383cca6321cda31ea61fd46c80ee7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 26 01:05:40 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 26 01:05:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=52fc4825

[newversion] CPAN-Perl-Releases-0.620.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 .../CPAN-Perl-Releases-0.620.0.ebuild              |   34 ++++++++++++++++++++
 dev-perl/CPAN-Perl-Releases/ChangeLog              |    6 +++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-0.620.0.ebuild b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-0.620.0.ebuild
new file mode 100644
index 0000000..dd49198
--- /dev/null
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-0.620.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.62
+inherit perl-module
+
+DESCRIPTION='Mapping Perl releases on CPAN to the location of the tarballs'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_build() {
+	# Test::More 0.47 ( 0.470.0 )
+	echo \>=virtual/perl-Test-Simple-0.47
+}
+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/CPAN-Perl-Releases/ChangeLog b/dev-perl/CPAN-Perl-Releases/ChangeLog
index e788d39..a1603b0 100644
--- a/dev-perl/CPAN-Perl-Releases/ChangeLog
+++ b/dev-perl/CPAN-Perl-Releases/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*CPAN-Perl-Releases-0.620.0 (26 Jul 2012)
+
+  26 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +CPAN-Perl-Releases-0.620.0.ebuild:
+  Version Bump
+
 *CPAN-Perl-Releases-0.600.0 (22 Jun 2012)
 
   22 Jun 2012; Kent Fredric <kentfredric@gmail.com>