Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/App-perlbrew/
Date: Thu, 23 Aug 2012 15:15:59
Message-Id: 1345728797.5da865bb49de00539f1c3183d6bf99b48cba3b2d.kent@gentoo
1 commit: 5da865bb49de00539f1c3183d6bf99b48cba3b2d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 13:33:17 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 23 13:33:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5da865bb
7
8 [newversion] App-perlbrew-0.470.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/App-perlbrew/App-perlbrew-0.470.0.ebuild | 60 +++++++++++++++++++++
14 dev-perl/App-perlbrew/ChangeLog | 6 ++
15 2 files changed, 66 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.470.0.ebuild b/dev-perl/App-perlbrew/App-perlbrew-0.470.0.ebuild
18 new file mode 100644
19 index 0000000..69132e7
20 --- /dev/null
21 +++ b/dev-perl/App-perlbrew/App-perlbrew-0.470.0.ebuild
22 @@ -0,0 +1,60 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=GUGOD
28 +MODULE_VERSION=0.47
29 +inherit perl-module
30 +
31 +DESCRIPTION='Manage perl installations in your $HOME'
32 +LICENSE=" MIT"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
38 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
42 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
43 + # File::Temp
44 + echo virtual/perl-File-Temp
45 + # IO::All
46 + echo dev-perl/IO-All
47 + # Path::Class
48 + echo dev-perl/Path-Class
49 + # Test::Exception
50 + echo dev-perl/Test-Exception
51 + # Test::More
52 + echo virtual/perl-Test-Simple
53 + # Test::Output
54 + echo dev-perl/Test-Output
55 + # Test::Simple 0.98 ( 0.980.0 )
56 + echo \>=virtual/perl-Test-Simple-0.980.0
57 + # Test::Spec
58 + echo dev-perl/Test-Spec
59 +}
60 +perl_meta_runtime() {
61 + # CPAN::Perl::Releases 0.58 ( 0.580.0 )
62 + echo \>=dev-perl/CPAN-Perl-Releases-0.580.0
63 + # Capture::Tiny 0.18 ( 0.180.0 )
64 + echo \>=dev-perl/Capture-Tiny-0.180.0
65 + # Devel::PatchPerl 0.70 ( 0.700.0 )
66 + echo \>=dev-perl/Devel-PatchPerl-0.700.0
67 + # File::Path::Tiny 0.3 ( 0.300.0 )
68 + echo \>=dev-perl/File-Path-Tiny-0.300.0
69 + # local::lib 1.008 ( 1.8.0 )
70 + echo \>=dev-perl/local-lib-1.8.0
71 + # perl v5.8.0 ( 5.8.0 )
72 + echo \>=dev-lang/perl-5.8.0
73 +}
74 +DEPEND="
75 + $(perl_meta_configure)
76 + $(perl_meta_build)
77 + $(perl_meta_runtime)
78 +"
79 +RDEPEND="
80 + $(perl_meta_runtime)
81 +"
82 +SRC_TEST="do"
83
84 diff --git a/dev-perl/App-perlbrew/ChangeLog b/dev-perl/App-perlbrew/ChangeLog
85 index 141dbc9..3c708d8 100644
86 --- a/dev-perl/App-perlbrew/ChangeLog
87 +++ b/dev-perl/App-perlbrew/ChangeLog
88 @@ -2,6 +2,12 @@
89 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
90 # $Header: $
91
92 +*App-perlbrew-0.470.0 (23 Aug 2012)
93 +
94 + 23 Aug 2012; Kent Fredric <kentfredric@×××××.com>
95 + +App-perlbrew-0.470.0.ebuild:
96 + Version Bump
97 +
98 *App-perlbrew-0.460.0 (26 Jul 2012)
99
100 26 Jul 2012; Kent Fredric <kentfredric@×××××.com>