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: Fri, 02 Mar 2012 00:21:41
Message-Id: 1330647366.75b8daf15763989db2aa24887f00c476a1b390af.kent@gentoo
1 commit: 75b8daf15763989db2aa24887f00c476a1b390af
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 2 00:16:06 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Mar 2 00:16:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=75b8daf1
7
8 [added] POE-Component-IRC
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/POE-Component-IRC/ChangeLog | 10 ++++
14 .../POE-Component-IRC-6.780.0.ebuild | 58 ++++++++++++++++++++
15 dev-perl/POE-Component-IRC/metadata.xml | 12 ++++
16 3 files changed, 80 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/POE-Component-IRC/ChangeLog b/dev-perl/POE-Component-IRC/ChangeLog
19 new file mode 100644
20 index 0000000..b1083f9
21 --- /dev/null
22 +++ b/dev-perl/POE-Component-IRC/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/POE-Component-IRC
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*POE-Component-IRC-6.780.0 (02 Mar 2012)
29 +
30 + 02 Mar 2012; Kent Fredric <kentfredric@×××××.com>
31 + +POE-Component-IRC-6.780.0.ebuild, +metadata.xml:
32 + Added for Adam
33 +
34
35 diff --git a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.780.0.ebuild b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.780.0.ebuild
36 new file mode 100644
37 index 0000000..d353bdf
38 --- /dev/null
39 +++ b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.780.0.ebuild
40 @@ -0,0 +1,58 @@
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=HINRIK
46 +MODULE_VERSION=6.78
47 +inherit perl-module
48 +
49 +DESCRIPTION='A fully event-driven IRC client module'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
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 + # IRC::Utils 0.12 ( 0.120.0 )
60 + echo \>=dev-perl/IRC-Utils-0.120.0
61 + # POE 1.311 ( 1.311.0 )
62 + echo \>=dev-perl/POE-1.311.0
63 + # POE::Component::Syndicator
64 + echo dev-perl/POE-Component-Syndicator
65 + # POE::Driver::SysRW
66 + echo dev-perl/POE
67 + # POE::Filter::IRCD 2.42 ( 2.420.0 )
68 + echo \>=dev-perl/POE-Filter-IRCD-2.420.0
69 + # POE::Filter::Line
70 + echo dev-perl/POE
71 + # POE::Filter::Stackable
72 + echo dev-perl/POE
73 + # POE::Filter::Stream
74 + echo dev-perl/POE
75 + # POE::Session
76 + echo dev-perl/POE
77 + # POE::Wheel::ReadWrite
78 + echo dev-perl/POE
79 + # POE::Wheel::SocketFactory
80 + echo dev-perl/POE
81 + # perl 5.008001 ( 5.8.1 )
82 + echo \>=dev-lang/perl-5.8.1
83 +}
84 +perl_meta_test() {
85 + # Test::Differences 0.61 ( 0.610.0 )
86 + echo \>=dev-perl/Test-Differences-0.610.0
87 + # Test::More 0.47 ( 0.470.0 )
88 + echo \>=virtual/perl-Test-Simple-0.47
89 +}
90 +DEPEND="
91 + $(perl_meta_configure)
92 + $(perl_meta_runtime)
93 + test? ( $(perl_meta_test) )
94 +"
95 +RDEPEND="
96 + $(perl_meta_runtime)
97 +"
98 +SRC_TEST="do"
99
100 diff --git a/dev-perl/POE-Component-IRC/metadata.xml b/dev-perl/POE-Component-IRC/metadata.xml
101 new file mode 100644
102 index 0000000..439b3ca
103 --- /dev/null
104 +++ b/dev-perl/POE-Component-IRC/metadata.xml
105 @@ -0,0 +1,12 @@
106 +<?xml version="1.0" encoding="UTF-8"?>
107 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 +<pkgmetadata>
109 + <herd>perl</herd>
110 + <maintainer>
111 + <email>kentfredric@×××××.com</email>
112 + <name>Kent Fredric</name>
113 + </maintainer>
114 + <upstream>
115 + <remote-id type="cpan">POE-Component-IRC</remote-id>
116 + </upstream>
117 +</pkgmetadata>