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: Fri, 06 Jan 2012 16:38:11
Message-Id: 451e683ee066c9ae10c59a0a9901f4931ce0fe55.kent@gentoo
1 commit: 451e683ee066c9ae10c59a0a9901f4931ce0fe55
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 6 16:28:56 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Jan 6 16:28:56 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=451e683e
7
8 [newversion] App-perlbrew-0.390.0
9
10 (Portage version: 2.1.10.41/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 dev-perl/App-perlbrew/App-perlbrew-0.390.0.ebuild | 58 +++++++++++++++++++++
14 dev-perl/App-perlbrew/ChangeLog | 8 +++-
15 2 files changed, 65 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.390.0.ebuild b/dev-perl/App-perlbrew/App-perlbrew-0.390.0.ebuild
18 new file mode 100644
19 index 0000000..2f9e575
20 --- /dev/null
21 +++ b/dev-perl/App-perlbrew/App-perlbrew-0.390.0.ebuild
22 @@ -0,0 +1,58 @@
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.39
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.42 ( 6.420.0 )
38 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
42 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
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 + # Capture::Tiny 0.13 ( 0.130.0 )
62 + echo \>=dev-perl/Capture-Tiny-0.130.0
63 + # Devel::PatchPerl 0.46 ( 0.460.0 )
64 + echo \>=dev-perl/Devel-PatchPerl-0.460.0
65 + # File::Path::Tiny 0.1 ( 0.100.0 )
66 + echo \>=dev-perl/File-Path-Tiny-0.100.0
67 + # local::lib 1.008 ( 1.8.0 )
68 + echo \>=dev-perl/local-lib-1.8.0
69 + # perl v5.8.0 ( 5.8.0 )
70 + echo \>=dev-lang/perl-5.8.0
71 +}
72 +DEPEND="
73 + $(perl_meta_configure)
74 + $(perl_meta_build)
75 + $(perl_meta_runtime)
76 +"
77 +RDEPEND="
78 + $(perl_meta_runtime)
79 +"
80 +SRC_TEST="do"
81
82 diff --git a/dev-perl/App-perlbrew/ChangeLog b/dev-perl/App-perlbrew/ChangeLog
83 index 3b6bd49..2224f9f 100644
84 --- a/dev-perl/App-perlbrew/ChangeLog
85 +++ b/dev-perl/App-perlbrew/ChangeLog
86 @@ -1,7 +1,13 @@
87 # ChangeLog for dev-perl/App-perlbrew
88 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
89 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
90 # $Header: $
91
92 +*App-perlbrew-0.390.0 (06 Jan 2012)
93 +
94 + 06 Jan 2012; Kent Fredric <kentfredric@×××××.com>
95 + +App-perlbrew-0.390.0.ebuild:
96 + Version Bump
97 +
98 *App-perlbrew-0.330.0 (05 Dec 2011)
99
100 05 Dec 2011; Kent Fredric <kentfredric@×××××.com>