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, 29 Apr 2012 19:27:55
Message-Id: 1335725511.c49db0f7b77feba63f6afd209796c038d7bfb775.kent@gentoo
1 commit: c49db0f7b77feba63f6afd209796c038d7bfb775
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 29 18:51:51 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 29 18:51:51 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c49db0f7
7
8 [cpanclean] Filter-Simple-0.870.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 perl-core/Filter-Simple/ChangeLog | 4 +++
14 .../Filter-Simple/Filter-Simple-0.870.0.ebuild | 27 --------------------
15 2 files changed, 4 insertions(+), 27 deletions(-)
16
17 diff --git a/perl-core/Filter-Simple/ChangeLog b/perl-core/Filter-Simple/ChangeLog
18 index 21fc493..2c73222 100644
19 --- a/perl-core/Filter-Simple/ChangeLog
20 +++ b/perl-core/Filter-Simple/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 29 Apr 2012; Kent Fredric <kentfredric@×××××.com>
26 + -Filter-Simple-0.870.0.ebuild:
27 + Gone on CPAN
28 +
29 *Filter-Simple-0.880.0 (26 Feb 2012)
30
31 26 Feb 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/perl-core/Filter-Simple/Filter-Simple-0.870.0.ebuild b/perl-core/Filter-Simple/Filter-Simple-0.870.0.ebuild
34 deleted file mode 100644
35 index 754e811..0000000
36 --- a/perl-core/Filter-Simple/Filter-Simple-0.870.0.ebuild
37 +++ /dev/null
38 @@ -1,27 +0,0 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -EAPI=4
43 -MODULE_AUTHOR=SMUELLER
44 -MODULE_VERSION=0.87
45 -inherit perl-module
46 -
47 -DESCRIPTION="Simplified source filtering"
48 -LICENSE="|| ( Artistic GPL-2 )"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="test"
52 -
53 -comment() { echo ''; }
54 -
55 -COMMON_DEPEND="
56 - >=virtual/perl-Text-Balanced-1.97
57 - virtual/perl-Filter $(comment Filter::Util::Call )
58 -"
59 -DEPEND="
60 - ${COMMON_DEPEND}
61 -"
62 -RDEPEND="
63 - ${COMMON_DEPEND}
64 -"
65 -SRC_TEST="do"