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/Module-Install-ReadmeFromPod/
Date: Mon, 27 Feb 2012 21:02:40
Message-Id: 1330371045.e36f247effb53090cb525f811c2a1174361c7c67.kent@gentoo
1 commit: e36f247effb53090cb525f811c2a1174361c7c67
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 19:30:45 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 19:30:45 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e36f247e
7
8 [newversion] Module-Install-ReadmeFromPod-0.180.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Module-Install-ReadmeFromPod/ChangeLog | 6 +++
14 .../Module-Install-ReadmeFromPod-0.180.0.ebuild | 48 ++++++++++++++++++++
15 2 files changed, 54 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Module-Install-ReadmeFromPod/ChangeLog b/dev-perl/Module-Install-ReadmeFromPod/ChangeLog
18 index f0de20f..853ea07 100644
19 --- a/dev-perl/Module-Install-ReadmeFromPod/ChangeLog
20 +++ b/dev-perl/Module-Install-ReadmeFromPod/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Module-Install-ReadmeFromPod-0.180.0 (27 Feb 2012)
26 +
27 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Module-Install-ReadmeFromPod-0.180.0.ebuild:
29 + Version Bump
30 +
31 *Module-Install-ReadmeFromPod-0.120.0 (27 Feb 2012)
32
33 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Module-Install-ReadmeFromPod/Module-Install-ReadmeFromPod-0.180.0.ebuild b/dev-perl/Module-Install-ReadmeFromPod/Module-Install-ReadmeFromPod-0.180.0.ebuild
36 new file mode 100644
37 index 0000000..49990bf
38 --- /dev/null
39 +++ b/dev-perl/Module-Install-ReadmeFromPod/Module-Install-ReadmeFromPod-0.180.0.ebuild
40 @@ -0,0 +1,48 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=BINGOS
46 +MODULE_VERSION=0.18
47 +inherit perl-module
48 +
49 +DESCRIPTION='A Module::Install extension to automatically convert POD to a README'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
57 +}
58 +perl_meta_build() {
59 + # Capture::Tiny 0.05 ( 0.50.0 )
60 + echo \>=dev-perl/Capture-Tiny-0.05
61 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
62 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
63 + # File::Temp
64 + echo virtual/perl-File-Temp
65 + # Test::More 0.47 ( 0.470.0 )
66 + echo \>=virtual/perl-Test-Simple-0.47
67 +}
68 +perl_meta_runtime() {
69 + # Module::Install 1 ( 1.0.0 )
70 + echo \>=dev-perl/Module-Install-1.0.0
71 + # Pod::Html
72 + echo dev-lang/perl
73 + # Pod::Man
74 + echo virtual/perl-podlators
75 + # Pod::Text 3.13 ( 3.130.0 )
76 + echo \>=virtual/perl-podlators-2.2.1
77 + # perl v5.6.0 ( 5.6.0 )
78 + echo \>=dev-lang/perl-5.6.0
79 +}
80 +DEPEND="
81 + $(perl_meta_configure)
82 + $(perl_meta_build)
83 + $(perl_meta_runtime)
84 +"
85 +RDEPEND="
86 + $(perl_meta_runtime)
87 +"
88 +SRC_TEST="do"