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 <gentoo-commits+bounces-400867-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RPmkk-0003uz-Gr for garchives@archives.gentoo.org; Mon, 14 Nov 2011 02:58:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9B8D21C07B; Mon, 14 Nov 2011 02:57:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6819D21C077 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Nov 2011 02:57:32 +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 E300E1B4026 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Nov 2011 02:57:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 361098005C for <gentoo-commits@lists.gentoo.org>; Mon, 14 Nov 2011 02:57:31 +0000 (UTC) From: "Kent Fredric" <kentfredric@gmail.com> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" <kentfredric@gmail.com> Message-ID: <9c7eff912d35a0c884a0ec662cb82ce0e4740985.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.320.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: 9c7eff912d35a0c884a0ec662cb82ce0e4740985 Date: Mon, 14 Nov 2011 02:57:31 +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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 83a13ab3-7c97-46e4-a38a-95fbe59e5e28 X-Archives-Hash: 484366aa4cefa636ff7bb7a6861f8d87 commit: 9c7eff912d35a0c884a0ec662cb82ce0e4740985 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Mon Nov 14 02:17:21 2011 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Mon Nov 14 02:17:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D9c7eff91 [newversion] App-perlbrew-0.320.0 (Portage version: 2.2.0_alpha74/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- dev-perl/App-perlbrew/App-perlbrew-0.320.0.ebuild | 56 +++++++++++++++= ++++++ dev-perl/App-perlbrew/ChangeLog | 6 ++ 2 files changed, 62 insertions(+), 0 deletions(-) diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.320.0.ebuild b/dev-perl= /App-perlbrew/App-perlbrew-0.320.0.ebuild new file mode 100644 index 0000000..10e76e9 --- /dev/null +++ b/dev-perl/App-perlbrew/App-perlbrew-0.320.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DGUGOD +MODULE_VERSION=3D0.32 +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.42 ( 6.420.0 ) + echo \>=3Dvirtual/perl-ExtUtils-MakeMaker-6.42 +} +perl_meta_build() { + # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) + echo \>=3Dvirtual/perl-ExtUtils-MakeMaker-6.42 + # 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() { + # Devel::PatchPerl 0.46 ( 0.460.0 ) + echo \>=3Ddev-perl/Devel-PatchPerl-0.460.0 + # File::Path::Tiny 0.1 ( 0.100.0 ) + echo \>=3Ddev-perl/File-Path-Tiny-0.100.0 + # local::lib 1.0 ( 1.0.0 ) + echo \>=3Ddev-perl/local-lib-1.0.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 5c9fcbc..bf68b33 100644 --- a/dev-perl/App-perlbrew/ChangeLog +++ b/dev-perl/App-perlbrew/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*App-perlbrew-0.320.0 (14 Nov 2011) + + 14 Nov 2011; Kent Fredric <kentfredric@gmail.com> + +App-perlbrew-0.320.0.ebuild: + Version Bump + 04 Nov 2011; Kent Fredric <kentfredric@gmail.com> App-perlbrew-0.300.0.ebuild: fix dep n File-Path-Tiny