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/Dist-Zilla-Plugin-ReadmeFromPod/
Date: Sun, 26 Feb 2012 00:40:14
Message-Id: 1330212677.194968628906ec848be1d2a7819a6dda673ceb90.kent@gentoo
1 commit: 194968628906ec848be1d2a7819a6dda673ceb90
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 25 23:31:17 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 25 23:31:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=19496862
7
8 [newversion] Dist-Zilla-Plugin-ReadmeFromPod-0.160.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/ChangeLog | 8 +++-
14 .../Dist-Zilla-Plugin-ReadmeFromPod-0.160.0.ebuild | 54 ++++++++++++++++++++
15 2 files changed, 61 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/ChangeLog b/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/ChangeLog
18 index 526cf47..7453a74 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Dist-Zilla-Plugin-ReadmeFromPod
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Dist-Zilla-Plugin-ReadmeFromPod-0.160.0 (25 Feb 2012)
28 +
29 + 25 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Dist-Zilla-Plugin-ReadmeFromPod-0.160.0.ebuild:
31 + Version Bump
32 +
33 *Dist-Zilla-Plugin-ReadmeFromPod-0.140.0 (31 Oct 2011)
34 *Dist-Zilla-Plugin-ReadmeFromPod-0.120.0 (31 Oct 2011)
35 *Dist-Zilla-Plugin-ReadmeFromPod-0.110.0 (31 Oct 2011)
36
37 diff --git a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.160.0.ebuild b/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.160.0.ebuild
38 new file mode 100644
39 index 0000000..aa4d094
40 --- /dev/null
41 +++ b/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.160.0.ebuild
42 @@ -0,0 +1,54 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=FAYLAND
48 +MODULE_VERSION=0.16
49 +inherit perl-module
50 +
51 +DESCRIPTION='Automatically convert POD to a README for Dist::Zilla'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE="test"
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
59 +}
60 +perl_meta_runtime() {
61 + # Dist::Zilla::File::InMemory
62 + echo dev-perl/Dist-Zilla
63 + # Dist::Zilla::Role::InstallTool
64 + echo dev-perl/Dist-Zilla
65 + # Encode
66 + echo virtual/perl-Encode
67 + # IO::Handle
68 + echo virtual/perl-IO
69 + # Moose
70 + echo dev-perl/Moose
71 + # Moose::Autobox
72 + echo dev-perl/Moose-Autobox
73 + # Pod::Text
74 + echo virtual/perl-podlators
75 +}
76 +perl_meta_test() {
77 + # File::Find
78 + echo dev-lang/perl
79 + # File::Temp
80 + echo virtual/perl-File-Temp
81 + # Test::More
82 + echo virtual/perl-Test-Simple
83 + # strict
84 + echo dev-lang/perl
85 + # warnings
86 + echo dev-lang/perl
87 +}
88 +DEPEND="
89 + $(perl_meta_configure)
90 + $(perl_meta_runtime)
91 + test? ( $(perl_meta_test) )
92 +"
93 +RDEPEND="
94 + $(perl_meta_runtime)
95 +"
96 +SRC_TEST="do"