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/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.20.2_p14324.ebuild mythtv-0.20.2_p14498.ebuild mythtv-0.21_pre14513.ebuild mythtv-0.21_pre14666.ebuild
Date: Tue, 27 Nov 2007 11:20:28
Message-Id: E1IwyUE-0008Ms-Pc@stork.gentoo.org
1 zzam 07/11/27 11:20:18
2
3 Modified: ChangeLog mythtv-0.20.2_p14668.ebuild
4 mythtv-0.20.2_p14324.ebuild
5 mythtv-0.20.2_p14498.ebuild
6 mythtv-0.21_pre14513.ebuild
7 mythtv-0.21_pre14666.ebuild
8 Log:
9 Fixed quoting.
10 (Portage version: 2.1.4_rc3)
11
12 Revision Changes Path
13 1.195 media-tv/mythtv/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.195&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.195&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.194&r2=1.195
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
22 retrieving revision 1.194
23 retrieving revision 1.195
24 diff -u -r1.194 -r1.195
25 --- ChangeLog 14 Nov 2007 22:47:49 -0000 1.194
26 +++ ChangeLog 27 Nov 2007 11:20:18 -0000 1.195
27 @@ -1,6 +1,12 @@
28 # ChangeLog for media-tv/mythtv
29 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.194 2007/11/14 22:47:49 cardoe Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.195 2007/11/27 11:20:18 zzam Exp $
32 +
33 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
34 + mythtv-0.20.2_p14324.ebuild, mythtv-0.20.2_p14498.ebuild,
35 + mythtv-0.20.2_p14668.ebuild, mythtv-0.21_pre14513.ebuild,
36 + mythtv-0.21_pre14666.ebuild:
37 + Fixed quoting.
38
39 *mythtv-0.20.2_p14814 (14 Nov 2007)
40
41
42
43
44 1.2 media-tv/mythtv/mythtv-0.20.2_p14668.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?r1=1.1&r2=1.2
49
50 Index: mythtv-0.20.2_p14668.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- mythtv-0.20.2_p14668.ebuild 12 Oct 2007 18:55:18 -0000 1.1
57 +++ mythtv-0.20.2_p14668.ebuild 27 Nov 2007 11:20:18 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2007 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild,v 1.1 2007/10/12 18:55:18 cardoe Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild,v 1.2 2007/11/27 11:20:18 zzam Exp $
63
64 inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
65
66 @@ -228,7 +228,7 @@
67 # die "failed to compile firewire_tester"
68 fi
69
70 - cd ${S}/contrib/channel_changers
71 + cd "${S}"/contrib/channel_changers
72 $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
73 die "failed to compile red_eye"
74 }
75 @@ -247,8 +247,8 @@
76 exeinto /usr/share/mythtv
77 doexe "${FILESDIR}/mythfilldatabase.cron"
78
79 - newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
80 - newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
81 + newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
82 + newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
83 fi
84
85 dodoc keys.txt docs/*.{txt,pdf}
86 @@ -273,7 +273,7 @@
87
88 if use autostart; then
89 dodir /etc/env.d/
90 - echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
91 + echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
92
93 insinto /home/mythtv
94 newins "${FILESDIR}"/bash_profile .bash_profile
95
96
97
98 1.3 media-tv/mythtv/mythtv-0.20.2_p14324.ebuild
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild?rev=1.3&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild?rev=1.3&content-type=text/plain
102 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild?r1=1.2&r2=1.3
103
104 Index: mythtv-0.20.2_p14324.ebuild
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild,v
107 retrieving revision 1.2
108 retrieving revision 1.3
109 diff -u -r1.2 -r1.3
110 --- mythtv-0.20.2_p14324.ebuild 29 Aug 2007 15:07:16 -0000 1.2
111 +++ mythtv-0.20.2_p14324.ebuild 27 Nov 2007 11:20:18 -0000 1.3
112 @@ -1,6 +1,6 @@
113 # Copyright 1999-2007 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild,v 1.2 2007/08/29 15:07:16 cardoe Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild,v 1.3 2007/11/27 11:20:18 zzam Exp $
117
118 inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
119
120 @@ -227,7 +227,7 @@
121 # die "failed to compile firewire_tester"
122 fi
123
124 - cd ${S}/contrib/channel_changers
125 + cd "${S}"/contrib/channel_changers
126 $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
127 die "failed to compile red_eye"
128 }
129 @@ -246,8 +246,8 @@
130 exeinto /usr/share/mythtv
131 doexe "${FILESDIR}/mythfilldatabase.cron"
132
133 - newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
134 - newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
135 + newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
136 + newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
137 fi
138
139 dodoc keys.txt docs/*.{txt,pdf}
140 @@ -272,7 +272,7 @@
141
142 if use autostart; then
143 dodir /etc/env.d/
144 - echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
145 + echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
146
147 insinto /home/mythtv
148 newins "${FILESDIR}"/bash_profile .bash_profile
149
150
151
152 1.2 media-tv/mythtv/mythtv-0.20.2_p14498.ebuild
153
154 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild?rev=1.2&view=markup
155 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild?rev=1.2&content-type=text/plain
156 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild?r1=1.1&r2=1.2
157
158 Index: mythtv-0.20.2_p14498.ebuild
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild,v
161 retrieving revision 1.1
162 retrieving revision 1.2
163 diff -u -r1.1 -r1.2
164 --- mythtv-0.20.2_p14498.ebuild 21 Sep 2007 16:45:25 -0000 1.1
165 +++ mythtv-0.20.2_p14498.ebuild 27 Nov 2007 11:20:18 -0000 1.2
166 @@ -1,6 +1,6 @@
167 # Copyright 1999-2007 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild,v 1.1 2007/09/21 16:45:25 cardoe Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild,v 1.2 2007/11/27 11:20:18 zzam Exp $
171
172 inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
173
174 @@ -228,7 +228,7 @@
175 # die "failed to compile firewire_tester"
176 fi
177
178 - cd ${S}/contrib/channel_changers
179 + cd "${S}"/contrib/channel_changers
180 $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
181 die "failed to compile red_eye"
182 }
183 @@ -247,8 +247,8 @@
184 exeinto /usr/share/mythtv
185 doexe "${FILESDIR}/mythfilldatabase.cron"
186
187 - newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
188 - newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
189 + newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
190 + newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
191 fi
192
193 dodoc keys.txt docs/*.{txt,pdf}
194 @@ -273,7 +273,7 @@
195
196 if use autostart; then
197 dodir /etc/env.d/
198 - echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
199 + echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
200
201 insinto /home/mythtv
202 newins "${FILESDIR}"/bash_profile .bash_profile
203
204
205
206 1.3 media-tv/mythtv/mythtv-0.21_pre14513.ebuild
207
208 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild?rev=1.3&view=markup
209 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild?rev=1.3&content-type=text/plain
210 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild?r1=1.2&r2=1.3
211
212 Index: mythtv-0.21_pre14513.ebuild
213 ===================================================================
214 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild,v
215 retrieving revision 1.2
216 retrieving revision 1.3
217 diff -u -r1.2 -r1.3
218 --- mythtv-0.21_pre14513.ebuild 27 Sep 2007 14:24:42 -0000 1.2
219 +++ mythtv-0.21_pre14513.ebuild 27 Nov 2007 11:20:18 -0000 1.3
220 @@ -1,6 +1,6 @@
221 # Copyright 1999-2007 Gentoo Foundation
222 # Distributed under the terms of the GNU General Public License v2
223 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild,v 1.2 2007/09/27 14:24:42 cardoe Exp $
224 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild,v 1.3 2007/11/27 11:20:18 zzam Exp $
225
226 inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
227
228 @@ -201,7 +201,7 @@
229 # die "failed to compile firewire_tester"
230 fi
231
232 - cd ${S}/contrib/channel_changers
233 + cd "${S}"/contrib/channel_changers
234 $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
235 die "failed to compile red_eye"
236 }
237 @@ -219,8 +219,8 @@
238 exeinto /usr/share/mythtv
239 doexe "${FILESDIR}/mythfilldatabase.cron"
240
241 - newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
242 - newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
243 + newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
244 + newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
245
246 dodoc keys.txt docs/*.{txt,pdf}
247 dohtml docs/*.html
248 @@ -243,7 +243,7 @@
249
250 if use autostart; then
251 dodir /etc/env.d/
252 - echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
253 + echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
254
255 insinto /home/mythtv
256 newins "${FILESDIR}"/bash_profile .bash_profile
257
258
259
260 1.2 media-tv/mythtv/mythtv-0.21_pre14666.ebuild
261
262 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild?rev=1.2&view=markup
263 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild?rev=1.2&content-type=text/plain
264 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild?r1=1.1&r2=1.2
265
266 Index: mythtv-0.21_pre14666.ebuild
267 ===================================================================
268 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild,v
269 retrieving revision 1.1
270 retrieving revision 1.2
271 diff -u -r1.1 -r1.2
272 --- mythtv-0.21_pre14666.ebuild 12 Oct 2007 18:55:18 -0000 1.1
273 +++ mythtv-0.21_pre14666.ebuild 27 Nov 2007 11:20:18 -0000 1.2
274 @@ -1,6 +1,6 @@
275 # Copyright 1999-2007 Gentoo Foundation
276 # Distributed under the terms of the GNU General Public License v2
277 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild,v 1.1 2007/10/12 18:55:18 cardoe Exp $
278 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild,v 1.2 2007/11/27 11:20:18 zzam Exp $
279
280 inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
281
282 @@ -201,7 +201,7 @@
283 # die "failed to compile firewire_tester"
284 fi
285
286 - cd ${S}/contrib/channel_changers
287 + cd "${S}"/contrib/channel_changers
288 $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
289 die "failed to compile red_eye"
290 }
291 @@ -219,8 +219,8 @@
292 exeinto /usr/share/mythtv
293 doexe "${FILESDIR}/mythfilldatabase.cron"
294
295 - newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
296 - newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
297 + newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
298 + newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
299
300 dodoc keys.txt docs/*.{txt,pdf}
301 dohtml docs/*.html
302 @@ -243,7 +243,7 @@
303
304 if use autostart; then
305 dodir /etc/env.d/
306 - echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
307 + echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
308
309 insinto /home/mythtv
310 newins "${FILESDIR}"/bash_profile .bash_profile
311
312
313
314 --
315 gentoo-commits@g.o mailing list