Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/ivtv: ivtv-0.4.7.ebuild ivtv-0.6.5.ebuild ivtv-0.4.9.ebuild ivtv-0.7.2.ebuild ivtv-0.7.1.ebuild ivtv-0.6.3.ebuild ivtv-0.4.8.ebuild ivtv-0.6.6.ebuild ivtv-0.6.4.ebuild ivtv-0.7.3.ebuild ivtv-0.4.5.ebuild ChangeLog
Date: Tue, 27 Nov 2007 10:35:55
Message-Id: E1Iwxn5-0007qg-Vd@stork.gentoo.org
1 zzam 07/11/27 10:35:43
2
3 Modified: ivtv-0.4.7.ebuild ivtv-0.6.5.ebuild
4 ivtv-0.4.9.ebuild ivtv-0.7.2.ebuild
5 ivtv-0.7.1.ebuild ivtv-0.6.3.ebuild
6 ivtv-0.4.8.ebuild ivtv-0.6.6.ebuild
7 ivtv-0.6.4.ebuild ivtv-0.7.3.ebuild
8 ivtv-0.4.5.ebuild ChangeLog
9 Log:
10 Fixed quoting.
11 (Portage version: 2.1.4_rc3)
12
13 Revision Changes Path
14 1.9 media-tv/ivtv/ivtv-0.4.7.ebuild
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild?rev=1.9&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild?rev=1.9&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild?r1=1.8&r2=1.9
19
20 Index: ivtv-0.4.7.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild,v
23 retrieving revision 1.8
24 retrieving revision 1.9
25 diff -u -r1.8 -r1.9
26 --- ivtv-0.4.7.ebuild 27 Apr 2007 01:43:45 -0000 1.8
27 +++ ivtv-0.4.7.ebuild 27 Nov 2007 10:35:43 -0000 1.9
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2007 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild,v 1.8 2007/04/27 01:43:45 beandog Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild,v 1.9 2007/11/27 10:35:43 zzam Exp $
33
34 inherit eutils linux-mod
35
36 @@ -69,27 +69,27 @@
37 unpack ${A}
38 cd "${S}"
39 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
40 - -i ${S}/driver/Makefile || die "sed failed"
41 + -i "${S}"/driver/Makefile || die "sed failed"
42 }
43
44 src_compile() {
45 - cd ${S}/driver
46 + cd "${S}"/driver
47 linux-mod_src_compile || die "failed to build driver "
48
49 - cd ${S}/utils
50 + cd "${S}"/utils
51 emake || die "failed to build utils "
52 }
53
54 src_install() {
55 - cd ${S}/utils
56 + cd "${S}"/utils
57
58 make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install \
59 || die "failed to install utils"
60
61 - cd ${S}
62 + cd "${S}"
63 dodoc README doc/* utils/README.X11
64
65 - cd ${S}/driver
66 + cd "${S}"/driver
67 linux-mod_src_install || die "failed to install modules"
68
69 # Add the aliases
70
71
72
73 1.6 media-tv/ivtv/ivtv-0.6.5.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild?rev=1.6&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild?rev=1.6&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild?r1=1.5&r2=1.6
78
79 Index: ivtv-0.6.5.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild,v
82 retrieving revision 1.5
83 retrieving revision 1.6
84 diff -u -r1.5 -r1.6
85 --- ivtv-0.6.5.ebuild 27 Apr 2007 01:43:45 -0000 1.5
86 +++ ivtv-0.6.5.ebuild 27 Nov 2007 10:35:43 -0000 1.6
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild,v 1.5 2007/04/27 01:43:45 beandog Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.5.ebuild,v 1.6 2007/11/27 10:35:43 zzam Exp $
92
93 inherit eutils linux-mod
94
95 @@ -53,28 +53,28 @@
96
97 src_unpack() {
98 unpack ${A}
99 - cd ${S}
100 + cd "${S}"
101 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
102 - -i ${S}/driver/Makefile || die "sed failed"
103 + -i "${S}"/driver/Makefile || die "sed failed"
104 }
105
106 src_compile() {
107 - cd ${S}/driver
108 + cd "${S}"/driver
109 linux-mod_src_compile || die "failed to build driver "
110
111 - cd ${S}/utils
112 + cd "${S}"/utils
113 emake || die "failed to build utils "
114 }
115
116 src_install() {
117 - cd ${S}/utils
118 + cd "${S}"/utils
119 make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install \
120 || die "failed to install utils"
121
122 - cd ${S}
123 + cd "${S}"
124 dodoc README doc/* utils/README.X11
125
126 - cd ${S}/driver
127 + cd "${S}"/driver
128 linux-mod_src_install || die "failed to install modules"
129
130 # Add the aliases
131
132
133
134 1.6 media-tv/ivtv/ivtv-0.4.9.ebuild
135
136 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild?rev=1.6&view=markup
137 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild?rev=1.6&content-type=text/plain
138 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild?r1=1.5&r2=1.6
139
140 Index: ivtv-0.4.9.ebuild
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild,v
143 retrieving revision 1.5
144 retrieving revision 1.6
145 diff -u -r1.5 -r1.6
146 --- ivtv-0.4.9.ebuild 16 Apr 2007 14:04:08 -0000 1.5
147 +++ ivtv-0.4.9.ebuild 27 Nov 2007 10:35:43 -0000 1.6
148 @@ -1,6 +1,6 @@
149 # Copyright 1999-2007 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild,v 1.5 2007/04/16 14:04:08 cardoe Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.9.ebuild,v 1.6 2007/11/27 10:35:43 zzam Exp $
153
154 inherit eutils linux-mod
155
156 @@ -70,27 +70,27 @@
157 unpack ${A}
158 cd "${S}"
159 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
160 - -i ${S}/driver/Makefile || die "sed failed"
161 + -i "${S}"/driver/Makefile || die "sed failed"
162 }
163
164 src_compile() {
165 - cd ${S}/driver
166 + cd "${S}"/driver
167 linux-mod_src_compile || die "failed to build driver "
168
169 - cd ${S}/utils
170 + cd "${S}"/utils
171 emake || die "failed to build utils "
172 }
173
174 src_install() {
175 - cd ${S}/utils
176 + cd "${S}"/utils
177
178 make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install \
179 || die "failed to install utils"
180
181 - cd ${S}
182 + cd "${S}"
183 dodoc README doc/* utils/README.X11
184
185 - cd ${S}/driver
186 + cd "${S}"/driver
187 linux-mod_src_install || die "failed to install modules"
188
189 # Add the aliases
190
191
192
193 1.6 media-tv/ivtv/ivtv-0.7.2.ebuild
194
195 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild?rev=1.6&view=markup
196 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild?rev=1.6&content-type=text/plain
197 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild?r1=1.5&r2=1.6
198
199 Index: ivtv-0.7.2.ebuild
200 ===================================================================
201 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild,v
202 retrieving revision 1.5
203 retrieving revision 1.6
204 diff -u -r1.5 -r1.6
205 --- ivtv-0.7.2.ebuild 27 Apr 2007 01:43:45 -0000 1.5
206 +++ ivtv-0.7.2.ebuild 27 Nov 2007 10:35:43 -0000 1.6
207 @@ -1,6 +1,6 @@
208 # Copyright 1999-2007 Gentoo Foundation
209 # Distributed under the terms of the GNU General Public License v2
210 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild,v 1.5 2007/04/27 01:43:45 beandog Exp $
211 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.2.ebuild,v 1.6 2007/11/27 10:35:43 zzam Exp $
212
213 inherit eutils linux-mod
214
215 @@ -56,28 +56,28 @@
216
217 src_unpack() {
218 unpack ${A}
219 - cd ${S}
220 + cd "${S}"
221 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
222 - -i ${S}/driver/Makefile || die "sed failed"
223 + -i "${S}"/driver/Makefile || die "sed failed"
224 }
225
226 src_compile() {
227 - cd ${S}/driver
228 + cd "${S}"/driver
229 linux-mod_src_compile || die "failed to build driver "
230
231 - cd ${S}/utils
232 + cd "${S}"/utils
233 emake || die "failed to build utils "
234 }
235
236 src_install() {
237 - cd ${S}/utils
238 + cd "${S}"/utils
239 make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install \
240 || die "failed to install utils"
241
242 - cd ${S}
243 + cd "${S}"
244 dodoc README doc/* utils/README.X11
245
246 - cd ${S}/driver
247 + cd "${S}"/driver
248 linux-mod_src_install || die "failed to install modules"
249
250 # Add the aliases
251
252
253
254 1.9 media-tv/ivtv/ivtv-0.7.1.ebuild
255
256 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild?rev=1.9&view=markup
257 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild?rev=1.9&content-type=text/plain
258 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild?r1=1.8&r2=1.9
259
260 Index: ivtv-0.7.1.ebuild
261 ===================================================================
262 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild,v
263 retrieving revision 1.8
264 retrieving revision 1.9
265 diff -u -r1.8 -r1.9
266 --- ivtv-0.7.1.ebuild 27 Apr 2007 01:43:45 -0000 1.8
267 +++ ivtv-0.7.1.ebuild 27 Nov 2007 10:35:43 -0000 1.9
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/media-tv/ivtv/ivtv-0.7.1.ebuild,v 1.8 2007/04/27 01:43:45 beandog Exp $
272 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild,v 1.9 2007/11/27 10:35:43 zzam Exp $
273
274 inherit eutils linux-mod
275
276 @@ -55,28 +55,28 @@
277
278 src_unpack() {
279 unpack ${A}
280 - cd ${S}
281 + cd "${S}"
282 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
283 - -i ${S}/driver/Makefile || die "sed failed"
284 + -i "${S}"/driver/Makefile || die "sed failed"
285 }
286
287 src_compile() {
288 - cd ${S}/driver
289 + cd "${S}"/driver
290 linux-mod_src_compile || die "failed to build driver "
291
292 - cd ${S}/utils
293 + cd "${S}"/utils
294 emake || die "failed to build utils "
295 }
296
297 src_install() {
298 - cd ${S}/utils
299 + cd "${S}"/utils
300 make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install \
301 || die "failed to install utils"
302
303 - cd ${S}
304 + cd "${S}"
305 dodoc README doc/* utils/README.X11
306
307 - cd ${S}/driver
308 + cd "${S}"/driver
309 linux-mod_src_install || die "failed to install modules"
310
311 # Add the aliases
312
313
314
315 1.8 media-tv/ivtv/ivtv-0.6.3.ebuild
316
317 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild?rev=1.8&view=markup
318 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild?rev=1.8&content-type=text/plain
319 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild?r1=1.7&r2=1.8
320
321 Index: ivtv-0.6.3.ebuild
322 ===================================================================
323 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild,v
324 retrieving revision 1.7
325 retrieving revision 1.8
326 diff -u -r1.7 -r1.8
327 --- ivtv-0.6.3.ebuild 2 Jul 2007 15:20:29 -0000 1.7
328 +++ ivtv-0.6.3.ebuild 27 Nov 2007 10:35:43 -0000 1.8
329 @@ -1,6 +1,6 @@
330 # Copyright 1999-2007 Gentoo Foundation
331 # Distributed under the terms of the GNU General Public License v2
332 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild,v 1.7 2007/07/02 15:20:29 peper Exp $
333 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.3.ebuild,v 1.8 2007/11/27 10:35:43 zzam Exp $
334
335 inherit eutils linux-mod
336
337 @@ -64,21 +64,21 @@
338 unpack ${P}.tar.gz
339 unpack ${FW_VER_ENC}
340
341 - cd ${S}
342 + cd "${S}"
343 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
344 - -i ${S}/driver/Makefile || die "sed failed"
345 + -i "${S}"/driver/Makefile || die "sed failed"
346 }
347
348 src_compile() {
349 - cd ${S}/driver
350 + cd "${S}"/driver
351 linux-mod_src_compile || die "failed to build driver "
352
353 - cd ${S}/utils
354 + cd "${S}"/utils
355 emake || die "failed to build utils "
356 }
357
358 src_install() {
359 - cd ${S}/utils
360 + cd "${S}"/utils
361 dodir /lib/firmware
362 ./ivtvfwextract.pl "${DISTDIR}"/${FW_VER_DEC} \
363 "${D}"/lib/firmware/v4l-cx2341x-enc.fw \
364 @@ -88,12 +88,12 @@
365
366 insinto /lib/firmware
367 newins "${WORKDIR}"/HcwMakoA.ROM v4l-cx25840.fw
368 - newins ${S}/v4l-cx2341x-init.mpg v4l-cx2341x-init.mpg
369 + newins "${S}"/v4l-cx2341x-init.mpg v4l-cx2341x-init.mpg
370
371 - cd ${S}
372 + cd "${S}"
373 dodoc README doc/* utils/README.X11
374
375 - cd ${S}/driver
376 + cd "${S}"/driver
377 linux-mod_src_install || die "failed to install modules"
378
379 # Add the aliases
380
381
382
383 1.6 media-tv/ivtv/ivtv-0.4.8.ebuild
384
385 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild?rev=1.6&view=markup
386 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild?rev=1.6&content-type=text/plain
387 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild?r1=1.5&r2=1.6
388
389 Index: ivtv-0.4.8.ebuild
390 ===================================================================
391 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild,v
392 retrieving revision 1.5
393 retrieving revision 1.6
394 diff -u -r1.5 -r1.6
395 --- ivtv-0.4.8.ebuild 27 Apr 2007 01:43:45 -0000 1.5
396 +++ ivtv-0.4.8.ebuild 27 Nov 2007 10:35:43 -0000 1.6
397 @@ -1,6 +1,6 @@
398 # Copyright 1999-2007 Gentoo Foundation
399 # Distributed under the terms of the GNU General Public License v2
400 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild,v 1.5 2007/04/27 01:43:45 beandog Exp $
401 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild,v 1.6 2007/11/27 10:35:43 zzam Exp $
402
403 inherit eutils linux-mod
404
405 @@ -70,27 +70,27 @@
406 unpack ${A}
407 cd "${S}"
408 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
409 - -i ${S}/driver/Makefile || die "sed failed"
410 + -i "${S}"/driver/Makefile || die "sed failed"
411 }
412
413 src_compile() {
414 - cd ${S}/driver
415 + cd "${S}"/driver
416 linux-mod_src_compile || die "failed to build driver "
417
418 - cd ${S}/utils
419 + cd "${S}"/utils
420 emake || die "failed to build utils "
421 }
422
423 src_install() {
424 - cd ${S}/utils
425 + cd "${S}"/utils
426
427 make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install \
428 || die "failed to install utils"
429
430 - cd ${S}
431 + cd "${S}"
432 dodoc README doc/* utils/README.X11
433
434 - cd ${S}/driver
435 + cd "${S}"/driver
436 linux-mod_src_install || die "failed to install modules"
437
438 # Add the aliases
439
440
441
442 1.6 media-tv/ivtv/ivtv-0.6.6.ebuild
443
444 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild?rev=1.6&view=markup
445 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild?rev=1.6&content-type=text/plain
446 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild?r1=1.5&r2=1.6
447
448 Index: ivtv-0.6.6.ebuild
449 ===================================================================
450 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild,v
451 retrieving revision 1.5
452 retrieving revision 1.6
453 diff -u -r1.5 -r1.6
454 --- ivtv-0.6.6.ebuild 16 Apr 2007 14:04:08 -0000 1.5
455 +++ ivtv-0.6.6.ebuild 27 Nov 2007 10:35:43 -0000 1.6
456 @@ -1,6 +1,6 @@
457 # Copyright 1999-2007 Gentoo Foundation
458 # Distributed under the terms of the GNU General Public License v2
459 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild,v 1.5 2007/04/16 14:04:08 cardoe Exp $
460 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.6.ebuild,v 1.6 2007/11/27 10:35:43 zzam Exp $
461
462 inherit eutils linux-mod
463
464 @@ -53,28 +53,28 @@
465
466 src_unpack() {
467 unpack ${A}
468 - cd ${S}
469 + cd "${S}"
470 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
471 - -i ${S}/driver/Makefile || die "sed failed"
472 + -i "${S}"/driver/Makefile || die "sed failed"
473 }
474
475 src_compile() {
476 - cd ${S}/driver
477 + cd "${S}"/driver
478 linux-mod_src_compile || die "failed to build driver "
479
480 - cd ${S}/utils
481 + cd "${S}"/utils
482 emake || die "failed to build utils "
483 }
484
485 src_install() {
486 - cd ${S}/utils
487 + cd "${S}"/utils
488 make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install \
489 || die "failed to install utils"
490
491 - cd ${S}
492 + cd "${S}"
493 dodoc README doc/* utils/README.X11
494
495 - cd ${S}/driver
496 + cd "${S}"/driver
497 linux-mod_src_install || die "failed to install modules"
498
499 # Add the aliases
500
501
502
503 1.9 media-tv/ivtv/ivtv-0.6.4.ebuild
504
505 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild?rev=1.9&view=markup
506 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild?rev=1.9&content-type=text/plain
507 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild?r1=1.8&r2=1.9
508
509 Index: ivtv-0.6.4.ebuild
510 ===================================================================
511 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild,v
512 retrieving revision 1.8
513 retrieving revision 1.9
514 diff -u -r1.8 -r1.9
515 --- ivtv-0.6.4.ebuild 27 Apr 2007 01:43:45 -0000 1.8
516 +++ ivtv-0.6.4.ebuild 27 Nov 2007 10:35:43 -0000 1.9
517 @@ -1,6 +1,6 @@
518 # Copyright 1999-2007 Gentoo Foundation
519 # Distributed under the terms of the GNU General Public License v2
520 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild,v 1.8 2007/04/27 01:43:45 beandog Exp $
521 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.6.4.ebuild,v 1.9 2007/11/27 10:35:43 zzam Exp $
522
523 inherit eutils linux-mod
524
525 @@ -52,28 +52,28 @@
526
527 src_unpack() {
528 unpack ${A}
529 - cd ${S}
530 + cd "${S}"
531 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
532 - -i ${S}/driver/Makefile || die "sed failed"
533 + -i "${S}"/driver/Makefile || die "sed failed"
534 }
535
536 src_compile() {
537 - cd ${S}/driver
538 + cd "${S}"/driver
539 linux-mod_src_compile || die "failed to build driver "
540
541 - cd ${S}/utils
542 + cd "${S}"/utils
543 emake || die "failed to build utils "
544 }
545
546 src_install() {
547 - cd ${S}/utils
548 + cd "${S}"/utils
549 make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install \
550 || die "failed to install utils"
551
552 - cd ${S}
553 + cd "${S}"
554 dodoc README doc/* utils/README.X11
555
556 - cd ${S}/driver
557 + cd "${S}"/driver
558 linux-mod_src_install || die "failed to install modules"
559
560 # Add the aliases
561
562
563
564 1.5 media-tv/ivtv/ivtv-0.7.3.ebuild
565
566 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.7.3.ebuild?rev=1.5&view=markup
567 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.7.3.ebuild?rev=1.5&content-type=text/plain
568 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.7.3.ebuild?r1=1.4&r2=1.5
569
570 Index: ivtv-0.7.3.ebuild
571 ===================================================================
572 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.3.ebuild,v
573 retrieving revision 1.4
574 retrieving revision 1.5
575 diff -u -r1.4 -r1.5
576 --- ivtv-0.7.3.ebuild 19 Feb 2007 22:29:13 -0000 1.4
577 +++ ivtv-0.7.3.ebuild 27 Nov 2007 10:35:43 -0000 1.5
578 @@ -1,6 +1,6 @@
579 # Copyright 1999-2007 Gentoo Foundation
580 # Distributed under the terms of the GNU General Public License v2
581 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.3.ebuild,v 1.4 2007/02/19 22:29:13 cardoe Exp $
582 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.3.ebuild,v 1.5 2007/11/27 10:35:43 zzam Exp $
583
584 inherit eutils linux-mod
585
586 @@ -56,28 +56,28 @@
587
588 src_unpack() {
589 unpack ${A}
590 - cd ${S}
591 + cd "${S}"
592 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
593 - -i ${S}/driver/Makefile || die "sed failed"
594 + -i "${S}"/driver/Makefile || die "sed failed"
595 }
596
597 src_compile() {
598 - cd ${S}/driver
599 + cd "${S}"/driver
600 linux-mod_src_compile || die "failed to build driver "
601
602 - cd ${S}/utils
603 + cd "${S}"/utils
604 emake || die "failed to build utils "
605 }
606
607 src_install() {
608 - cd ${S}/utils
609 + cd "${S}"/utils
610 make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install \
611 || die "failed to install utils"
612
613 - cd ${S}
614 + cd "${S}"
615 dodoc README doc/* utils/README.X11
616
617 - cd ${S}/driver
618 + cd "${S}"/driver
619 linux-mod_src_install || die "failed to install modules"
620
621 # Add the aliases
622
623
624
625 1.10 media-tv/ivtv/ivtv-0.4.5.ebuild
626
627 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild?rev=1.10&view=markup
628 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild?rev=1.10&content-type=text/plain
629 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild?r1=1.9&r2=1.10
630
631 Index: ivtv-0.4.5.ebuild
632 ===================================================================
633 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild,v
634 retrieving revision 1.9
635 retrieving revision 1.10
636 diff -u -r1.9 -r1.10
637 --- ivtv-0.4.5.ebuild 2 Jul 2007 15:20:29 -0000 1.9
638 +++ ivtv-0.4.5.ebuild 27 Nov 2007 10:35:43 -0000 1.10
639 @@ -1,6 +1,6 @@
640 # Copyright 1999-2007 Gentoo Foundation
641 # Distributed under the terms of the GNU General Public License v2
642 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild,v 1.9 2007/07/02 15:20:29 peper Exp $
643 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild,v 1.10 2007/11/27 10:35:43 zzam Exp $
644
645 inherit eutils linux-mod
646
647 @@ -82,19 +82,19 @@
648 unpack ${FW_VER_ENC}
649
650 sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \
651 - -i ${S}/driver/Makefile || die "sed failed"
652 + -i "${S}"/driver/Makefile || die "sed failed"
653 }
654
655 src_compile() {
656 - cd ${S}/driver
657 + cd "${S}"/driver
658 linux-mod_src_compile || die "failed to build driver "
659
660 - cd ${S}/utils
661 + cd "${S}"/utils
662 emake || die "failed to build utils "
663 }
664
665 src_install() {
666 - cd ${S}/utils
667 + cd "${S}"/utils
668 dodir /lib/firmware
669 ./ivtvfwextract.pl "${DISTDIR}"/${FW_VER_DEC} \
670 "${D}"/lib/firmware/v4l-cx2341x-enc.fw \
671 @@ -104,12 +104,12 @@
672
673 insinto /lib/firmware
674 newins "${WORKDIR}"/HcwMakoA.ROM v4l-cx25840.fw
675 - newins ${S}/v4l-cx2341x-init.mpg v4l-cx2341x-init.mpg
676 + newins "${S}"/v4l-cx2341x-init.mpg v4l-cx2341x-init.mpg
677
678 - cd ${S}
679 + cd "${S}"
680 dodoc README doc/* utils/README.X11
681
682 - cd ${S}/driver
683 + cd "${S}"/driver
684 linux-mod_src_install || die "failed to install modules"
685
686 # Add the aliases
687
688
689
690 1.97 media-tv/ivtv/ChangeLog
691
692 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ChangeLog?rev=1.97&view=markup
693 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ChangeLog?rev=1.97&content-type=text/plain
694 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ChangeLog?r1=1.96&r2=1.97
695
696 Index: ChangeLog
697 ===================================================================
698 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v
699 retrieving revision 1.96
700 retrieving revision 1.97
701 diff -u -r1.96 -r1.97
702 --- ChangeLog 17 Oct 2007 21:56:56 -0000 1.96
703 +++ ChangeLog 27 Nov 2007 10:35:43 -0000 1.97
704 @@ -1,6 +1,13 @@
705 # ChangeLog for media-tv/ivtv
706 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
707 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.96 2007/10/17 21:56:56 beandog Exp $
708 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.97 2007/11/27 10:35:43 zzam Exp $
709 +
710 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o> ivtv-0.4.5.ebuild,
711 + ivtv-0.4.7.ebuild, ivtv-0.4.8.ebuild, ivtv-0.4.9.ebuild,
712 + ivtv-0.6.3.ebuild, ivtv-0.6.4.ebuild, ivtv-0.6.5.ebuild,
713 + ivtv-0.6.6.ebuild, ivtv-0.7.1.ebuild, ivtv-0.7.2.ebuild,
714 + ivtv-0.7.3.ebuild:
715 + Fixed quoting.
716
717 *ivtv-1.0.3-r1 (17 Oct 2007)
718
719
720
721
722 --
723 gentoo-commits@g.o mailing list