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/POE-Component-Client-Keepalive/
Date: Fri, 06 Apr 2012 20:45:38
Message-Id: 1333720253.05a30af0e6f4a271d24f2808f97fc1fc97cec808.kent@gentoo
1 commit: 05a30af0e6f4a271d24f2808f97fc1fc97cec808
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 13:50:53 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 13:50:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=05a30af0
7
8 [cpanclean] POE-Component-Client-Keepalive-0.268.0-r1
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/POE-Component-Client-Keepalive/ChangeLog | 4 +++
14 ...OE-Component-Client-Keepalive-0.268.0-r1.ebuild | 29 --------------------
15 2 files changed, 4 insertions(+), 29 deletions(-)
16
17 diff --git a/dev-perl/POE-Component-Client-Keepalive/ChangeLog b/dev-perl/POE-Component-Client-Keepalive/ChangeLog
18 index 9a6de30..792c949 100644
19 --- a/dev-perl/POE-Component-Client-Keepalive/ChangeLog
20 +++ b/dev-perl/POE-Component-Client-Keepalive/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
26 + -POE-Component-Client-Keepalive-0.268.0-r1.ebuild:
27 + Gone on CPAN
28 +
29 *POE-Component-Client-Keepalive-0.270.0 (27 Mar 2012)
30
31 27 Mar 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.268.0-r1.ebuild b/dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.268.0-r1.ebuild
34 deleted file mode 100644
35 index 9db3097..0000000
36 --- a/dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.268.0-r1.ebuild
37 +++ /dev/null
38 @@ -1,29 +0,0 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -
43 -EAPI=4
44 -
45 -MODULE_AUTHOR=RCAPUTO
46 -MODULE_VERSION=0.268
47 -inherit perl-module
48 -
49 -DESCRIPTION="manage connections, with keep-alive"
50 -
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE=""
54 -comment() { echo ''; }
55 -RDEPEND="
56 - >=dev-perl/Net-IP-1.25 $(comment 1.250.0)
57 - >=dev-perl/POE-1.311.0
58 - >=dev-perl/POE-Component-Resolver-0.913.0
59 -"
60 -DEPEND="
61 - ${RDEPEND}
62 - $(comment configure)
63 - >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
64 -
65 -"
66 -
67 -SRC_TEST="do"