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/File-Find-Rule-Perl/
Date: Sun, 04 Nov 2012 13:52:28
Message-Id: 1352034013.4b93a5c61f7c9940111865d4971cf8fef187d280.kent@gentoo
1 commit: 4b93a5c61f7c9940111865d4971cf8fef187d280
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 4 13:00:13 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Nov 4 13:00:13 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4b93a5c6
7
8 [newversion] File-Find-Rule-Perl-1.130.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/File-Find-Rule-Perl/ChangeLog | 6 +++
15 .../File-Find-Rule-Perl-1.130.0.ebuild | 44 ++++++++++++++++++++
16 2 files changed, 50 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/File-Find-Rule-Perl/ChangeLog b/dev-perl/File-Find-Rule-Perl/ChangeLog
19 index 09e0c6f..e92b728 100644
20 --- a/dev-perl/File-Find-Rule-Perl/ChangeLog
21 +++ b/dev-perl/File-Find-Rule-Perl/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*File-Find-Rule-Perl-1.130.0 (04 Nov 2012)
27 +
28 + 04 Nov 2012; Kent Fredric <kentfredric@×××××.com>
29 + +File-Find-Rule-Perl-1.130.0.ebuild:
30 + Version Bump
31 +
32 *File-Find-Rule-Perl-1.120.0 (23 Feb 2012)
33
34 23 Feb 2012; Kent Fredric <kentfredric@×××××.com>
35
36 diff --git a/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.130.0.ebuild b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.130.0.ebuild
37 new file mode 100644
38 index 0000000..a23eb8c
39 --- /dev/null
40 +++ b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.130.0.ebuild
41 @@ -0,0 +1,44 @@
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=ADAMK
47 +MODULE_VERSION=1.13
48 +inherit perl-module
49 +
50 +DESCRIPTION='Common rules for searching for Perl things'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_configure() {
56 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
57 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
58 +}
59 +perl_meta_build() {
60 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
61 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
62 + # Test::More 0.47 ( 0.470.0 )
63 + echo \>=virtual/perl-Test-Simple-0.47
64 +}
65 +perl_meta_runtime() {
66 + # File::Find::Rule 0.20 ( 0.200.0 )
67 + echo \>=dev-perl/File-Find-Rule-0.200.0
68 + # File::Spec 0.82 ( 0.820.0 )
69 + echo \>=virtual/perl-File-Spec-0.82
70 + # Params::Util 0.38 ( 0.380.0 )
71 + echo \>=dev-perl/Params-Util-0.380.0
72 + # Parse::CPAN::Meta 1.38 ( 1.380.0 )
73 + echo \>=virtual/perl-Parse-CPAN-Meta-1.38
74 + # perl 5.00503 ( 5.5.30 )
75 + echo \>=dev-lang/perl-5.5.30
76 +}
77 +DEPEND="
78 + $(perl_meta_configure)
79 + $(perl_meta_build)
80 + $(perl_meta_runtime)
81 +"
82 +RDEPEND="
83 + $(perl_meta_runtime)
84 +"
85 +SRC_TEST="do"