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/Path-Class-Rule/
Date: Mon, 29 Oct 2012 10:04:55
Message-Id: 1351503924.5a5313f3a385370983a778931a3cf69f0fcbb4f7.kent@gentoo
1 commit: 5a5313f3a385370983a778931a3cf69f0fcbb4f7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 29 09:45:24 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 29 09:45:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5a5313f3
7
8 [newversion] Path-Class-Rule-0.12.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/Path-Class-Rule/ChangeLog | 6 ++
15 .../Path-Class-Rule/Path-Class-Rule-0.12.0.ebuild | 74 ++++++++++++++++++++
16 2 files changed, 80 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Path-Class-Rule/ChangeLog b/dev-perl/Path-Class-Rule/ChangeLog
19 index 5995f60..6fd8a27 100644
20 --- a/dev-perl/Path-Class-Rule/ChangeLog
21 +++ b/dev-perl/Path-Class-Rule/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*Path-Class-Rule-0.12.0 (29 Oct 2012)
27 +
28 + 29 Oct 2012; Kent Fredric <kentfredric@×××××.com>
29 + +Path-Class-Rule-0.12.0.ebuild:
30 + Version Bump
31 +
32 *Path-Class-Rule-0.11.0 (06 May 2012)
33
34 06 May 2012; Kent Fredric <kentfredric@×××××.com>
35
36 diff --git a/dev-perl/Path-Class-Rule/Path-Class-Rule-0.12.0.ebuild b/dev-perl/Path-Class-Rule/Path-Class-Rule-0.12.0.ebuild
37 new file mode 100644
38 index 0000000..5557e4c
39 --- /dev/null
40 +++ b/dev-perl/Path-Class-Rule/Path-Class-Rule-0.12.0.ebuild
41 @@ -0,0 +1,74 @@
42 +# Copyright 1999-2012 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=5
46 +MODULE_AUTHOR=DAGOLDEN
47 +MODULE_VERSION=0.012
48 +inherit perl-module
49 +
50 +DESCRIPTION='File finder using Path::Class'
51 +LICENSE=" Apache-2.0"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE="test"
55 +perl_meta_configure() {
56 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
57 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
58 +}
59 +perl_meta_runtime() {
60 + # Carp
61 + echo dev-lang/perl
62 + # Data::Clone
63 + echo dev-perl/Data-Clone
64 + # List::Util
65 + echo virtual/perl-Scalar-List-Utils
66 + # Number::Compare 0.02 ( 0.20.0 )
67 + echo \>=dev-perl/Number-Compare-0.20.0
68 + # Path::Class::Dir
69 + echo dev-perl/Path-Class
70 + # Scalar::Util
71 + echo virtual/perl-Scalar-List-Utils
72 + # Text::Glob
73 + echo dev-perl/Text-Glob
74 + # Try::Tiny
75 + echo dev-perl/Try-Tiny
76 + # perl 5.010 ( 5.10.0 )
77 + echo \>=dev-lang/perl-5.10.0
78 + # re
79 + echo dev-lang/perl
80 + # strict
81 + echo dev-lang/perl
82 + # warnings
83 + echo dev-lang/perl
84 + # warnings::register
85 + echo dev-lang/perl
86 +}
87 +perl_meta_test() {
88 + # Config
89 + #echo unresolved
90 + # Exporter
91 + echo virtual/perl-Exporter
92 + # File::Find
93 + echo dev-lang/perl
94 + # File::Temp
95 + echo virtual/perl-File-Temp
96 + # File::pushd
97 + echo dev-perl/File-pushd
98 + # Path::Class
99 + echo dev-perl/Path-Class
100 + # Test::Deep
101 + echo dev-perl/Test-Deep
102 + # Test::More 0.92 ( 0.920.0 )
103 + echo \>=virtual/perl-Test-Simple-0.920.0
104 + # autodie
105 + echo dev-perl/autodie
106 +}
107 +DEPEND="
108 + $(perl_meta_configure)
109 + $(perl_meta_runtime)
110 + test? ( $(perl_meta_test) )
111 +"
112 +RDEPEND="
113 + $(perl_meta_runtime)
114 +"
115 +SRC_TEST="do"