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-video/lives: lives-0.9.7.ebuild ChangeLog lives-0.9.1.ebuild lives-0.9.5_pre3.ebuild lives-0.9.8.6.ebuild lives-0.9.5.ebuild lives-0.9.8.5.ebuild
Date: Tue, 27 Nov 2007 14:14:35
Message-Id: E1Ix1Cm-0002Sl-5b@stork.gentoo.org
1 zzam 07/11/27 14:14:28
2
3 Modified: lives-0.9.7.ebuild ChangeLog lives-0.9.1.ebuild
4 lives-0.9.5_pre3.ebuild lives-0.9.8.6.ebuild
5 lives-0.9.5.ebuild lives-0.9.8.5.ebuild
6 Log:
7 Fixed quoting.
8 (Portage version: 2.1.4_rc3)
9
10 Revision Changes Path
11 1.2 media-video/lives/lives-0.9.7.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.7.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.7.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.7.ebuild?r1=1.1&r2=1.2
16
17 Index: lives-0.9.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.7.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- lives-0.9.7.ebuild 6 Oct 2006 22:36:43 -0000 1.1
24 +++ lives-0.9.7.ebuild 27 Nov 2007 14:14:27 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2006 Gentoo Foundation
27 +# Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.7.ebuild,v 1.1 2006/10/06 22:36:43 lu_zero Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.7.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $
31
32 inherit flag-o-matic
33
34 @@ -42,7 +42,7 @@
35 unpack ${A}
36 # hardcoding -03 is wrong!
37 sed -i -e "s:-O3::g" \
38 - ${S}/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
39 + "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
40 }
41
42 src_compile() {
43 @@ -55,6 +55,6 @@
44
45 src_install() {
46 dodir /usr/share/lives/icons
47 - make DESTDIR=${D} install || die
48 + make DESTDIR="${D}" install || die
49 dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
50 }
51
52
53
54 1.24 media-video/lives/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/ChangeLog?rev=1.24&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/ChangeLog?rev=1.24&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/ChangeLog?r1=1.23&r2=1.24
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-video/lives/ChangeLog,v
63 retrieving revision 1.23
64 retrieving revision 1.24
65 diff -u -r1.23 -r1.24
66 --- ChangeLog 26 Aug 2007 09:15:18 -0000 1.23
67 +++ ChangeLog 27 Nov 2007 14:14:27 -0000 1.24
68 @@ -1,6 +1,11 @@
69 # ChangeLog for media-video/lives
70 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/ChangeLog,v 1.23 2007/08/26 09:15:18 lu_zero Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/ChangeLog,v 1.24 2007/11/27 14:14:27 zzam Exp $
73 +
74 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o> lives-0.9.1.ebuild,
75 + lives-0.9.5_pre3.ebuild, lives-0.9.5.ebuild, lives-0.9.7.ebuild,
76 + lives-0.9.8.5.ebuild, lives-0.9.8.6.ebuild:
77 + Fixed quoting.
78
79 *lives-0.9.8.6 (26 Aug 2007)
80
81
82
83
84 1.8 media-video/lives/lives-0.9.1.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.1.ebuild?rev=1.8&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.1.ebuild?rev=1.8&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.1.ebuild?r1=1.7&r2=1.8
89
90 Index: lives-0.9.1.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.1.ebuild,v
93 retrieving revision 1.7
94 retrieving revision 1.8
95 diff -u -r1.7 -r1.8
96 --- lives-0.9.1.ebuild 13 Nov 2006 15:24:20 -0000 1.7
97 +++ lives-0.9.1.ebuild 27 Nov 2007 14:14:27 -0000 1.8
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2006 Gentoo Foundation
100 +# Copyright 1999-2007 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.1.ebuild,v 1.7 2006/11/13 15:24:20 flameeyes Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.1.ebuild,v 1.8 2007/11/27 14:14:27 zzam Exp $
104
105 inherit flag-o-matic
106
107 @@ -48,6 +48,6 @@
108 }
109
110 src_install() {
111 - make DESTDIR=${D} install || die
112 + make DESTDIR="${D}" install || die
113 dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
114 }
115
116
117
118 1.4 media-video/lives/lives-0.9.5_pre3.ebuild
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.5_pre3.ebuild?rev=1.4&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.5_pre3.ebuild?rev=1.4&content-type=text/plain
122 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.5_pre3.ebuild?r1=1.3&r2=1.4
123
124 Index: lives-0.9.5_pre3.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5_pre3.ebuild,v
127 retrieving revision 1.3
128 retrieving revision 1.4
129 diff -u -r1.3 -r1.4
130 --- lives-0.9.5_pre3.ebuild 13 Nov 2006 15:24:20 -0000 1.3
131 +++ lives-0.9.5_pre3.ebuild 27 Nov 2007 14:14:27 -0000 1.4
132 @@ -1,6 +1,6 @@
133 -# Copyright 1999-2006 Gentoo Foundation
134 +# Copyright 1999-2007 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5_pre3.ebuild,v 1.3 2006/11/13 15:24:20 flameeyes Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5_pre3.ebuild,v 1.4 2007/11/27 14:14:27 zzam Exp $
138
139 inherit flag-o-matic
140
141 @@ -46,7 +46,7 @@
142 }
143
144 src_compile() {
145 - cd ${WORKDIR}/${PN}-${MY_PV}
146 + cd "${WORKDIR}"/${PN}-${MY_PV}
147 use amd64 && append-flags -fPIC -DPIC
148 econf \
149 $(use_enable libvisual) || die "configure failed"
150 @@ -54,7 +54,7 @@
151 }
152
153 src_install() {
154 - cd ${WORKDIR}/${PN}-${MY_PV}
155 - emake DESTDIR=${D} install || die
156 + cd "${WORKDIR}"/${PN}-${MY_PV}
157 + emake DESTDIR="${D}" install || die
158 dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
159 }
160
161
162
163 1.2 media-video/lives/lives-0.9.8.6.ebuild
164
165 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.8.6.ebuild?rev=1.2&view=markup
166 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.8.6.ebuild?rev=1.2&content-type=text/plain
167 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.8.6.ebuild?r1=1.1&r2=1.2
168
169 Index: lives-0.9.8.6.ebuild
170 ===================================================================
171 RCS file: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.6.ebuild,v
172 retrieving revision 1.1
173 retrieving revision 1.2
174 diff -u -r1.1 -r1.2
175 --- lives-0.9.8.6.ebuild 26 Aug 2007 09:15:18 -0000 1.1
176 +++ lives-0.9.8.6.ebuild 27 Nov 2007 14:14:27 -0000 1.2
177 @@ -1,6 +1,6 @@
178 # Copyright 1999-2007 Gentoo Foundation
179 # Distributed under the terms of the GNU General Public License v2
180 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.6.ebuild,v 1.1 2007/08/26 09:15:18 lu_zero Exp $
181 +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.6.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $
182
183 inherit flag-o-matic
184
185 @@ -42,7 +42,7 @@
186 unpack ${A}
187 # hardcoding -03 is wrong!
188 sed -i -e "s:-O3::g" \
189 - ${S}/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
190 + "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
191 }
192
193 src_compile() {
194 @@ -56,6 +56,6 @@
195 src_install() {
196 dodir /usr/share/pixmaps
197 dodir /usr/share/applications
198 - make DESTDIR=${D} install || die
199 + make DESTDIR="${D}" install || die
200 dodoc AUTHORS FEATURES GETTING.STARTED
201 }
202
203
204
205 1.6 media-video/lives/lives-0.9.5.ebuild
206
207 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.5.ebuild?rev=1.6&view=markup
208 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.5.ebuild?rev=1.6&content-type=text/plain
209 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.5.ebuild?r1=1.5&r2=1.6
210
211 Index: lives-0.9.5.ebuild
212 ===================================================================
213 RCS file: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5.ebuild,v
214 retrieving revision 1.5
215 retrieving revision 1.6
216 diff -u -r1.5 -r1.6
217 --- lives-0.9.5.ebuild 13 Nov 2006 15:24:20 -0000 1.5
218 +++ lives-0.9.5.ebuild 27 Nov 2007 14:14:27 -0000 1.6
219 @@ -1,6 +1,6 @@
220 -# Copyright 1999-2006 Gentoo Foundation
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-video/lives/lives-0.9.5.ebuild,v 1.5 2006/11/13 15:24:20 flameeyes Exp $
224 +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5.ebuild,v 1.6 2007/11/27 14:14:27 zzam Exp $
225
226 inherit flag-o-matic
227
228 @@ -47,8 +47,8 @@
229 unpack ${A}
230 # hardcoding -03 is wrong!
231 sed -i -e "s:-O3::g" \
232 - ${S}/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
233 - grep -r O3 ${S}
234 + "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
235 + grep -r O3 "${S}"
236 }
237
238 src_compile() {
239 @@ -60,6 +60,6 @@
240
241 src_install() {
242 dodir /usr/share/lives/icons
243 - make DESTDIR=${D} install || die
244 + make DESTDIR="${D}" install || die
245 dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
246 }
247
248
249
250 1.2 media-video/lives/lives-0.9.8.5.ebuild
251
252 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild?rev=1.2&view=markup
253 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild?rev=1.2&content-type=text/plain
254 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild?r1=1.1&r2=1.2
255
256 Index: lives-0.9.8.5.ebuild
257 ===================================================================
258 RCS file: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild,v
259 retrieving revision 1.1
260 retrieving revision 1.2
261 diff -u -r1.1 -r1.2
262 --- lives-0.9.8.5.ebuild 4 Jun 2007 14:21:38 -0000 1.1
263 +++ lives-0.9.8.5.ebuild 27 Nov 2007 14:14:27 -0000 1.2
264 @@ -1,6 +1,6 @@
265 # Copyright 1999-2007 Gentoo Foundation
266 # Distributed under the terms of the GNU General Public License v2
267 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild,v 1.1 2007/06/04 14:21:38 lu_zero Exp $
268 +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $
269
270 inherit flag-o-matic
271
272 @@ -42,8 +42,8 @@
273 unpack ${A}
274 # hardcoding -03 is wrong!
275 sed -i -e "s:-O3::g" \
276 - ${S}/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
277 - cd ${S}
278 + "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
279 + cd "${S}"
280 epatch "${FILESDIR}/${P}-install-paths.patch"
281 }
282
283 @@ -58,6 +58,6 @@
284 src_install() {
285 dodir /usr/share/pixmaps
286 dodir /usr/share/applications
287 - make DESTDIR=${D} install || die
288 + make DESTDIR="${D}" install || die
289 dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
290 }
291
292
293
294 --
295 gentoo-commits@g.o mailing list