Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/CPANPLUS/
Date: Fri, 02 Sep 2011 05:07:48
Message-Id: e5bf3aa1527bba686c58c7e78001d9dc9efd7eb5.kent@gentoo
1 commit: e5bf3aa1527bba686c58c7e78001d9dc9efd7eb5
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 05:06:06 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 2 05:06:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5bf3aa1
7
8 [newversion] CPANPLUS-0.911.0
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 perl-core/CPANPLUS/CPANPLUS-0.911.0.ebuild | 69 ++++++++++++++++++++++++++++
14 perl-core/CPANPLUS/ChangeLog | 5 ++
15 2 files changed, 74 insertions(+), 0 deletions(-)
16
17 diff --git a/perl-core/CPANPLUS/CPANPLUS-0.911.0.ebuild b/perl-core/CPANPLUS/CPANPLUS-0.911.0.ebuild
18 new file mode 100644
19 index 0000000..1b20cb8
20 --- /dev/null
21 +++ b/perl-core/CPANPLUS/CPANPLUS-0.911.0.ebuild
22 @@ -0,0 +1,69 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +MODULE_AUTHOR=BINGOS
30 +MODULE_VERSION=0.9110
31 +inherit perl-module
32 +
33 +DESCRIPTION="API & CLI access to the CPAN mirrors"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="cpantest md5 signature storable sqlite_backend"
38 +
39 +# See SelfUpgrade.pm
40 +comment() { echo ''; }
41 +
42 +RDEPEND="
43 + >=virtual/perl-File-Fetch-0.16 $(comment 0.150.200_rc)
44 + >=virtual/perl-File-Spec-0.82 $(comment 0.820.0)
45 + >=virtual/perl-IPC-Cmd-0.360.0
46 + >=virtual/perl-Locale-Maketext-Simple-0.10.0
47 + >=virtual/perl-Log-Message-0.01 $(comment 0.10.0)
48 + >=virtual/perl-Module-Load-0.100.0
49 + >=virtual/perl-Module-Load-Conditional-0.380 $(comment 0.380.0)
50 + >=virtual/perl-version-0.77 $(comment 0.770.0)
51 + >=virtual/perl-Params-Check-0.22 $(comment 0.220.0)
52 + >=virtual/perl-Package-Constants-0.10.0
53 + >=virtual/perl-Term-UI-0.18 $(comment 0.180.0)
54 + >=virtual/perl-Test-Harness-2.62 $(comment 2.620.0)
55 + >=virtual/perl-Test-Simple-0.47 $(comment 0.470.0 Test::More)
56 + >=virtual/perl-Archive-Extract-0.160.0
57 + >=virtual/perl-Archive-Tar-1.23 $(comment 1.230.0)
58 + >=virtual/perl-IO-Zlib-1.40.0
59 + >=virtual/perl-Object-Accessor-0.34 $(comment 0.340.0)
60 + >=virtual/perl-Module-CoreList-2.22 $(comment 2.220.0)
61 + >=virtual/perl-Module-Pluggable-2.400.0
62 + >=virtual/perl-Module-Loaded-0.10.0
63 + >=virtual/perl-Parse-CPAN-Meta-1.420 $(comment 1.420.0)
64 + >=virtual/perl-ExtUtils-Install-1.42 $(comment 1.420.0)
65 +
66 + $(comment ">=virtual/perl-CPANPLUS-Dist-Build-0.240.0")
67 +
68 + cpantest? (
69 + >=dev-perl/Test-Reporter-1.34 $(comment 1.340.0)
70 + >=virtual/perl-Parse-CPAN-Meta-1.420 $(comment 1.420.0)
71 + )
72 + md5? (
73 + virtual/perl-Digest-SHA
74 + )
75 + signature? (
76 + app-crypt/gnupg
77 + >=dev-perl/Module-Signature-0.06 $(comment 0.60.0)
78 + )
79 + storable? (
80 + virtual/perl-Storable
81 + )
82 + sqlite_backend? (
83 + dev-perl/DBIx-Simple
84 + dev-perl/DBD-SQLite
85 + )
86 +
87 +"
88 +DEPEND="${RDEPEND}
89 +"
90 +
91 +SRC_TEST=do
92
93 diff --git a/perl-core/CPANPLUS/ChangeLog b/perl-core/CPANPLUS/ChangeLog
94 index 884038c..e01cd5c 100644
95 --- a/perl-core/CPANPLUS/ChangeLog
96 +++ b/perl-core/CPANPLUS/ChangeLog
97 @@ -2,6 +2,11 @@
98 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
99 # $Header: $
100
101 +*CPANPLUS-0.911.0 (02 Sep 2011)
102 +
103 + 02 Sep 2011; Kent Fredric <kentfredric@×××××.com> +CPANPLUS-0.911.0.ebuild:
104 + Version Bump
105 +
106 *CPANPLUS-0.910.900 (28 Aug 2011)
107
108 28 Aug 2011; Kent Fredric <kentfredric@×××××.com> +CPANPLUS-0.910.900.ebuild: