From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RXqE5-0004wd-Ba for garchives@archives.gentoo.org; Tue, 06 Dec 2011 08:18:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5908321C022; Tue, 6 Dec 2011 08:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2BF0521C022 for ; Tue, 6 Dec 2011 08:17:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 840001B4020 for ; Tue, 6 Dec 2011 08:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D369B80042 for ; Tue, 6 Dec 2011 08:17:45 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-cpanminus/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/App-cpanminus/App-cpanminus-1.500.600.ebuild dev-perl/App-cpanminus/ChangeLog X-VCS-Directories: dev-perl/App-cpanminus/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b35ce38f0ca750af848421f91fd65d39e9ff3651 Date: Tue, 6 Dec 2011 08:17:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8fa373f8-4a8b-4c32-974c-d996cb8ae721 X-Archives-Hash: f64837c25e8f5e572cd6dc0da2151e37 commit: b35ce38f0ca750af848421f91fd65d39e9ff3651 Author: Kent Fredric gmail com> AuthorDate: Mon Dec 5 23:07:46 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Dec 5 23:07:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Db35ce38f [newversion] App-cpanminus-1.500.600 (Portage version: 2.2.0_alpha79/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- .../App-cpanminus/App-cpanminus-1.500.600.ebuild | 38 ++++++++++++++= ++++++ dev-perl/App-cpanminus/ChangeLog | 6 +++ 2 files changed, 44 insertions(+), 0 deletions(-) diff --git a/dev-perl/App-cpanminus/App-cpanminus-1.500.600.ebuild b/dev-= perl/App-cpanminus/App-cpanminus-1.500.600.ebuild new file mode 100644 index 0000000..68660cd --- /dev/null +++ b/dev-perl/App-cpanminus/App-cpanminus-1.500.600.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DMIYAGAWA +MODULE_VERSION=3D1.5006 +inherit perl-module + +DESCRIPTION=3D'Get, unpack, build and install modules from CPAN.' +LICENSE=3D" || ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # ExtUtils::Install 1.46 ( 1.460.0 ) + echo \>=3Dvirtual/perl-ExtUtils-MakeMaker-1.46 + # ExtUtils::MakeMaker 6.31 ( 6.310.0 ) + echo \>=3Dvirtual/perl-ExtUtils-MakeMaker-6.31 + # Module::Build 0.36 ( 0.360.0 ) + echo \>=3Dvirtual/perl-Module-Build-0.36.0 +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=3D" + $(perl_meta_runtime) +" +SRC_TEST=3D"do" diff --git a/dev-perl/App-cpanminus/ChangeLog b/dev-perl/App-cpanminus/Ch= angeLog index 1e8dee9..39338cc 100644 --- a/dev-perl/App-cpanminus/ChangeLog +++ b/dev-perl/App-cpanminus/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*App-cpanminus-1.500.600 (05 Dec 2011) + + 05 Dec 2011; Kent Fredric + +App-cpanminus-1.500.600.ebuild: + Version Bump + *App-cpanminus-1.500.400 (11 Nov 2011) =20 11 Nov 2011; Kent Fredric