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: Thu, 23 Aug 2012 12:37:06
Message-Id: 1345722400.385e6a6670e82e0b2487f31b09f496c4d379c46a.kent@gentoo
1 commit: 385e6a6670e82e0b2487f31b09f496c4d379c46a
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 11:46:40 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 23 11:46:40 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=385e6a66
7
8 [newversion] POE-Component-Resolver-0.921.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 | 6 +++
14 .../POE-Component-Resolver-0.921.0.ebuild | 39 ++++++++++++++++++++
15 2 files changed, 45 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/POE-Component-Resolver/ChangeLog b/dev-perl/POE-Component-Resolver/ChangeLog
18 index 26effd6..c744ebc 100644
19 --- a/dev-perl/POE-Component-Resolver/ChangeLog
20 +++ b/dev-perl/POE-Component-Resolver/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*POE-Component-Resolver-0.921.0 (23 Aug 2012)
26 +
27 + 23 Aug 2012; Kent Fredric <kentfredric@×××××.com>
28 + +POE-Component-Resolver-0.921.0.ebuild:
29 + Version Bump
30 +
31 29 Jul 2012; Kent Fredric <kentfredric@×××××.com>
32 -POE-Component-Resolver-0.918.0.ebuild:
33 Gone on CPAN
34
35 diff --git a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild b/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild
36 new file mode 100644
37 index 0000000..eb28d11
38 --- /dev/null
39 +++ b/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild
40 @@ -0,0 +1,39 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=RCAPUTO
46 +MODULE_VERSION=0.921
47 +inherit perl-module
48 +
49 +DESCRIPTION='A non-blocking getaddrinfo() resolver'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
57 +}
58 +perl_meta_runtime() {
59 + # POE 1.311 ( 1.311.0 )
60 + echo \>=dev-perl/POE-1.311.0
61 + # Scalar::Util 1.23 ( 1.230.0 )
62 + echo \>=virtual/perl-Scalar-List-Utils-1.230.0
63 + # Socket 2.001 ( 2.1.0 )
64 + echo \>=virtual/perl-Socket-2.1.0
65 + # Storable 2.18 ( 2.180.0 )
66 + echo \>=virtual/perl-Storable-2.180.0
67 + # Test::More 0.96 ( 0.960.0 )
68 + echo \>=virtual/perl-Test-Simple-0.96
69 + # Time::HiRes 1.9711 ( 1.971.100 )
70 + echo \>=virtual/perl-Time-HiRes-1.97.11
71 +}
72 +DEPEND="
73 + $(perl_meta_configure)
74 + $(perl_meta_runtime)
75 +"
76 +RDEPEND="
77 + $(perl_meta_runtime)
78 +"
79 +SRC_TEST="do"