Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/espeak: espeak-1.29.ebuild ChangeLog espeak-1.28.ebuild espeak-1.27.ebuild espeak-1.20-r1.ebuild espeak-1.19.ebuild espeak-1.26-r1.ebuild espeak-1.25.ebuild espeak-1.26.ebuild
Date: Wed, 26 Dec 2007 22:25:54
Message-Id: E1J7ehA-0002LK-89@stork.gentoo.org
1 phreak 07/12/26 22:25:48
2
3 Modified: espeak-1.29.ebuild ChangeLog espeak-1.28.ebuild
4 espeak-1.27.ebuild espeak-1.20-r1.ebuild
5 espeak-1.19.ebuild espeak-1.26-r1.ebuild
6 espeak-1.25.ebuild espeak-1.26.ebuild
7 Log:
8 Fix the quotation.
9 (Portage version: 2.1.3.19)
10
11 Revision Changes Path
12 1.2 app-accessibility/espeak/espeak-1.29.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild?r1=1.1&r2=1.2
17
18 Index: espeak-1.29.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- espeak-1.29.ebuild 28 Aug 2007 02:27:50 -0000 1.1
25 +++ espeak-1.29.ebuild 26 Dec 2007 22:25:47 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild,v 1.1 2007/08/28 02:27:50 williamh Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $
31
32 inherit eutils
33
34 @@ -28,7 +28,7 @@
35 fi
36
37 # Add a patch for a segfault on ppc64.
38 -# epatch ${FILESDIR}/${P}-ppc64-segfault.patch
39 +# epatch "${FILESDIR}/${P}-ppc64-segfault.patch"
40 }
41
42 src_compile() {
43 @@ -42,12 +42,12 @@
44 cp -f phondata phonindex phontab "${S}/espeak-data"
45
46 einfo "Compiling dict files"
47 - cd ${S}/dictsource
48 + cd "${S}/dictsource"
49 export HOME="${S}"
50 local lang
51 for l in *_rules; do
52 lang=${l/_rules/}
53 - ${S}/src/speak --compile=$lang
54 + "${S}/src/speak" --compile=$lang
55 done
56 }
57
58
59
60
61 1.26 app-accessibility/espeak/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/ChangeLog?rev=1.26&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/ChangeLog?rev=1.26&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/ChangeLog?r1=1.25&r2=1.26
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v
70 retrieving revision 1.25
71 retrieving revision 1.26
72 diff -u -r1.25 -r1.26
73 --- ChangeLog 28 Aug 2007 20:43:56 -0000 1.25
74 +++ ChangeLog 26 Dec 2007 22:25:47 -0000 1.26
75 @@ -1,6 +1,12 @@
76 # ChangeLog for app-accessibility/espeak
77 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.25 2007/08/28 20:43:56 jer Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.26 2007/12/26 22:25:47 phreak Exp $
80 +
81 + 26 Dec 2007; Christian Heim <phreak@g.o> espeak-1.19.ebuild,
82 + espeak-1.20-r1.ebuild, espeak-1.25.ebuild, espeak-1.26.ebuild,
83 + espeak-1.26-r1.ebuild, espeak-1.27.ebuild, espeak-1.28.ebuild,
84 + espeak-1.29.ebuild:
85 + Fix the quotation.
86
87 28 Aug 2007; Jeroen Roovers <jer@g.o> files/digest-espeak-1.29,
88 Manifest:
89
90
91
92 1.2 app-accessibility/espeak/espeak-1.28.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.28.ebuild?rev=1.2&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.28.ebuild?rev=1.2&content-type=text/plain
96 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.28.ebuild?r1=1.1&r2=1.2
97
98 Index: espeak-1.28.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.28.ebuild,v
101 retrieving revision 1.1
102 retrieving revision 1.2
103 diff -u -r1.1 -r1.2
104 --- espeak-1.28.ebuild 20 Jul 2007 13:21:27 -0000 1.1
105 +++ espeak-1.28.ebuild 26 Dec 2007 22:25:47 -0000 1.2
106 @@ -1,6 +1,6 @@
107 # Copyright 1999-2007 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.28.ebuild,v 1.1 2007/07/20 13:21:27 williamh Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.28.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $
111
112 inherit eutils
113
114 @@ -28,7 +28,7 @@
115 fi
116
117 # Add a patch for a segfault on ppc64.
118 -# epatch ${FILESDIR}/${P}-ppc64-segfault.patch
119 +# epatch "${FILESDIR}/${P}-ppc64-segfault.patch"
120 }
121
122 src_compile() {
123 @@ -47,7 +47,7 @@
124 local lang
125 for l in *_rules; do
126 lang=${l/_rules/}
127 - ${S}/src/speak --compile=$lang
128 + "${S}/src/speak" --compile=$lang
129 done
130 }
131
132
133
134
135 1.2 app-accessibility/espeak/espeak-1.27.ebuild
136
137 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.27.ebuild?rev=1.2&view=markup
138 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.27.ebuild?rev=1.2&content-type=text/plain
139 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.27.ebuild?r1=1.1&r2=1.2
140
141 Index: espeak-1.27.ebuild
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.27.ebuild,v
144 retrieving revision 1.1
145 retrieving revision 1.2
146 diff -u -r1.1 -r1.2
147 --- espeak-1.27.ebuild 4 Jul 2007 20:19:52 -0000 1.1
148 +++ espeak-1.27.ebuild 26 Dec 2007 22:25:47 -0000 1.2
149 @@ -1,6 +1,6 @@
150 # Copyright 1999-2007 Gentoo Foundation
151 # Distributed under the terms of the GNU General Public License v2
152 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.27.ebuild,v 1.1 2007/07/04 20:19:52 williamh Exp $
153 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.27.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $
154
155 inherit eutils
156
157 @@ -28,7 +28,7 @@
158 fi
159
160 # Add a patch for a segfault on ppc64.
161 - epatch ${FILESDIR}/${P}-ppc64-segfault.patch
162 + epatch "${FILESDIR}/${P}-ppc64-segfault.patch"
163 }
164
165 src_compile() {
166 @@ -47,7 +47,7 @@
167 local lang
168 for l in *_rules; do
169 lang=${l/_rules/}
170 - ${S}/src/speak --compile=$lang
171 + "${S}/src/speak" --compile=$lang
172 done
173 }
174
175
176
177
178 1.3 app-accessibility/espeak/espeak-1.20-r1.ebuild
179
180 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.20-r1.ebuild?rev=1.3&view=markup
181 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.20-r1.ebuild?rev=1.3&content-type=text/plain
182 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.20-r1.ebuild?r1=1.2&r2=1.3
183
184 Index: espeak-1.20-r1.ebuild
185 ===================================================================
186 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.20-r1.ebuild,v
187 retrieving revision 1.2
188 retrieving revision 1.3
189 diff -u -r1.2 -r1.3
190 --- espeak-1.20-r1.ebuild 15 Jul 2007 23:02:29 -0000 1.2
191 +++ espeak-1.20-r1.ebuild 26 Dec 2007 22:25:47 -0000 1.3
192 @@ -1,6 +1,6 @@
193 # Copyright 1999-2007 Gentoo Foundation
194 # Distributed under the terms of the GNU General Public License v2
195 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.20-r1.ebuild,v 1.2 2007/07/15 23:02:29 mr_bones_ Exp $
196 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.20-r1.ebuild,v 1.3 2007/12/26 22:25:47 phreak Exp $
197
198 inherit eutils
199
200 @@ -31,10 +31,10 @@
201 fi
202
203 # Apply patch to support big-endian processors
204 - epatch ${FILESDIR}/${P}-big-endian.patch
205 + epatch "${FILESDIR}/${P}-big-endian.patch"
206
207 # Apply patch for ppc64 segfault
208 - epatch ${FILESDIR}/${P}-ppc64-segfault.patch
209 + epatch "${FILESDIR}/${P}-ppc64-segfault.patch"
210 }
211
212 src_compile() {
213
214
215
216 1.6 app-accessibility/espeak/espeak-1.19.ebuild
217
218 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild?rev=1.6&view=markup
219 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild?rev=1.6&content-type=text/plain
220 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild?r1=1.5&r2=1.6
221
222 Index: espeak-1.19.ebuild
223 ===================================================================
224 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild,v
225 retrieving revision 1.5
226 retrieving revision 1.6
227 diff -u -r1.5 -r1.6
228 --- espeak-1.19.ebuild 15 Jul 2007 23:02:29 -0000 1.5
229 +++ espeak-1.19.ebuild 26 Dec 2007 22:25:47 -0000 1.6
230 @@ -1,6 +1,6 @@
231 # Copyright 1999-2007 Gentoo Foundation
232 # Distributed under the terms of the GNU General Public License v2
233 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild,v 1.5 2007/07/15 23:02:29 mr_bones_ Exp $
234 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild,v 1.6 2007/12/26 22:25:47 phreak Exp $
235
236 inherit eutils
237
238 @@ -31,10 +31,10 @@
239 fi
240
241 # Apply patch to support big-endian processors
242 - epatch ${FILESDIR}/${P}-big-endian.patch
243 + epatch "${FILESDIR}/${P}-big-endian.patch"
244
245 # Apply patch for ppc64 segfault
246 - epatch ${FILESDIR}/${P}-ppc64-segfault.patch
247 + epatch "${FILESDIR}/${P}-ppc64-segfault.patch"
248 }
249
250 src_compile() {
251
252
253
254 1.2 app-accessibility/espeak/espeak-1.26-r1.ebuild
255
256 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.26-r1.ebuild?rev=1.2&view=markup
257 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.26-r1.ebuild?rev=1.2&content-type=text/plain
258 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.26-r1.ebuild?r1=1.1&r2=1.2
259
260 Index: espeak-1.26-r1.ebuild
261 ===================================================================
262 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26-r1.ebuild,v
263 retrieving revision 1.1
264 retrieving revision 1.2
265 diff -u -r1.1 -r1.2
266 --- espeak-1.26-r1.ebuild 10 Jun 2007 02:22:49 -0000 1.1
267 +++ espeak-1.26-r1.ebuild 26 Dec 2007 22:25:47 -0000 1.2
268 @@ -1,6 +1,6 @@
269 # Copyright 1999-2007 Gentoo Foundation
270 # Distributed under the terms of the GNU General Public License v2
271 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26-r1.ebuild,v 1.1 2007/06/10 02:22:49 williamh Exp $
272 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26-r1.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $
273
274 inherit eutils
275
276 @@ -31,7 +31,7 @@
277 fi
278
279 # Add a patch for a segfault on ppc64.
280 - epatch ${FILESDIR}/${P}-ppc64-segfault.patch
281 + epatch "${FILESDIR}/${P}-ppc64-segfault.patch"
282 }
283
284 src_compile() {
285 @@ -50,7 +50,7 @@
286 local lang
287 for l in *_rules; do
288 lang=${l/_rules/}
289 - ${S}/src/speak --compile=$lang
290 + "${S}/src/speak" --compile=$lang
291 done
292 }
293
294
295
296
297 1.5 app-accessibility/espeak/espeak-1.25.ebuild
298
299 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild?rev=1.5&view=markup
300 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild?rev=1.5&content-type=text/plain
301 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild?r1=1.4&r2=1.5
302
303 Index: espeak-1.25.ebuild
304 ===================================================================
305 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild,v
306 retrieving revision 1.4
307 retrieving revision 1.5
308 diff -u -r1.4 -r1.5
309 --- espeak-1.25.ebuild 27 Aug 2007 16:57:00 -0000 1.4
310 +++ espeak-1.25.ebuild 26 Dec 2007 22:25:47 -0000 1.5
311 @@ -1,6 +1,6 @@
312 # Copyright 1999-2007 Gentoo Foundation
313 # Distributed under the terms of the GNU General Public License v2
314 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild,v 1.4 2007/08/27 16:57:00 dmwaters Exp $
315 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild,v 1.5 2007/12/26 22:25:47 phreak Exp $
316
317 inherit eutils
318
319 @@ -36,7 +36,7 @@
320 emake CXXFLAGS="${CXXFLAGS}" || die "Compilation failed"
321
322 einfo "Fixing byte order of phoneme data files"
323 - cd ${S}/big_endian
324 + cd "${S}/big_endian"
325 make
326 ./espeak-phoneme-data "${S}/espeak-data"
327 cp -f phondata phonindex phontab "${S}/espeak-data"
328 @@ -47,12 +47,12 @@
329 local lang
330 for l in *_rules; do
331 lang=${l/_rules/}
332 - ${S}/src/speak --compile=$lang
333 + "${S}/src/speak" --compile=$lang
334 done
335 }
336
337 src_install() {
338 - cd ${S}/src
339 + cd "${S}/src"
340 make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die "Installation failed"
341
342 cd "${S}"
343
344
345
346 1.2 app-accessibility/espeak/espeak-1.26.ebuild
347
348 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild?rev=1.2&view=markup
349 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild?rev=1.2&content-type=text/plain
350 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild?r1=1.1&r2=1.2
351
352 Index: espeak-1.26.ebuild
353 ===================================================================
354 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild,v
355 retrieving revision 1.1
356 retrieving revision 1.2
357 diff -u -r1.1 -r1.2
358 --- espeak-1.26.ebuild 9 Jun 2007 02:10:02 -0000 1.1
359 +++ espeak-1.26.ebuild 26 Dec 2007 22:25:47 -0000 1.2
360 @@ -1,6 +1,6 @@
361 # Copyright 1999-2007 Gentoo Foundation
362 # Distributed under the terms of the GNU General Public License v2
363 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild,v 1.1 2007/06/09 02:10:02 williamh Exp $
364 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $
365
366 inherit eutils
367
368 @@ -32,11 +32,11 @@
369 }
370
371 src_compile() {
372 - cd ${S}/src
373 + cd "${S}/src"
374 emake CXXFLAGS="${CXXFLAGS}" || die "Compilation failed"
375
376 einfo "Fixing byte order of phoneme data files"
377 - cd ${S}/big_endian
378 + cd "${S}/big_endian"
379 make
380 ./espeak-phoneme-data "${S}/espeak-data"
381 cp -f phondata phonindex phontab "${S}/espeak-data"
382 @@ -47,7 +47,7 @@
383 local lang
384 for l in *_rules; do
385 lang=${l/_rules/}
386 - ${S}/src/speak --compile=$lang
387 + "${S}/src/speak" --compile=$lang
388 done
389 }
390
391
392
393
394 --
395 gentoo-commits@g.o mailing list