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-IRC/
Date: Sat, 23 Feb 2013 22:55:33
Message-Id: 1361657549.a08b263992b33584177b70584b0becf03d3643dd.kent@gentoo
1 commit: a08b263992b33584177b70584b0becf03d3643dd
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 23 22:12:29 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 23 22:12:29 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a08b2639
7
8 [newversion] POE-Component-IRC-6.810.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/POE-Component-IRC/ChangeLog | 8 ++-
15 .../POE-Component-IRC-6.810.0.ebuild | 60 ++++++++++++++++++++
16 2 files changed, 67 insertions(+), 1 deletions(-)
17
18 diff --git a/dev-perl/POE-Component-IRC/ChangeLog b/dev-perl/POE-Component-IRC/ChangeLog
19 index 23742bc..780a516 100644
20 --- a/dev-perl/POE-Component-IRC/ChangeLog
21 +++ b/dev-perl/POE-Component-IRC/ChangeLog
22 @@ -1,7 +1,13 @@
23 # ChangeLog for dev-perl/POE-Component-IRC
24 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*POE-Component-IRC-6.810.0 (23 Feb 2013)
29 +
30 + 23 Feb 2013; Kent Fredric <kentfredric@×××××.com>
31 + +POE-Component-IRC-6.810.0.ebuild:
32 + Version Bump
33 +
34 *POE-Component-IRC-6.800.0 (28 Oct 2012)
35
36 28 Oct 2012; Kent Fredric <kentfredric@×××××.com>
37
38 diff --git a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.810.0.ebuild b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.810.0.ebuild
39 new file mode 100644
40 index 0000000..9bc75ea
41 --- /dev/null
42 +++ b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.810.0.ebuild
43 @@ -0,0 +1,60 @@
44 +# Copyright 1999-2013 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Header: $
47 +EAPI=5
48 +MODULE_AUTHOR=BINGOS
49 +MODULE_VERSION=6.81
50 +inherit perl-module
51 +
52 +DESCRIPTION='A fully event-driven IRC client module'
53 +LICENSE=" || ( Artistic GPL-2 )"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE="test"
57 +perl_meta_configure() {
58 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
59 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
60 +}
61 +perl_meta_runtime() {
62 + # IRC::Utils 0.12 ( 0.120.0 )
63 + echo \>=dev-perl/IRC-Utils-0.120.0
64 + # List::MoreUtils
65 + echo dev-perl/List-MoreUtils
66 + # POE 1.311 ( 1.311.0 )
67 + echo \>=dev-perl/POE-1.311.0
68 + # POE::Component::Syndicator
69 + echo dev-perl/POE-Component-Syndicator
70 + # POE::Driver::SysRW
71 + echo dev-perl/POE
72 + # POE::Filter::IRCD 2.42 ( 2.420.0 )
73 + echo \>=dev-perl/POE-Filter-IRCD-2.420.0
74 + # POE::Filter::Line
75 + echo dev-perl/POE
76 + # POE::Filter::Stackable
77 + echo dev-perl/POE
78 + # POE::Filter::Stream
79 + echo dev-perl/POE
80 + # POE::Session
81 + echo dev-perl/POE
82 + # POE::Wheel::ReadWrite
83 + echo dev-perl/POE
84 + # POE::Wheel::SocketFactory
85 + echo dev-perl/POE
86 + # perl 5.008001 ( 5.8.1 )
87 + echo \>=dev-lang/perl-5.8.1
88 +}
89 +perl_meta_test() {
90 + # Test::Differences 0.61 ( 0.610.0 )
91 + echo \>=dev-perl/Test-Differences-0.610.0
92 + # Test::More 0.47 ( 0.470.0 )
93 + echo \>=virtual/perl-Test-Simple-0.47
94 +}
95 +DEPEND="
96 + $(perl_meta_configure)
97 + $(perl_meta_runtime)
98 + test? ( $(perl_meta_test) )
99 +"
100 +RDEPEND="
101 + $(perl_meta_runtime)
102 +"
103 +SRC_TEST="do"