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-cpanoutdated/
Date: Sat, 07 Jan 2012 05:29:49
Message-Id: 51d92240012c1fa847e52c31bd4a08d022aa0673.kent@gentoo
1 commit: 51d92240012c1fa847e52c31bd4a08d022aa0673
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 7 05:18:47 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jan 7 05:18:47 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=51d92240
7
8 [newversion] App-cpanoutdated 0.200.0 : needs not-yet-in-gentoo Module-Metadata 1.0.7
9
10 (Portage version: 2.2.0_alpha84/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../App-cpanoutdated-0.200.0.ebuild | 48 ++++++++++++++++++++
14 dev-perl/App-cpanoutdated/ChangeLog | 8 +++-
15 2 files changed, 55 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/App-cpanoutdated/App-cpanoutdated-0.200.0.ebuild b/dev-perl/App-cpanoutdated/App-cpanoutdated-0.200.0.ebuild
18 new file mode 100644
19 index 0000000..ecddf21
20 --- /dev/null
21 +++ b/dev-perl/App-cpanoutdated/App-cpanoutdated-0.200.0.ebuild
22 @@ -0,0 +1,48 @@
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=TOKUHIROM
28 +MODULE_VERSION=0.20
29 +inherit perl-module
30 +
31 +DESCRIPTION="detect outdated CPAN modules in your environment"
32 +LICENSE=" || ( Artistic GPL-2 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker
38 + echo virtual/perl-ExtUtils-MakeMaker
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker
42 + echo virtual/perl-ExtUtils-MakeMaker
43 +}
44 +perl_meta_runtime() {
45 + # CPAN::DistnameInfo 0.1 ( 0.100.0 )
46 + echo \>=dev-perl/CPAN-DistnameInfo-0.100.0
47 + # ExtUtils::MakeMaker 6.56 ( 6.560.0 )
48 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.560.0
49 + # IO::Zlib
50 + echo virtual/perl-IO-Zlib
51 + # LWP
52 + echo dev-perl/libwww-perl
53 + # Module::Metadata 1.000007 ( 1.0.7 )
54 + echo \>=virtual/perl-Module-Metadata-1.0.7
55 + # local::lib 1.006008 ( 1.6.8 )
56 + echo \>=dev-perl/local-lib-1.6.8
57 + # perl 5.008001 ( 5.8.1 )
58 + echo \>=dev-lang/perl-5.8.1
59 + # version
60 + echo virtual/perl-version
61 +}
62 +DEPEND="
63 + $(perl_meta_configure)
64 + $(perl_meta_build)
65 + $(perl_meta_runtime)
66 +"
67 +RDEPEND="
68 + $(perl_meta_runtime)
69 +"
70 +SRC_TEST="do"
71
72 diff --git a/dev-perl/App-cpanoutdated/ChangeLog b/dev-perl/App-cpanoutdated/ChangeLog
73 index 1322bbe..e14a575 100644
74 --- a/dev-perl/App-cpanoutdated/ChangeLog
75 +++ b/dev-perl/App-cpanoutdated/ChangeLog
76 @@ -1,7 +1,13 @@
77 # ChangeLog for dev-perl/App-cpanoutdated
78 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
79 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: $
81
82 +*App-cpanoutdated-0.200.0 (07 Jan 2012)
83 +
84 + 07 Jan 2012; Kent Fredric <kentfredric@×××××.com>
85 + +App-cpanoutdated-0.200.0.ebuild:
86 + Version Bump. Needs not-yet-available Module-Metadata-1.0.7
87 +
88 *App-cpanoutdated-0.190.0 (24 Oct 2011)
89
90 24 Oct 2011; Kent Fredric <kentfredric@×××××.com>