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/linuxtv-dvb-apps: linuxtv-dvb-apps-1.1.0.ebuild ChangeLog linuxtv-dvb-apps-1.1.1.20070924.ebuild linuxtv-dvb-apps-1.1.1.20060917.ebuild linuxtv-dvb-apps-1.1.1.20071126.ebuild linuxtv-dvb-apps-1.1.1.20070114.ebuild
Date: Tue, 27 Nov 2007 10:04:15
Message-Id: E1IwxIW-0007aP-GZ@stork.gentoo.org
1 zzam 07/11/27 10:04:08
2
3 Modified: linuxtv-dvb-apps-1.1.0.ebuild ChangeLog
4 linuxtv-dvb-apps-1.1.1.20070924.ebuild
5 linuxtv-dvb-apps-1.1.1.20060917.ebuild
6 linuxtv-dvb-apps-1.1.1.20071126.ebuild
7 linuxtv-dvb-apps-1.1.1.20070114.ebuild
8 Log:
9 Fixed quoting.
10 (Portage version: 2.1.4_rc3)
11
12 Revision Changes Path
13 1.9 media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild?rev=1.9&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild?rev=1.9&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild?r1=1.8&r2=1.9
18
19 Index: linuxtv-dvb-apps-1.1.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild,v
22 retrieving revision 1.8
23 retrieving revision 1.9
24 diff -u -r1.8 -r1.9
25 --- linuxtv-dvb-apps-1.1.0.ebuild 6 Jun 2007 17:21:46 -0000 1.8
26 +++ linuxtv-dvb-apps-1.1.0.ebuild 27 Nov 2007 10:04:07 -0000 1.9
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2007 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild,v 1.8 2007/06/06 17:21:46 armin76 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild,v 1.9 2007/11/27 10:04:07 zzam Exp $
32
33 DESCRIPTION="small utils for DVB to scan, zap, view signal strength, ..."
34 HOMEPAGE="http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps"
35 @@ -14,12 +14,12 @@
36 RDEPEND="${DEPEND}"
37
38 src_compile() {
39 - cd ${S}/util
40 + cd "${S}"/util
41 make
42 if use usb; then
43 elog "Building ttusb_dec_reset"
44 # build the ttusb_dec_reset program
45 - cd ${S}/util/ttusb_dec_reset
46 + cd "${S}"/util/ttusb_dec_reset
47 make
48 else
49 elog "Not building ttusb_dec_reset"
50 @@ -27,7 +27,7 @@
51 }
52
53 src_install() {
54 - cd ${S}/util
55 + cd "${S}"/util
56
57 dobin av7110_loadkeys/av7110_loadkeys av7110_loadkeys/evtest
58 dobin dvbdate/dvbdate
59 @@ -39,35 +39,35 @@
60 dobin szap czap tzap femon
61
62 if use usb; then
63 - dobin ${S}/util/ttusb_dec_reset/ttusb_dec_reset
64 + dobin "${S}"/util/ttusb_dec_reset/ttusb_dec_reset
65 fi
66
67 # Install Documentation and test code:
68 DOCDIR="/usr/share/doc/${PF}"
69
70 - mkdir ${S}/docs
71 - cp ${S}/util/av7110_loadkeys/README ${S}/docs/README.av7110_loadkeys
72 - cp ${S}/util/scan/README ${S}/docs/README.scan
73 - cp ${S}/util/szap/README ${S}/docs/README.szap
74 - cp ${S}/README ${S}/docs/README
75 - cp ${S}/TODO ${S}/docs/TODO
76 - cp ${S}/libdvb2/README ${S}/docs/README.libdvb2
77 + mkdir "${S}"/docs
78 + cp "${S}"/util/av7110_loadkeys/README "${S}"/docs/README.av7110_loadkeys
79 + cp "${S}"/util/scan/README "${S}"/docs/README.scan
80 + cp "${S}"/util/szap/README "${S}"/docs/README.szap
81 + cp "${S}"/README "${S}"/docs/README
82 + cp "${S}"/TODO "${S}"/docs/TODO
83 + cp "${S}"/libdvb2/README "${S}"/docs/README.libdvb2
84 if use usb; then
85 - cp ${S}/util/ttusb_dec_reset/README ${S}/docs/README.ttusb_dec_reset
86 + cp "${S}"/util/ttusb_dec_reset/README "${S}"/docs/README.ttusb_dec_reset
87 fi
88 - dodoc ${S}/docs/*
89 + dodoc "${S}"/docs/*
90
91 insinto "${DOCDIR}/test/"
92 - doins ${S}/test/*
93 + doins "${S}"/test/*
94
95 insinto "${DOCDIR}/dvbnet/"
96 - doins ${S}/util/dvbnet/net_start.*
97 + doins "${S}"/util/dvbnet/net_start.*
98
99 insinto "${DOCDIR}/szap/"
100 - doins ${S}/util/szap/channels.*
101 + doins "${S}"/util/szap/channels.*
102
103 insinto "${DOCDIR}/scan/"
104 - cp -r ${S}/util/scan/dvb-[sct] ${D}/${DOCDIR}/scan/
105 + cp -r "${S}"/util/scan/dvb-[sct] "${D}/${DOCDIR}/scan/"
106
107 }
108
109
110
111
112 1.37 media-tv/linuxtv-dvb-apps/ChangeLog
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog?rev=1.37&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog?rev=1.37&content-type=text/plain
116 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog?r1=1.36&r2=1.37
117
118 Index: ChangeLog
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v
121 retrieving revision 1.36
122 retrieving revision 1.37
123 diff -u -r1.36 -r1.37
124 --- ChangeLog 26 Nov 2007 20:25:17 -0000 1.36
125 +++ ChangeLog 27 Nov 2007 10:04:07 -0000 1.37
126 @@ -1,6 +1,13 @@
127 # ChangeLog for media-tv/linuxtv-dvb-apps
128 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
129 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.36 2007/11/26 20:25:17 zzam Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.37 2007/11/27 10:04:07 zzam Exp $
131 +
132 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
133 + linuxtv-dvb-apps-1.1.0.ebuild, linuxtv-dvb-apps-1.1.1.20060917.ebuild,
134 + linuxtv-dvb-apps-1.1.1.20070114.ebuild,
135 + linuxtv-dvb-apps-1.1.1.20070924.ebuild,
136 + linuxtv-dvb-apps-1.1.1.20071126.ebuild:
137 + Fixed quoting.
138
139 *linuxtv-dvb-apps-1.1.1.20071126 (26 Nov 2007)
140
141
142
143
144 1.2 media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070924.ebuild
145
146 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070924.ebuild?rev=1.2&view=markup
147 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070924.ebuild?rev=1.2&content-type=text/plain
148 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070924.ebuild?r1=1.1&r2=1.2
149
150 Index: linuxtv-dvb-apps-1.1.1.20070924.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070924.ebuild,v
153 retrieving revision 1.1
154 retrieving revision 1.2
155 diff -u -r1.1 -r1.2
156 --- linuxtv-dvb-apps-1.1.1.20070924.ebuild 24 Sep 2007 20:04:55 -0000 1.1
157 +++ linuxtv-dvb-apps-1.1.1.20070924.ebuild 27 Nov 2007 10:04:07 -0000 1.2
158 @@ -1,6 +1,6 @@
159 # Copyright 1999-2007 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070924.ebuild,v 1.1 2007/09/24 20:04:55 cardoe Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070924.ebuild,v 1.2 2007/11/27 10:04:07 zzam Exp $
163
164 inherit eutils versionator multilib
165
166 @@ -24,7 +24,7 @@
167 {
168 unpack ${A}
169
170 - cd ${S}
171 + cd "${S}"
172
173 # disables compilation of ttusb_dec_reset which requires libusb
174 if ! use usb; then
175 @@ -37,7 +37,7 @@
176 sed -i Makefile -e '/-C test/d'
177
178 # remove copy of header-files
179 - rm -rf ${S}/include
180 + rm -rf "${S}"/include
181 }
182
183 src_compile()
184 @@ -55,20 +55,20 @@
185
186 insinto /usr/bin
187 emake bindir=/usr/bin datadir=/usr/share libdir=/usr/$(get_libdir) prefix=/usr \
188 - DESTDIR=${D} INSTDIR=${T} install || die "install failed"
189 + DESTDIR="${D}" INSTDIR="${T}" install || die "install failed"
190
191 # rename scan to dvbscan
192 - mv ${D}/usr/bin/scan ${D}/usr/bin/dvbscan
193 + mv "${D}"/usr/bin/scan "${D}"/usr/bin/dvbscan
194
195 # install zap-files
196 for dir in dvb-{s,c,t} atsc; do
197 insinto /usr/share/dvb/zap/${dir}
198 - doins ${S}/util/szap/channels-conf/${dir}/*
199 + doins "${S}"/util/szap/channels-conf/${dir}/*
200 done
201
202 # install remote-key files
203 insinto /usr/share/dvb/av7110_loadkeys
204 - doins ${S}/util/av7110_loadkeys/*.rc*
205 + doins "${S}"/util/av7110_loadkeys/*.rc*
206
207 # install Documentation
208 dodoc README TODO
209
210
211
212 1.8 media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild
213
214 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild?rev=1.8&view=markup
215 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild?rev=1.8&content-type=text/plain
216 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild?r1=1.7&r2=1.8
217
218 Index: linuxtv-dvb-apps-1.1.1.20060917.ebuild
219 ===================================================================
220 RCS file: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild,v
221 retrieving revision 1.7
222 retrieving revision 1.8
223 diff -u -r1.7 -r1.8
224 --- linuxtv-dvb-apps-1.1.1.20060917.ebuild 8 Jun 2007 10:31:04 -0000 1.7
225 +++ linuxtv-dvb-apps-1.1.1.20060917.ebuild 27 Nov 2007 10:04:07 -0000 1.8
226 @@ -1,6 +1,6 @@
227 # Copyright 1999-2007 Gentoo Foundation
228 # Distributed under the terms of the GNU General Public License v2
229 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild,v 1.7 2007/06/08 10:31:04 zzam Exp $
230 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20060917.ebuild,v 1.8 2007/11/27 10:04:07 zzam Exp $
231
232 inherit eutils versionator multilib
233
234 @@ -23,7 +23,7 @@
235 {
236 unpack ${A}
237
238 - cd ${S}
239 + cd "${S}"
240 # disables compilation of ttusb_dec_reset which requires libusb
241 if ! use usb; then
242 sed -i util/Makefile \
243 @@ -54,28 +54,28 @@
244 unset ARCH
245
246 insinto /usr/bin
247 - emake bindir=/usr/bin datadir=/usr/share libdir=/usr/lib prefix=${D}/usr \
248 - DESTDIR=${D} INSTDIR=${T} install || die "install failed"
249 + emake bindir=/usr/bin datadir=/usr/share libdir=/usr/lib prefix="${D}"/usr \
250 + DESTDIR="${D}" INSTDIR="${T}" install || die "install failed"
251
252 # rename scan to dvbscan
253 - mv ${D}/usr/bin/scan ${D}/usr/bin/dvbscan
254 + mv "${D}"/usr/bin/scan "${D}"/usr/bin/dvbscan
255
256 # install scan-files
257 local dir
258 for dir in dvb-{s,c,t} atsc; do
259 insinto /usr/share/dvb/scan/${dir}
260 - doins ${S}/util/scan/${dir}/*
261 + doins "${S}"/util/scan/${dir}/*
262 done
263
264 # install zap-files
265 for dir in dvb-{s,c,t} atsc; do
266 insinto /usr/share/dvb/zap/${dir}
267 - doins ${S}/util/szap/channels-conf/${dir}/*
268 + doins "${S}"/util/szap/channels-conf/${dir}/*
269 done
270
271 # install remote-key files
272 insinto /usr/share/dvb/av7110_loadkeys
273 - doins ${S}/util/av7110_loadkeys/*.rc*
274 + doins "${S}"/util/av7110_loadkeys/*.rc*
275
276 # install Documentation
277 dodoc README TODO
278
279
280
281 1.2 media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20071126.ebuild
282
283 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20071126.ebuild?rev=1.2&view=markup
284 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20071126.ebuild?rev=1.2&content-type=text/plain
285 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20071126.ebuild?r1=1.1&r2=1.2
286
287 Index: linuxtv-dvb-apps-1.1.1.20071126.ebuild
288 ===================================================================
289 RCS file: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20071126.ebuild,v
290 retrieving revision 1.1
291 retrieving revision 1.2
292 diff -u -r1.1 -r1.2
293 --- linuxtv-dvb-apps-1.1.1.20071126.ebuild 26 Nov 2007 20:25:17 -0000 1.1
294 +++ linuxtv-dvb-apps-1.1.1.20071126.ebuild 27 Nov 2007 10:04:07 -0000 1.2
295 @@ -1,6 +1,6 @@
296 # Copyright 1999-2007 Gentoo Foundation
297 # Distributed under the terms of the GNU General Public License v2
298 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20071126.ebuild,v 1.1 2007/11/26 20:25:17 zzam Exp $
299 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20071126.ebuild,v 1.2 2007/11/27 10:04:07 zzam Exp $
300
301 inherit eutils versionator multilib
302
303 @@ -55,7 +55,7 @@
304
305 insinto /usr/bin
306 emake bindir=/usr/bin datadir=/usr/share libdir=/usr/$(get_libdir) prefix=/usr \
307 - DESTDIR=${D} INSTDIR=${T} install || die "install failed"
308 + DESTDIR="${D}" INSTDIR="${T}" install || die "install failed"
309
310 # rename scan to dvbscan
311 mv "${D}"/usr/bin/scan "${D}"/usr/bin/dvbscan
312
313
314
315 1.9 media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild
316
317 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild?rev=1.9&view=markup
318 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild?rev=1.9&content-type=text/plain
319 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild?r1=1.8&r2=1.9
320
321 Index: linuxtv-dvb-apps-1.1.1.20070114.ebuild
322 ===================================================================
323 RCS file: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild,v
324 retrieving revision 1.8
325 retrieving revision 1.9
326 diff -u -r1.8 -r1.9
327 --- linuxtv-dvb-apps-1.1.1.20070114.ebuild 11 Aug 2007 19:18:58 -0000 1.8
328 +++ linuxtv-dvb-apps-1.1.1.20070114.ebuild 27 Nov 2007 10:04:07 -0000 1.9
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/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild,v 1.8 2007/08/11 19:18:58 corsair Exp $
333 +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20070114.ebuild,v 1.9 2007/11/27 10:04:07 zzam Exp $
334
335 inherit eutils versionator multilib
336
337 @@ -24,7 +24,7 @@
338 {
339 unpack ${A}
340
341 - cd ${S}
342 + cd "${S}"
343 epatch "${FILESDIR}/${MY_P}-linux-headers-2.6.22.diff"
344
345 # disables compilation of ttusb_dec_reset which requires libusb
346 @@ -38,7 +38,7 @@
347 sed -i Makefile -e '/-C test/d'
348
349 # remove copy of header-files
350 - rm -rf ${S}/include
351 + rm -rf "${S}"/include
352 }
353
354 src_compile()
355 @@ -56,27 +56,27 @@
356
357 insinto /usr/bin
358 emake bindir=/usr/bin datadir=/usr/share libdir=/usr/$(get_libdir) prefix=/usr \
359 - DESTDIR=${D} INSTDIR=${T} install || die "install failed"
360 + DESTDIR="${D}" INSTDIR="${T}" install || die "install failed"
361
362 # rename scan to dvbscan
363 - mv ${D}/usr/bin/scan ${D}/usr/bin/dvbscan
364 + mv "${D}"/usr/bin/scan "${D}"/usr/bin/dvbscan
365
366 # install scan-files
367 local dir
368 for dir in dvb-{s,c,t} atsc; do
369 insinto /usr/share/dvb/scan/${dir}
370 - doins ${S}/util/scan/${dir}/*
371 + doins "${S}"/util/scan/${dir}/*
372 done
373
374 # install zap-files
375 for dir in dvb-{s,c,t} atsc; do
376 insinto /usr/share/dvb/zap/${dir}
377 - doins ${S}/util/szap/channels-conf/${dir}/*
378 + doins "${S}"/util/szap/channels-conf/${dir}/*
379 done
380
381 # install remote-key files
382 insinto /usr/share/dvb/av7110_loadkeys
383 - doins ${S}/util/av7110_loadkeys/*.rc*
384 + doins "${S}"/util/av7110_loadkeys/*.rc*
385
386 # install Documentation
387 dodoc README TODO
388
389
390
391 --
392 gentoo-commits@g.o mailing list