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: Mon, 23 Dec 2013 15:28:55
Message-Id: 1387812462.a4529a8581580cd42ca81dd461aa7041d5b8b8f9.kent@gentoo
1 commit: a4529a8581580cd42ca81dd461aa7041d5b8b8f9
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 23 15:27:42 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Dec 23 15:27:42 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a4529a85
7
8 [newversion] dev-perl/App-perlbrew-0.670.0
9
10 Package-Manager: portage-2.2.7
11 Manifest-Sign-Key: E854324B1366A820
12
13 ---
14 dev-perl/App-perlbrew/App-perlbrew-0.670.0.ebuild | 60 +++++++++++++++++++++++
15 dev-perl/App-perlbrew/ChangeLog | 6 +++
16 2 files changed, 66 insertions(+)
17
18 diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.670.0.ebuild b/dev-perl/App-perlbrew/App-perlbrew-0.670.0.ebuild
19 new file mode 100644
20 index 0000000..cc48a96
21 --- /dev/null
22 +++ b/dev-perl/App-perlbrew/App-perlbrew-0.670.0.ebuild
23 @@ -0,0 +1,60 @@
24 +# Copyright 1999-2013 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +EAPI=5
28 +MODULE_AUTHOR=GUGOD
29 +MODULE_VERSION=0.67
30 +inherit perl-module
31 +
32 +DESCRIPTION='Manage perl installations in your $HOME'
33 +LICENSE=" MIT"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +perl_meta_configure() {
38 + # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
39 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
40 +}
41 +perl_meta_build() {
42 + # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
43 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
44 + # File::Temp
45 + echo virtual/perl-File-Temp
46 + # IO::All 0.46 ( 0.460.0 )
47 + echo \>=dev-perl/IO-All-0.460.0
48 + # Path::Class
49 + echo dev-perl/Path-Class
50 + # Test::Exception
51 + echo dev-perl/Test-Exception
52 + # Test::More
53 + echo virtual/perl-Test-Simple
54 + # Test::NoWarnings
55 + echo dev-perl/Test-NoWarnings
56 + # Test::Output 0.04 ( 0.40.0 )
57 + echo \>=dev-perl/Test-Output-0.04
58 + # Test::Simple 0.98 ( 0.980.0 )
59 + echo \>=virtual/perl-Test-Simple-0.980.0
60 + # Test::Spec 0.46 ( 0.460.0 )
61 + echo \>=dev-perl/Test-Spec-0.460.0
62 +}
63 +perl_meta_runtime() {
64 + # CPAN::Perl::Releases 1.26 ( 1.260.0 )
65 + echo \>=dev-perl/CPAN-Perl-Releases-1.260.0
66 + # Capture::Tiny 0.22 ( 0.220.0 )
67 + echo \>=dev-perl/Capture-Tiny-0.220.0
68 + # Devel::PatchPerl 1.00 ( 1.0.0 )
69 + echo \>=dev-perl/Devel-PatchPerl-1.0.0
70 + # local::lib 1.008026 ( 1.8.26 )
71 + echo \>=dev-perl/local-lib-1.8.26
72 + # perl v5.8.0 ( 5.8.0 )
73 + echo \>=dev-lang/perl-5.8.0
74 +}
75 +DEPEND="
76 + $(perl_meta_configure)
77 + $(perl_meta_build)
78 + $(perl_meta_runtime)
79 +"
80 +RDEPEND="
81 + $(perl_meta_runtime)
82 +"
83 +SRC_TEST="do parallel"
84
85 diff --git a/dev-perl/App-perlbrew/ChangeLog b/dev-perl/App-perlbrew/ChangeLog
86 index 319cf93..b36494d 100644
87 --- a/dev-perl/App-perlbrew/ChangeLog
88 +++ b/dev-perl/App-perlbrew/ChangeLog
89 @@ -2,6 +2,12 @@
90 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
91 # $Header: $
92
93 +*App-perlbrew-0.670.0 (23 Dec 2013)
94 +
95 + 23 Dec 2013; Kent Fredric <kentfredric@×××××.com>
96 + +App-perlbrew-0.670.0.ebuild:
97 + Version Bump
98 +
99 *App-perlbrew-0.640.0 (18 Jun 2013)
100
101 18 Jun 2013; Kent Fredric <kentfredric@×××××.com>