Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Filter-Simple/
Date: Sun, 26 Feb 2012 13:46:50
Message-Id: 1330252958.9c00fef79f0b0695ca3db4ac41322b796e8f2836.kent@gentoo
1 commit: 9c00fef79f0b0695ca3db4ac41322b796e8f2836
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 26 10:42:38 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 26 10:42:38 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9c00fef7
7
8 [newversion] core/Filter-Simple-0.880.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 perl-core/Filter-Simple/ChangeLog | 8 ++++-
14 .../Filter-Simple/Filter-Simple-0.880.0.ebuild | 36 ++++++++++++++++++++
15 2 files changed, 43 insertions(+), 1 deletions(-)
16
17 diff --git a/perl-core/Filter-Simple/ChangeLog b/perl-core/Filter-Simple/ChangeLog
18 index 04c92be..21fc493 100644
19 --- a/perl-core/Filter-Simple/ChangeLog
20 +++ b/perl-core/Filter-Simple/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for perl-core/Filter-Simple
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 +*Filter-Simple-0.880.0 (26 Feb 2012)
28 +
29 + 26 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Filter-Simple-0.880.0.ebuild:
31 + Version Bump
32 +
33 31 Jul 2011; Kent Fredric <kentfredric@×××××.com>
34 -Filter-Simple-0.850.0.ebuild:
35 Gone on CPAN
36
37 diff --git a/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild b/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild
38 new file mode 100644
39 index 0000000..c83ecba
40 --- /dev/null
41 +++ b/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild
42 @@ -0,0 +1,36 @@
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=SMUELLER
48 +MODULE_VERSION=0.88
49 +inherit perl-module
50 +
51 +DESCRIPTION='Simplified source filtering'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker
58 + echo virtual/perl-ExtUtils-MakeMaker
59 +}
60 +perl_meta_build() {
61 + # ExtUtils::MakeMaker
62 + echo virtual/perl-ExtUtils-MakeMaker
63 +}
64 +perl_meta_runtime() {
65 + # Filter::Util::Call
66 + echo virtual/perl-Filter
67 + # Text::Balanced 1.97 ( 1.970.0 )
68 + echo \>=virtual/perl-Text-Balanced-1.970.0
69 +}
70 +DEPEND="
71 + $(perl_meta_configure)
72 + $(perl_meta_build)
73 + $(perl_meta_runtime)
74 +"
75 +RDEPEND="
76 + $(perl_meta_runtime)
77 +"
78 +SRC_TEST="do"