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-Resolver/
Date: Fri, 06 Apr 2012 20:45:00
Message-Id: 1333720276.450a1f2b33ce2ce568504524e9b6566c2390ea89.kent@gentoo
1 commit: 450a1f2b33ce2ce568504524e9b6566c2390ea89
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 13:51:16 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 13:51:16 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=450a1f2b
7
8 [cpanclean] POE-Component-Resolver-0.914.0
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-Resolver/ChangeLog | 4 ++
14 .../POE-Component-Resolver-0.914.0.ebuild | 42 --------------------
15 2 files changed, 4 insertions(+), 42 deletions(-)
16
17 diff --git a/dev-perl/POE-Component-Resolver/ChangeLog b/dev-perl/POE-Component-Resolver/ChangeLog
18 index afdcd34..c415880 100644
19 --- a/dev-perl/POE-Component-Resolver/ChangeLog
20 +++ b/dev-perl/POE-Component-Resolver/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-Resolver-0.914.0.ebuild:
27 + Gone on CPAN
28 +
29 *POE-Component-Resolver-0.916.0 (27 Mar 2012)
30
31 27 Mar 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.914.0.ebuild b/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.914.0.ebuild
34 deleted file mode 100644
35 index e5e427c..0000000
36 --- a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.914.0.ebuild
37 +++ /dev/null
38 @@ -1,42 +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.914
47 -inherit perl-module
48 -
49 -DESCRIPTION="A non-blocking getaddrinfo() resolver"
50 -
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE=""
54 -perl_eumm_configure() {
55 - # strict
56 -
57 - # warnings
58 -
59 - # ExtUtils::MakeMaker 6.56
60 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.56
61 -}
62 -perl_eumm_prereq_pm() {
63 - # POE 1.311
64 - echo \>=dev-perl/POE-1.311.0
65 - # Scalar::Util 1.23
66 - echo \>=virtual/perl-Scalar-List-Utils-1.23
67 - # Socket::GetAddrInfo 0.19
68 - echo \>=dev-perl/Socket-GetAddrInfo-0.190.0
69 - # Storable 2.18
70 - echo \>=virtual/perl-Storable-2.18
71 - # Test::More 0.96
72 - echo \>=virtual/perl-Test-Simple-0.96
73 - # Time::HiRes 1.9711
74 - echo \>=virtual/perl-Time-HiRes-1.97.11
75 -}
76 -RDEPEND="$(perl_eumm_prereq_pm)"
77 -DEPEND="$(perl_eumm_configure)
78 - $(perl_eumm_prereq_pm)"
79 -
80 -SRC_TEST="network"