Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/HTML-Mason: HTML-Mason-1.36.ebuild HTML-Mason-1.37.ebuild HTML-Mason-1.32.ebuild ChangeLog HTML-Mason-1.33.ebuild HTML-Mason-1.35.ebuild
Date: Sun, 03 Feb 2008 14:15:44
Message-Id: E1JLfdF-0004Xh-7b@stork.gentoo.org
1 hollow 08/02/03 14:15:41
2
3 Modified: HTML-Mason-1.36.ebuild HTML-Mason-1.37.ebuild
4 HTML-Mason-1.32.ebuild ChangeLog
5 HTML-Mason-1.33.ebuild HTML-Mason-1.35.ebuild
6 Log:
7 use depend.apache eclass wrt #208033
8 (Portage version: 2.1.4)
9
10 Revision Changes Path
11 1.9 dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild?r1=1.8&r2=1.9
16
17 Index: HTML-Mason-1.36.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- HTML-Mason-1.36.ebuild 10 Nov 2007 13:27:47 -0000 1.8
24 +++ HTML-Mason-1.36.ebuild 3 Feb 2008 14:15:40 -0000 1.9
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild,v 1.8 2007/11/10 13:27:47 drac Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.36.ebuild,v 1.9 2008/02/03 14:15:40 hollow Exp $
31
32 -inherit perl-module
33 +inherit depend.apache perl-module
34
35 DESCRIPTION="A HTML development and delivery Perl Module"
36 SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
37 @@ -16,7 +16,6 @@
38
39 RDEPEND="!modperl? ( virtual/perl-CGI )
40 modperl? (
41 - >=www-servers/apache-2
42 www-apache/libapreq2
43 >=www-apache/mod_perl-2
44 )
45 @@ -33,6 +32,8 @@
46 DEPEND="${RDEPEND}
47 dev-perl/module-build"
48
49 +want_apache2 modperl
50 +
51 mydoc="CREDITS UPGRADE"
52 myconf="--noprompts"
53
54 @@ -44,7 +45,7 @@
55 sleep 5
56 fi
57 # rendhalver - needed to set an env var for the build script so it finds our apache.
58 - APACHE="/usr/sbin/apache2" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
59 + APACHE="${APACHE_BIN}" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
60 }
61
62 src_install () {
63
64
65
66 1.5 dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild?rev=1.5&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild?rev=1.5&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild?r1=1.4&r2=1.5
71
72 Index: HTML-Mason-1.37.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild,v
75 retrieving revision 1.4
76 retrieving revision 1.5
77 diff -u -r1.4 -r1.5
78 --- HTML-Mason-1.37.ebuild 13 Jan 2008 21:31:22 -0000 1.4
79 +++ HTML-Mason-1.37.ebuild 3 Feb 2008 14:15:40 -0000 1.5
80 @@ -1,8 +1,8 @@
81 # Copyright 1999-2008 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild,v 1.4 2008/01/13 21:31:22 dertobi123 Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild,v 1.5 2008/02/03 14:15:40 hollow Exp $
85
86 -inherit perl-module
87 +inherit depend.apache perl-module
88
89 DESCRIPTION="A HTML development and delivery Perl Module"
90 SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
91 @@ -16,7 +16,6 @@
92
93 RDEPEND="!modperl? ( virtual/perl-CGI )
94 modperl? (
95 - >=www-servers/apache-2
96 www-apache/libapreq2
97 >=www-apache/mod_perl-2
98 )
99 @@ -33,6 +32,8 @@
100 DEPEND="${RDEPEND}
101 dev-perl/module-build"
102
103 +want_apache2 modperl
104 +
105 mydoc="CREDITS UPGRADE"
106 myconf="--noprompts"
107
108 @@ -44,7 +45,7 @@
109 sleep 5
110 fi
111 # rendhalver - needed to set an env var for the build script so it finds our apache.
112 - APACHE="/usr/sbin/apache2" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
113 + APACHE="${APACHE_BIN}" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
114 }
115
116 src_install () {
117
118
119
120 1.17 dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild?rev=1.17&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild?rev=1.17&content-type=text/plain
124 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild?r1=1.16&r2=1.17
125
126 Index: HTML-Mason-1.32.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild,v
129 retrieving revision 1.16
130 retrieving revision 1.17
131 diff -u -r1.16 -r1.17
132 --- HTML-Mason-1.32.ebuild 19 Aug 2007 11:42:59 -0000 1.16
133 +++ HTML-Mason-1.32.ebuild 3 Feb 2008 14:15:40 -0000 1.17
134 @@ -1,8 +1,8 @@
135 -# Copyright 1999-2007 Gentoo Foundation
136 +# Copyright 1999-2008 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild,v 1.16 2007/08/19 11:42:59 hollow Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild,v 1.17 2008/02/03 14:15:40 hollow Exp $
140
141 -inherit perl-module
142 +inherit depend.apache perl-module
143
144 DESCRIPTION="A HTML development and delivery Perl Module"
145 SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
146 @@ -16,7 +16,6 @@
147
148 DEPEND="!modperl? ( virtual/perl-CGI )
149 modperl? (
150 - >=www-servers/apache-2
151 www-apache/libapreq2
152 >=www-apache/mod_perl-2
153 )
154 @@ -29,6 +28,8 @@
155 >=dev-perl/Cache-Cache-1.01
156 dev-lang/perl"
157
158 +want_apache2 modperl
159 +
160 mydoc="CREDITS UPGRADE"
161 myconf="--noprompts"
162
163 @@ -40,7 +41,7 @@
164 sleep 5
165 fi
166 # rendhalver - needed to set an env var for the build script so it finds our apache.
167 - APACHE="/usr/sbin/apache2" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
168 + APACHE="${APACHE_BIN}" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
169 }
170
171 src_install () {
172
173
174
175 1.78 dev-perl/HTML-Mason/ChangeLog
176
177 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.78&view=markup
178 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?rev=1.78&content-type=text/plain
179 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/ChangeLog?r1=1.77&r2=1.78
180
181 Index: ChangeLog
182 ===================================================================
183 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v
184 retrieving revision 1.77
185 retrieving revision 1.78
186 diff -u -r1.77 -r1.78
187 --- ChangeLog 13 Jan 2008 21:31:22 -0000 1.77
188 +++ ChangeLog 3 Feb 2008 14:15:40 -0000 1.78
189 @@ -1,6 +1,11 @@
190 # ChangeLog for dev-perl/HTML-Mason
191 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
192 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.77 2008/01/13 21:31:22 dertobi123 Exp $
193 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.78 2008/02/03 14:15:40 hollow Exp $
194 +
195 + 03 Feb 2008; Benedikt Böhm <hollow@g.o> HTML-Mason-1.32.ebuild,
196 + HTML-Mason-1.33.ebuild, HTML-Mason-1.35.ebuild, HTML-Mason-1.36.ebuild,
197 + HTML-Mason-1.37.ebuild:
198 + use depend.apache eclass wrt #208033
199
200 13 Jan 2008; Tobias Scherbaum <dertobi123@g.o>
201 HTML-Mason-1.37.ebuild:
202
203
204
205 1.13 dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild
206
207 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild?rev=1.13&view=markup
208 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild?rev=1.13&content-type=text/plain
209 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild?r1=1.12&r2=1.13
210
211 Index: HTML-Mason-1.33.ebuild
212 ===================================================================
213 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild,v
214 retrieving revision 1.12
215 retrieving revision 1.13
216 diff -u -r1.12 -r1.13
217 --- HTML-Mason-1.33.ebuild 19 Aug 2007 11:42:59 -0000 1.12
218 +++ HTML-Mason-1.33.ebuild 3 Feb 2008 14:15:40 -0000 1.13
219 @@ -1,8 +1,8 @@
220 -# Copyright 1999-2007 Gentoo Foundation
221 +# Copyright 1999-2008 Gentoo Foundation
222 # Distributed under the terms of the GNU General Public License v2
223 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild,v 1.12 2007/08/19 11:42:59 hollow Exp $
224 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild,v 1.13 2008/02/03 14:15:40 hollow Exp $
225
226 -inherit perl-module
227 +inherit depend.apache perl-module
228
229 DESCRIPTION="A HTML development and delivery Perl Module"
230 SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
231 @@ -16,7 +16,6 @@
232
233 DEPEND="!modperl? ( virtual/perl-CGI )
234 modperl? (
235 - >=www-servers/apache-2
236 www-apache/libapreq2
237 >=www-apache/mod_perl-2
238 )
239 @@ -29,6 +28,8 @@
240 >=dev-perl/Cache-Cache-1.01
241 dev-lang/perl"
242
243 +want_apache2 modperl
244 +
245 mydoc="CREDITS UPGRADE"
246 myconf="--noprompts"
247
248 @@ -40,7 +41,7 @@
249 sleep 5
250 fi
251 # rendhalver - needed to set an env var for the build script so it finds our apache.
252 - APACHE="/usr/sbin/apache2" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
253 + APACHE="${APACHE_BIN}" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
254 }
255
256 src_install () {
257
258
259
260 1.12 dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild
261
262 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild?rev=1.12&view=markup
263 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild?rev=1.12&content-type=text/plain
264 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild?r1=1.11&r2=1.12
265
266 Index: HTML-Mason-1.35.ebuild
267 ===================================================================
268 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild,v
269 retrieving revision 1.11
270 retrieving revision 1.12
271 diff -u -r1.11 -r1.12
272 --- HTML-Mason-1.35.ebuild 19 Aug 2007 11:42:59 -0000 1.11
273 +++ HTML-Mason-1.35.ebuild 3 Feb 2008 14:15:40 -0000 1.12
274 @@ -1,8 +1,8 @@
275 -# Copyright 1999-2007 Gentoo Foundation
276 +# Copyright 1999-2008 Gentoo Foundation
277 # Distributed under the terms of the GNU General Public License v2
278 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild,v 1.11 2007/08/19 11:42:59 hollow Exp $
279 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.35.ebuild,v 1.12 2008/02/03 14:15:40 hollow Exp $
280
281 -inherit perl-module
282 +inherit depend.apache perl-module
283
284 DESCRIPTION="A HTML development and delivery Perl Module"
285 SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
286 @@ -16,7 +16,6 @@
287
288 DEPEND="!modperl? ( virtual/perl-CGI )
289 modperl? (
290 - >=www-servers/apache-2
291 www-apache/libapreq2
292 >=www-apache/mod_perl-2
293 )
294 @@ -29,6 +28,8 @@
295 >=dev-perl/Cache-Cache-1.01
296 dev-lang/perl"
297
298 +want_apache2 modperl
299 +
300 mydoc="CREDITS UPGRADE"
301 myconf="--noprompts"
302
303 @@ -40,7 +41,7 @@
304 sleep 5
305 fi
306 # rendhalver - needed to set an env var for the build script so it finds our apache.
307 - APACHE="/usr/sbin/apache2" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
308 + APACHE="${APACHE_BIN}" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf}
309 }
310
311 src_install () {
312
313
314
315 --
316 gentoo-commits@l.g.o mailing list