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/Pod-WikiDoc/
Date: Thu, 01 Mar 2012 11:37:31
Message-Id: 1330597587.b397a0505399103134e6d6b6c2dfc83fdd05ca28.kent@gentoo
1 commit: b397a0505399103134e6d6b6c2dfc83fdd05ca28
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 1 10:26:27 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 1 10:26:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b397a050
7
8 [newversion] Pod-WikiDoc-0.200.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Pod-WikiDoc/ChangeLog | 6 ++
14 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild | 84 +++++++++++++++++++++++
15 2 files changed, 90 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
18 index 96111bc..c39da32 100644
19 --- a/dev-perl/Pod-WikiDoc/ChangeLog
20 +++ b/dev-perl/Pod-WikiDoc/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Pod-WikiDoc-0.200.0 (01 Mar 2012)
26 +
27 + 01 Mar 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Pod-WikiDoc-0.200.0.ebuild:
29 + Version Bump
30 +
31 *Pod-WikiDoc-0.190.0 (28 Feb 2012)
32
33 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild
36 new file mode 100644
37 index 0000000..a3e16c3
38 --- /dev/null
39 +++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild
40 @@ -0,0 +1,84 @@
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=DAGOLDEN
46 +MODULE_VERSION=0.20
47 +inherit perl-module
48 +
49 +DESCRIPTION='Generate Pod from inline wiki style text'
50 +LICENSE=" Apache-2.0"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
57 +}
58 +perl_meta_runtime() {
59 + # Carp
60 + # echo virtual/perl-Carp
61 + # ExtUtils::MakeMaker
62 + echo virtual/perl-ExtUtils-MakeMaker
63 + # File::Basename
64 + echo dev-lang/perl
65 + # File::Path
66 + echo virtual/perl-File-Path
67 + # File::pushd
68 + echo dev-perl/File-pushd
69 + # Getopt::Lucid 0.14 ( 0.140.0 )
70 + echo \>=dev-perl/Getopt-Lucid-0.140.0
71 + # IO::File
72 + echo virtual/perl-IO
73 + # IO::String 1.06 ( 1.60.0 )
74 + echo \>=dev-perl/IO-String-1.60.0
75 + # Parse::RecDescent 1.967006 ( 1.967.6 )
76 + echo \>=dev-perl/Parse-RecDescent-1.967.6
77 + # Pod::Usage 1 ( 1.0.0 )
78 + echo \>=virtual/perl-PodParser-1.0.0
79 + # Scalar::Util 1.02 ( 1.20.0 )
80 + echo \>=virtual/perl-Scalar-List-Utils-1.20.0
81 + # Text::Balanced
82 + echo virtual/perl-Text-Balanced
83 + # perl 5.006 ( 5.6.0 )
84 + echo \>=dev-lang/perl-5.6.0
85 + # strict
86 + echo dev-lang/perl
87 + # vars
88 + echo dev-lang/perl
89 + # warnings
90 + echo dev-lang/perl
91 +}
92 +perl_meta_test() {
93 + # Carp
94 + # echo virtual/perl-Carp
95 + # Cwd
96 + echo virtual/perl-File-Spec
97 + # File::Basename
98 + echo dev-lang/perl
99 + # File::Find 1 ( 1.0.0 )
100 + echo \>=dev-lang/perl-5.7.3
101 + # File::Spec 3 ( 3.0.0 )
102 + echo \>=virtual/perl-File-Spec-3.0.0
103 + # File::Temp
104 + echo virtual/perl-File-Temp
105 + # IO::String
106 + echo dev-perl/IO-String
107 + # IPC::Run3 0.033 ( 0.33.0 )
108 + echo \>=dev-perl/IPC-Run3-0.033
109 + # Probe::Perl 0.01 ( 0.10.0 )
110 + echo \>=dev-perl/Probe-Perl-0.10.0
111 + # Test::Builder
112 + echo virtual/perl-Test-Simple
113 + # Test::More
114 + echo virtual/perl-Test-Simple
115 +}
116 +DEPEND="
117 + $(perl_meta_configure)
118 + $(perl_meta_runtime)
119 + test? ( $(perl_meta_test) )
120 +"
121 +RDEPEND="
122 + $(perl_meta_runtime)
123 +"
124 +SRC_TEST="do"