Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/POE: POE-1.354.0-r1.ebuild POE-1.350.0-r1.ebuild POE-1.356-r1.ebuild ChangeLog POE-1.350.0.ebuild POE-1.354.0.ebuild POE-1.356.ebuild
Date: Sun, 24 Aug 2014 02:32:50
Message-Id: 20140824023246.0224F3C44@oystercatcher.gentoo.org
1 axs 14/08/24 02:32:45
2
3 Modified: ChangeLog
4 Added: POE-1.354.0-r1.ebuild POE-1.350.0-r1.ebuild
5 POE-1.356-r1.ebuild
6 Removed: POE-1.350.0.ebuild POE-1.354.0.ebuild
7 POE-1.356.ebuild
8 Log:
9 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
10
11 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
12
13 Revision Changes Path
14 1.134 dev-perl/POE/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/ChangeLog?rev=1.134&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/ChangeLog?rev=1.134&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/ChangeLog?r1=1.133&r2=1.134
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v
23 retrieving revision 1.133
24 retrieving revision 1.134
25 diff -u -r1.133 -r1.134
26 --- ChangeLog 7 Jul 2014 18:54:38 -0000 1.133
27 +++ ChangeLog 24 Aug 2014 02:32:45 -0000 1.134
28 @@ -1,6 +1,16 @@
29 # ChangeLog for dev-perl/POE
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.133 2014/07/07 18:54:38 dilfridge Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.134 2014/08/24 02:32:45 axs Exp $
33 +
34 +*POE-1.350.0-r1 (24 Aug 2014)
35 +*POE-1.354.0-r1 (24 Aug 2014)
36 +*POE-1.356-r1 (24 Aug 2014)
37 +
38 + 24 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o> +POE-1.350.0-r1.ebuild,
39 + +POE-1.354.0-r1.ebuild, +POE-1.356-r1.ebuild, -POE-1.350.0.ebuild,
40 + -POE-1.354.0.ebuild, -POE-1.356.ebuild:
41 + bumped EAPI to 5; committed directly to stable as no other changes present and
42 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
43
44 07 Jul 2014; Andreas K. Huettel <dilfridge@g.o> POE-1.350.0.ebuild,
45 POE-1.354.0.ebuild, POE-1.356.ebuild:
46
47
48
49 1.1 dev-perl/POE/POE-1.354.0-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/POE-1.354.0-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/POE-1.354.0-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: POE-1.354.0-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-1.354.0-r1.ebuild,v 1.1 2014/08/24 02:32:45 axs Exp $
59
60 EAPI=5
61
62 POE_TEST_LOOPS_VERSION=1.351.0
63 MODULE_AUTHOR=RCAPUTO
64 MODULE_VERSION=1.354
65 inherit perl-module
66
67 DESCRIPTION="A framework for creating multitasking programs in Perl"
68
69 SLOT="0"
70 KEYWORDS="~amd64 ~ppc ~x86"
71 IUSE="ipv6 libwww ncurses tk test"
72
73 RDEPEND="
74 >=dev-perl/Event-1.09
75 >=virtual/perl-File-Spec-0.87
76 >=virtual/perl-IO-1.23.01
77 >=virtual/perl-IO-Compress-1.33
78 >=virtual/perl-Storable-2.12
79 >=dev-perl/IO-Tty-1.08
80 dev-perl/Filter
81 dev-perl/FreezeThaw
82 dev-perl/yaml
83 >=dev-perl/TermReadKey-2.21
84 >=virtual/perl-Time-HiRes-1.59
85 ipv6? (
86 >=dev-perl/Socket6-0.14
87 )
88 tk? (
89 >=dev-perl/perl-tk-800.027
90 )
91 libwww? (
92 >=dev-perl/libwww-perl-5.79
93 >=dev-perl/URI-1.30
94 )
95 ncurses? (
96 >=dev-perl/Curses-1.08
97 )
98 "
99 DEPEND="${RDEPEND}
100 test? (
101 >=dev-perl/POE-Test-Loops-${POE_TEST_LOOPS_VERSION}
102 >=virtual/perl-Test-Harness-2.26
103 >=virtual/perl-Test-Simple-0.54
104 dev-perl/Test-Pod
105 dev-perl/Test-Pod-Coverage
106 )
107 "
108
109 SRC_TEST=do
110
111 src_test() {
112 # Disable network tests
113 rm -f "${S}"/run_network_tests
114 perl-module_src_test
115 }
116
117
118
119 1.1 dev-perl/POE/POE-1.350.0-r1.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/POE-1.350.0-r1.ebuild?rev=1.1&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/POE-1.350.0-r1.ebuild?rev=1.1&content-type=text/plain
123
124 Index: POE-1.350.0-r1.ebuild
125 ===================================================================
126 # Copyright 1999-2014 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 # $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-1.350.0-r1.ebuild,v 1.1 2014/08/24 02:32:45 axs Exp $
129
130 EAPI=5
131
132 MODULE_AUTHOR=RCAPUTO
133 MODULE_VERSION=1.350
134 inherit perl-module
135
136 DESCRIPTION="A framework for creating multitasking programs in Perl"
137
138 SLOT="0"
139 KEYWORDS="amd64 ppc x86"
140 IUSE="ipv6 libwww ncurses tk test"
141
142 RDEPEND=">=dev-perl/Event-1.09
143 >=virtual/perl-File-Spec-0.87
144 >=virtual/perl-IO-1.23.01
145 >=virtual/perl-IO-Compress-1.33
146 >=virtual/perl-Storable-2.12
147 >=dev-perl/IO-Tty-1.08
148 dev-perl/Filter
149 dev-perl/FreezeThaw
150 dev-perl/yaml
151 >=dev-perl/TermReadKey-2.21
152 >=virtual/perl-Time-HiRes-1.59
153 ipv6? ( >=dev-perl/Socket6-0.14 )
154 tk? ( >=dev-perl/perl-tk-800.027 )
155 libwww? ( >=dev-perl/libwww-perl-5.79
156 >=dev-perl/URI-1.30 )
157 ncurses? ( >=dev-perl/Curses-1.08 )"
158 DEPEND="${RDEPEND}
159 test? (
160 >=dev-perl/POE-Test-Loops-${PV}
161 >=virtual/perl-Test-Harness-2.26
162 >=virtual/perl-Test-Simple-0.54
163 dev-perl/Test-Pod
164 dev-perl/Test-Pod-Coverage
165 )"
166
167 SRC_TEST=do
168
169 src_test() {
170 # Disable network tests
171 rm -f "${S}"/run_network_tests
172 perl-module_src_test
173 }
174
175
176
177 1.1 dev-perl/POE/POE-1.356-r1.ebuild
178
179 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/POE-1.356-r1.ebuild?rev=1.1&view=markup
180 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE/POE-1.356-r1.ebuild?rev=1.1&content-type=text/plain
181
182 Index: POE-1.356-r1.ebuild
183 ===================================================================
184 # Copyright 1999-2014 Gentoo Foundation
185 # Distributed under the terms of the GNU General Public License v2
186 # $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-1.356-r1.ebuild,v 1.1 2014/08/24 02:32:45 axs Exp $
187
188 EAPI=5
189
190 POE_TEST_LOOPS_VERSION=1.351.0
191 MODULE_AUTHOR=RCAPUTO
192 MODULE_VERSION=1.356
193 inherit perl-module
194
195 DESCRIPTION="A framework for creating multitasking programs in Perl"
196
197 SLOT="0"
198 KEYWORDS="~amd64 ~ppc ~x86"
199 IUSE="ipv6 libwww ncurses tk test"
200
201 RDEPEND="
202 >=dev-perl/Event-1.09
203 >=virtual/perl-File-Spec-0.87
204 >=virtual/perl-IO-1.23.01
205 >=virtual/perl-IO-Compress-1.33
206 >=virtual/perl-Storable-2.12
207 >=dev-perl/IO-Tty-1.08
208 dev-perl/Filter
209 dev-perl/FreezeThaw
210 dev-perl/yaml
211 >=dev-perl/TermReadKey-2.21
212 >=virtual/perl-Time-HiRes-1.59
213 ipv6? (
214 >=dev-perl/Socket6-0.14
215 )
216 tk? (
217 >=dev-perl/perl-tk-800.027
218 )
219 libwww? (
220 >=dev-perl/libwww-perl-5.79
221 >=dev-perl/URI-1.30
222 )
223 ncurses? (
224 >=dev-perl/Curses-1.08
225 )
226 "
227 DEPEND="${RDEPEND}
228 test? (
229 >=dev-perl/POE-Test-Loops-${POE_TEST_LOOPS_VERSION}
230 >=virtual/perl-Test-Harness-2.26
231 >=virtual/perl-Test-Simple-0.54
232 dev-perl/Test-Pod
233 dev-perl/Test-Pod-Coverage
234 dev-perl/IO-Pipely
235 )
236 "
237
238 SRC_TEST=do
239
240 src_test() {
241 # Disable network tests
242 rm -f "${S}"/run_network_tests
243 perl-module_src_test
244 }