From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [208.92.234.80] (helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SrlYu-0003to-5n for garchives@archives.gentoo.org; Thu, 19 Jul 2012 07:54:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A2D2E04C2; Thu, 19 Jul 2012 07:52:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D12BAE04C2 for ; Thu, 19 Jul 2012 07:52:46 +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 EAA211B404E for ; Thu, 19 Jul 2012 07:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BFA3DE543E for ; Thu, 19 Jul 2012 07:52:42 +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: <1342679136.3f739b5af3dc2494d679191278ca253b8fd806b4.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-perlbrew/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/App-perlbrew/App-perlbrew-0.450.0.ebuild dev-perl/App-perlbrew/ChangeLog X-VCS-Directories: dev-perl/App-perlbrew/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3f739b5af3dc2494d679191278ca253b8fd806b4 X-VCS-Branch: master Date: Thu, 19 Jul 2012 07:52:42 +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: ba4ccd95-4581-4a33-8145-21f716269971 X-Archives-Hash: 17c651eea37a68c5279669b2b14929ae commit: 3f739b5af3dc2494d679191278ca253b8fd806b4 Author: Kent Fredric gmail com> AuthorDate: Thu Jul 19 06:25:36 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 19 06:25:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D3f739b5a [newversion] App-perlbrew-0.450.0 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit= with key ECD2C675C102CDA4) --- dev-perl/App-perlbrew/App-perlbrew-0.450.0.ebuild | 60 +++++++++++++++= ++++++ dev-perl/App-perlbrew/ChangeLog | 6 ++ 2 files changed, 66 insertions(+), 0 deletions(-) diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.450.0.ebuild b/dev-perl= /App-perlbrew/App-perlbrew-0.450.0.ebuild new file mode 100644 index 0000000..ec4eda1 --- /dev/null +++ b/dev-perl/App-perlbrew/App-perlbrew-0.450.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DGUGOD +MODULE_VERSION=3D0.45 +inherit perl-module + +DESCRIPTION=3D'Manage perl installations in your $HOME' +LICENSE=3D" MIT" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.62 ( 6.620.0 ) + echo \>=3Dvirtual/perl-ExtUtils-MakeMaker-6.620.0 +} +perl_meta_build() { + # ExtUtils::MakeMaker 6.62 ( 6.620.0 ) + echo \>=3Dvirtual/perl-ExtUtils-MakeMaker-6.620.0 + # File::Temp + echo virtual/perl-File-Temp + # IO::All + echo dev-perl/IO-All + # Path::Class + echo dev-perl/Path-Class + # Test::Exception + echo dev-perl/Test-Exception + # Test::More + echo virtual/perl-Test-Simple + # Test::Output + echo dev-perl/Test-Output + # Test::Simple 0.98 ( 0.980.0 ) + echo \>=3Dvirtual/perl-Test-Simple-0.980.0 + # Test::Spec + echo dev-perl/Test-Spec +} +perl_meta_runtime() { + # CPAN::Perl::Releases 0.58 ( 0.580.0 ) + echo \>=3Ddev-perl/CPAN-Perl-Releases-0.580.0 + # Capture::Tiny 0.18 ( 0.180.0 ) + echo \>=3Ddev-perl/Capture-Tiny-0.180.0 + # Devel::PatchPerl 0.70 ( 0.700.0 ) + echo \>=3Ddev-perl/Devel-PatchPerl-0.700.0 + # File::Path::Tiny 0.3 ( 0.300.0 ) + echo \>=3Ddev-perl/File-Path-Tiny-0.300.0 + # local::lib 1.008 ( 1.8.0 ) + echo \>=3Ddev-perl/local-lib-1.8.0 + # perl v5.8.0 ( 5.8.0 ) + echo \>=3Ddev-lang/perl-5.8.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-perlbrew/ChangeLog b/dev-perl/App-perlbrew/Chan= geLog index e813c5f..7b7cea9 100644 --- a/dev-perl/App-perlbrew/ChangeLog +++ b/dev-perl/App-perlbrew/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*App-perlbrew-0.450.0 (19 Jul 2012) + + 19 Jul 2012; Kent Fredric + +App-perlbrew-0.450.0.ebuild: + Version Bump + *App-perlbrew-0.430.0 (08 Jun 2012) =20 08 Jun 2012; Kent Fredric