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/IO-Async/
Date: Thu, 22 Nov 2012 02:21:14
Message-Id: 1353537320.4b2e7eff6924ef60c00e6455feb1695add5be9e6.kent@gentoo
1 commit: 4b2e7eff6924ef60c00e6455feb1695add5be9e6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 21 22:35:20 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Nov 21 22:35:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4b2e7eff
7
8 [added] IO-Async
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/IO-Async/ChangeLog | 10 +++++
15 dev-perl/IO-Async/IO-Async-0.530.0.ebuild | 56 +++++++++++++++++++++++++++++
16 dev-perl/IO-Async/metadata.xml | 45 +++++++++++++++++++++++
17 3 files changed, 111 insertions(+), 0 deletions(-)
18
19 diff --git a/dev-perl/IO-Async/ChangeLog b/dev-perl/IO-Async/ChangeLog
20 new file mode 100644
21 index 0000000..28fc0be
22 --- /dev/null
23 +++ b/dev-perl/IO-Async/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for dev-perl/IO-Async
26 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*IO-Async-0.530.0 (21 Nov 2012)
30 +
31 + 21 Nov 2012; Kent Fredric <kentfredric@×××××.com> +IO-Async-0.530.0.ebuild,
32 + +metadata.xml:
33 + Added
34 +
35
36 diff --git a/dev-perl/IO-Async/IO-Async-0.530.0.ebuild b/dev-perl/IO-Async/IO-Async-0.530.0.ebuild
37 new file mode 100644
38 index 0000000..89fb887
39 --- /dev/null
40 +++ b/dev-perl/IO-Async/IO-Async-0.530.0.ebuild
41 @@ -0,0 +1,56 @@
42 +# Copyright 1999-2012 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=5
46 +MODULE_AUTHOR=PEVANS
47 +MODULE_VERSION=0.53
48 +inherit perl-module
49 +
50 +DESCRIPTION='Asynchronous event-driven programming'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_build() {
56 + # File::Temp
57 + echo virtual/perl-File-Temp
58 + # Test::Fatal
59 + echo dev-perl/Test-Fatal
60 + # Test::Identity
61 + echo dev-perl/Test-Identity
62 + # Test::More
63 + echo virtual/perl-Test-Simple
64 + # Test::Refcount
65 + echo dev-perl/Test-Refcount
66 +}
67 +perl_meta_runtime() {
68 + # Async::MergePoint 0.03 ( 0.30.0 )
69 + echo \>=dev-perl/Async-MergePoint-0.30.0
70 + # CPS
71 + echo dev-perl/CPS
72 + # CPS::Future 0.15 ( 0.150.0 )
73 + echo \>=dev-perl/CPS-0.150.0
74 + # Exporter 5.57 ( 5.570.0 )
75 + echo \>=virtual/perl-Exporter-5.570.0
76 + # File::stat
77 + echo dev-lang/perl
78 + # IO::Poll
79 + echo virtual/perl-IO
80 + # Socket 1.95 ( 1.950.0 )
81 + echo \>=dev-lang/perl-1.950.0
82 + # Storable
83 + echo virtual/perl-Storable
84 + # Time::HiRes
85 + echo virtual/perl-Time-HiRes
86 + # perl 5.010 ( 5.10.0 )
87 + echo \>=dev-lang/perl-5.10.0
88 +}
89 +DEPEND="
90 + virtual/perl-Module-Build
91 + $(perl_meta_build)
92 + $(perl_meta_runtime)
93 +"
94 +RDEPEND="
95 + $(perl_meta_runtime)
96 +"
97 +SRC_TEST="do"
98
99 diff --git a/dev-perl/IO-Async/metadata.xml b/dev-perl/IO-Async/metadata.xml
100 new file mode 100644
101 index 0000000..f490560
102 --- /dev/null
103 +++ b/dev-perl/IO-Async/metadata.xml
104 @@ -0,0 +1,45 @@
105 +<?xml version="1.0" encoding="UTF-8"?>
106 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
107 +<pkgmetadata>
108 + <herd>perl</herd>
109 + <maintainer>
110 + <email>kentfredric@×××××.com</email>
111 + <name>Kent Fredric</name>
112 + </maintainer>
113 + <upstream>
114 + <remote-id type="cpan">IO-Async</remote-id>
115 + <remote-id type="cpan-module">IO::Async</remote-id>
116 + <remote-id type="cpan-module">IO::Async::Channel</remote-id>
117 + <remote-id type="cpan-module">IO::Async::ChildManager</remote-id>
118 + <remote-id type="cpan-module">IO::Async::Connector</remote-id>
119 + <remote-id type="cpan-module">IO::Async::File</remote-id>
120 + <remote-id type="cpan-module">IO::Async::FileStream</remote-id>
121 + <remote-id type="cpan-module">IO::Async::Function</remote-id>
122 + <remote-id type="cpan-module">IO::Async::Handle</remote-id>
123 + <remote-id type="cpan-module">IO::Async::Listener</remote-id>
124 + <remote-id type="cpan-module">IO::Async::Loop</remote-id>
125 + <remote-id type="cpan-module">IO::Async::Loop::Poll</remote-id>
126 + <remote-id type="cpan-module">IO::Async::Loop::Select</remote-id>
127 + <remote-id type="cpan-module">IO::Async::LoopTests</remote-id>
128 + <remote-id type="cpan-module">IO::Async::MergePoint</remote-id>
129 + <remote-id type="cpan-module">IO::Async::Notifier</remote-id>
130 + <remote-id type="cpan-module">IO::Async::OS</remote-id>
131 + <remote-id type="cpan-module">IO::Async::OS::MSWin32</remote-id>
132 + <remote-id type="cpan-module">IO::Async::PID</remote-id>
133 + <remote-id type="cpan-module">IO::Async::Process</remote-id>
134 + <remote-id type="cpan-module">IO::Async::Protocol</remote-id>
135 + <remote-id type="cpan-module">IO::Async::Protocol::LineStream</remote-id>
136 + <remote-id type="cpan-module">IO::Async::Protocol::Stream</remote-id>
137 + <remote-id type="cpan-module">IO::Async::Resolver</remote-id>
138 + <remote-id type="cpan-module">IO::Async::Routine</remote-id>
139 + <remote-id type="cpan-module">IO::Async::Sequencer</remote-id>
140 + <remote-id type="cpan-module">IO::Async::Signal</remote-id>
141 + <remote-id type="cpan-module">IO::Async::Socket</remote-id>
142 + <remote-id type="cpan-module">IO::Async::Stream</remote-id>
143 + <remote-id type="cpan-module">IO::Async::Test</remote-id>
144 + <remote-id type="cpan-module">IO::Async::Timer</remote-id>
145 + <remote-id type="cpan-module">IO::Async::Timer::Absolute</remote-id>
146 + <remote-id type="cpan-module">IO::Async::Timer::Countdown</remote-id>
147 + <remote-id type="cpan-module">IO::Async::Timer::Periodic</remote-id>
148 + </upstream>
149 +</pkgmetadata>