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: Sun, 29 Jul 2012 06:25:25
Message-Id: 1343538538.58b61823c44b3cf586c86c91b9204170a8889fde.kent@gentoo
1 commit: 58b61823c44b3cf586c86c91b9204170a8889fde
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 29 05:08:58 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 29 05:08:58 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=58b61823
7
8 [cpanclean] POE-Component-Resolver-0.918.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/POE-Component-Resolver/ChangeLog | 4 ++
14 .../POE-Component-Resolver-0.918.0.ebuild | 39 --------------------
15 2 files changed, 4 insertions(+), 39 deletions(-)
16
17 diff --git a/dev-perl/POE-Component-Resolver/ChangeLog b/dev-perl/POE-Component-Resolver/ChangeLog
18 index adb62ec..26effd6 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 + 29 Jul 2012; Kent Fredric <kentfredric@×××××.com>
26 + -POE-Component-Resolver-0.918.0.ebuild:
27 + Gone on CPAN
28 +
29 *POE-Component-Resolver-0.920.0 (09 Jun 2012)
30
31 09 Jun 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.918.0.ebuild b/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.918.0.ebuild
34 deleted file mode 100644
35 index 879cc10..0000000
36 --- a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.918.0.ebuild
37 +++ /dev/null
38 @@ -1,39 +0,0 @@
39 -# Copyright 1999-2012 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -EAPI=4
43 -MODULE_AUTHOR=RCAPUTO
44 -MODULE_VERSION=0.918
45 -inherit perl-module
46 -
47 -DESCRIPTION='A non-blocking getaddrinfo() resolver'
48 -LICENSE=" || ( Artistic GPL-2 )"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -perl_meta_configure() {
53 - # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
54 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
55 -}
56 -perl_meta_runtime() {
57 - # POE 1.311 ( 1.311.0 )
58 - echo \>=dev-perl/POE-1.311.0
59 - # Scalar::Util 1.23 ( 1.230.0 )
60 - echo \>=virtual/perl-Scalar-List-Utils-1.230.0
61 - # Socket::GetAddrInfo 0.19 ( 0.190.0 )
62 - echo \>=dev-perl/Socket-GetAddrInfo-0.190.0
63 - # Storable 2.18 ( 2.180.0 )
64 - echo \>=virtual/perl-Storable-2.18
65 - # Test::More 0.96 ( 0.960.0 )
66 - echo \>=virtual/perl-Test-Simple-0.96
67 - # Time::HiRes 1.9711 ( 1.971.100 )
68 - echo \>=virtual/perl-Time-HiRes-1.97.11
69 -}
70 -DEPEND="
71 - $(perl_meta_configure)
72 - $(perl_meta_runtime)
73 -"
74 -RDEPEND="
75 - $(perl_meta_runtime)
76 -"
77 -SRC_TEST="do"