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/spca5xx: spca5xx-20060402.ebuild spca5xx-20060501.ebuild ChangeLog spca5xx-20060301.ebuild spca5xx-20060501-r1.ebuild spca5xx-20060501-r2.ebuild
Date: Tue, 27 Nov 2007 12:12:57
Message-Id: E1IwzJ6-0000xf-KU@stork.gentoo.org
1 zzam 07/11/27 12:12:52
2
3 Modified: spca5xx-20060402.ebuild spca5xx-20060501.ebuild
4 ChangeLog spca5xx-20060301.ebuild
5 spca5xx-20060501-r1.ebuild
6 spca5xx-20060501-r2.ebuild
7 Log:
8 Fixed quoting.
9 (Portage version: 2.1.4_rc3)
10
11 Revision Changes Path
12 1.3 media-video/spca5xx/spca5xx-20060402.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060402.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060402.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060402.ebuild?r1=1.2&r2=1.3
17
18 Index: spca5xx-20060402.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060402.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- spca5xx-20060402.ebuild 8 Mar 2007 09:46:07 -0000 1.2
25 +++ spca5xx-20060402.ebuild 27 Nov 2007 12:12:51 -0000 1.3
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/media-video/spca5xx/spca5xx-20060402.ebuild,v 1.2 2007/03/08 09:46:07 genstef Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060402.ebuild,v 1.3 2007/11/27 12:12:51 zzam Exp $
31
32 inherit linux-mod
33
34 @@ -25,7 +25,7 @@
35
36 src_unpack() {
37 unpack ${A}
38 - convert_to_m ${S}/Makefile
39 + convert_to_m "${S}"/Makefile
40 }
41
42 src_install() {
43
44
45
46 1.4 media-video/spca5xx/spca5xx-20060501.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060501.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060501.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060501.ebuild?r1=1.3&r2=1.4
51
52 Index: spca5xx-20060501.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- spca5xx-20060501.ebuild 16 Jul 2006 22:56:24 -0000 1.3
59 +++ spca5xx-20060501.ebuild 27 Nov 2007 12:12:51 -0000 1.4
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2006 Gentoo Foundation
62 +# Copyright 1999-2007 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501.ebuild,v 1.3 2006/07/16 22:56:24 dragonheart Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501.ebuild,v 1.4 2007/11/27 12:12:51 zzam Exp $
66
67 inherit linux-mod
68
69 @@ -26,7 +26,7 @@
70
71 src_unpack() {
72 unpack ${A}
73 - convert_to_m ${S}/Makefile
74 + convert_to_m "${S}"/Makefile
75 cd "${S}"
76 epatch "${FILESDIR}"/spca-20060501-defines.patch
77 }
78
79
80
81 1.28 media-video/spca5xx/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/ChangeLog?rev=1.28&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/ChangeLog?rev=1.28&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/ChangeLog?r1=1.27&r2=1.28
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v
90 retrieving revision 1.27
91 retrieving revision 1.28
92 diff -u -r1.27 -r1.28
93 --- ChangeLog 8 Mar 2007 09:46:07 -0000 1.27
94 +++ ChangeLog 27 Nov 2007 12:12:51 -0000 1.28
95 @@ -1,6 +1,11 @@
96 # ChangeLog for media-video/spca5xx
97 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.27 2007/03/08 09:46:07 genstef Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.28 2007/11/27 12:12:51 zzam Exp $
100 +
101 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
102 + spca5xx-20060301.ebuild, spca5xx-20060402.ebuild, spca5xx-20060501.ebuild,
103 + spca5xx-20060501-r1.ebuild, spca5xx-20060501-r2.ebuild:
104 + Fixed quoting.
105
106 08 Mar 2007; <genstef@g.o> -spca5xx-20060202.ebuild,
107 spca5xx-20060301.ebuild, spca5xx-20060402.ebuild:
108
109
110
111 1.4 media-video/spca5xx/spca5xx-20060301.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060301.ebuild?rev=1.4&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060301.ebuild?rev=1.4&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060301.ebuild?r1=1.3&r2=1.4
116
117 Index: spca5xx-20060301.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060301.ebuild,v
120 retrieving revision 1.3
121 retrieving revision 1.4
122 diff -u -r1.3 -r1.4
123 --- spca5xx-20060301.ebuild 8 Mar 2007 09:46:07 -0000 1.3
124 +++ spca5xx-20060301.ebuild 27 Nov 2007 12:12:52 -0000 1.4
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2007 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060301.ebuild,v 1.3 2007/03/08 09:46:07 genstef Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060301.ebuild,v 1.4 2007/11/27 12:12:52 zzam Exp $
130
131 inherit linux-mod
132
133 @@ -25,7 +25,7 @@
134
135 src_unpack() {
136 unpack ${A}
137 - convert_to_m ${S}/Makefile
138 + convert_to_m "${S}"/Makefile
139 }
140
141 src_install() {
142
143
144
145 1.2 media-video/spca5xx/spca5xx-20060501-r1.ebuild
146
147 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r1.ebuild?rev=1.2&view=markup
148 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r1.ebuild?rev=1.2&content-type=text/plain
149 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r1.ebuild?r1=1.1&r2=1.2
150
151 Index: spca5xx-20060501-r1.ebuild
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r1.ebuild,v
154 retrieving revision 1.1
155 retrieving revision 1.2
156 diff -u -r1.1 -r1.2
157 --- spca5xx-20060501-r1.ebuild 22 Oct 2006 15:04:58 -0000 1.1
158 +++ spca5xx-20060501-r1.ebuild 27 Nov 2007 12:12:52 -0000 1.2
159 @@ -1,6 +1,6 @@
160 -# Copyright 1999-2006 Gentoo Foundation
161 +# Copyright 1999-2007 Gentoo Foundation
162 # Distributed under the terms of the GNU General Public License v2
163 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r1.ebuild,v 1.1 2006/10/22 15:04:58 kingtaco Exp $
164 +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r1.ebuild,v 1.2 2007/11/27 12:12:52 zzam Exp $
165
166 inherit linux-mod
167
168 @@ -26,7 +26,7 @@
169
170 src_unpack() {
171 unpack ${A}
172 - convert_to_m ${S}/Makefile
173 + convert_to_m "${S}"/Makefile
174 cd "${S}"
175 epatch "${FILESDIR}"/spca-20060501-defines.patch
176 epatch "${FILESDIR}"/spca-20060501-2.6.18.patch
177
178
179
180 1.2 media-video/spca5xx/spca5xx-20060501-r2.ebuild
181
182 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r2.ebuild?rev=1.2&view=markup
183 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r2.ebuild?rev=1.2&content-type=text/plain
184 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r2.ebuild?r1=1.1&r2=1.2
185
186 Index: spca5xx-20060501-r2.ebuild
187 ===================================================================
188 RCS file: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r2.ebuild,v
189 retrieving revision 1.1
190 retrieving revision 1.2
191 diff -u -r1.1 -r1.2
192 --- spca5xx-20060501-r2.ebuild 17 Nov 2006 12:03:26 -0000 1.1
193 +++ spca5xx-20060501-r2.ebuild 27 Nov 2007 12:12:52 -0000 1.2
194 @@ -1,6 +1,6 @@
195 -# Copyright 1999-2006 Gentoo Foundation
196 +# Copyright 1999-2007 Gentoo Foundation
197 # Distributed under the terms of the GNU General Public License v2
198 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r2.ebuild,v 1.1 2006/11/17 12:03:26 zzam Exp $
199 +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501-r2.ebuild,v 1.2 2007/11/27 12:12:52 zzam Exp $
200
201 inherit linux-mod
202
203 @@ -26,7 +26,7 @@
204
205 src_unpack() {
206 unpack ${A}
207 - convert_to_m ${S}/Makefile
208 + convert_to_m "${S}"/Makefile
209 cd "${S}"
210 epatch "${FILESDIR}"/spca-20060501-defines.patch
211 epatch "${FILESDIR}"/spca-20060501-2.6.18.patch
212
213
214
215 --
216 gentoo-commits@g.o mailing list