Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-0.11.1.ebuild qemu-0.10.5.ebuild qemu-0.10.3.ebuild qemu-0.10.6.ebuild qemu-0.11.0.ebuild qemu-0.10.4.ebuild ChangeLog
Date: Wed, 30 Jun 2010 21:46:38
Message-Id: 20100630214632.5E1CF2C621@corvid.gentoo.org
1 truedfx 10/06/30 21:46:32
2
3 Modified: qemu-0.11.1.ebuild qemu-0.10.5.ebuild
4 qemu-0.10.3.ebuild qemu-0.10.6.ebuild
5 qemu-0.11.0.ebuild qemu-0.10.4.ebuild ChangeLog
6 Log:
7 Fix quoting
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 app-emulation/qemu/qemu-0.11.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild?r1=1.2&r2=1.3
16
17 Index: qemu-0.11.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- qemu-0.11.1.ebuild 5 Jan 2010 23:58:40 -0000 1.2
24 +++ qemu-0.11.1.ebuild 30 Jun 2010 21:46:32 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild,v 1.2 2010/01/05 23:58:40 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.1.ebuild,v 1.3 2010/06/30 21:46:32 truedfx Exp $
30
31 EAPI="2"
32
33 @@ -121,7 +121,7 @@
34
35 ./configure ${conf_opts} \
36 --audio-drv-list="$audio_opts" \
37 - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \
38 + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \
39 --target-list="${target_list}" \
40 || die "configure failed"
41 }
42
43
44
45 1.3 app-emulation/qemu/qemu-0.10.5.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild?r1=1.2&r2=1.3
50
51 Index: qemu-0.10.5.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- qemu-0.10.5.ebuild 5 Jan 2010 23:58:40 -0000 1.2
58 +++ qemu-0.10.5.ebuild 30 Jun 2010 21:46:32 -0000 1.3
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild,v 1.2 2010/01/05 23:58:40 flameeyes Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.5.ebuild,v 1.3 2010/06/30 21:46:32 truedfx Exp $
64
65 EAPI="2"
66
67 @@ -121,7 +121,7 @@
68 ./configure ${conf_opts} \
69 --audio-drv-list="$audio_opts" \
70 --kerneldir="${KV_DIR}" \
71 - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \
72 + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \
73 --target-list="${target_list}" \
74 || die "configure failed"
75 }
76
77
78
79 1.5 app-emulation/qemu/qemu-0.10.3.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild?rev=1.5&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild?rev=1.5&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild?r1=1.4&r2=1.5
84
85 Index: qemu-0.10.3.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild,v
88 retrieving revision 1.4
89 retrieving revision 1.5
90 diff -u -r1.4 -r1.5
91 --- qemu-0.10.3.ebuild 5 Jan 2010 23:58:40 -0000 1.4
92 +++ qemu-0.10.3.ebuild 30 Jun 2010 21:46:32 -0000 1.5
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2010 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild,v 1.4 2010/01/05 23:58:40 flameeyes Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.3.ebuild,v 1.5 2010/06/30 21:46:32 truedfx Exp $
98
99 EAPI="2"
100
101 @@ -119,7 +119,7 @@
102 ./configure ${conf_opts} \
103 --audio-drv-list="$audio_opts" \
104 --kerneldir="${KV_DIR}" \
105 - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \
106 + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \
107 --target-list="${target_list}" \
108 || die "configure failed"
109 }
110
111
112
113 1.3 app-emulation/qemu/qemu-0.10.6.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild?rev=1.3&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild?rev=1.3&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild?r1=1.2&r2=1.3
118
119 Index: qemu-0.10.6.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild,v
122 retrieving revision 1.2
123 retrieving revision 1.3
124 diff -u -r1.2 -r1.3
125 --- qemu-0.10.6.ebuild 5 Jan 2010 23:58:40 -0000 1.2
126 +++ qemu-0.10.6.ebuild 30 Jun 2010 21:46:32 -0000 1.3
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2010 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild,v 1.2 2010/01/05 23:58:40 flameeyes Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.6.ebuild,v 1.3 2010/06/30 21:46:32 truedfx Exp $
132
133 EAPI="2"
134
135 @@ -120,7 +120,7 @@
136
137 ./configure ${conf_opts} \
138 --audio-drv-list="$audio_opts" \
139 - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \
140 + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \
141 --target-list="${target_list}" \
142 || die "configure failed"
143 }
144
145
146
147 1.7 app-emulation/qemu/qemu-0.11.0.ebuild
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild?rev=1.7&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild?rev=1.7&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild?r1=1.6&r2=1.7
152
153 Index: qemu-0.11.0.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild,v
156 retrieving revision 1.6
157 retrieving revision 1.7
158 diff -u -r1.6 -r1.7
159 --- qemu-0.11.0.ebuild 5 Jan 2010 23:58:40 -0000 1.6
160 +++ qemu-0.11.0.ebuild 30 Jun 2010 21:46:32 -0000 1.7
161 @@ -1,6 +1,6 @@
162 # Copyright 1999-2010 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild,v 1.6 2010/01/05 23:58:40 flameeyes Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.11.0.ebuild,v 1.7 2010/06/30 21:46:32 truedfx Exp $
166
167 EAPI="2"
168
169 @@ -121,7 +121,7 @@
170
171 ./configure ${conf_opts} \
172 --audio-drv-list="$audio_opts" \
173 - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \
174 + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \
175 --target-list="${target_list}" \
176 || die "configure failed"
177 }
178
179
180
181 1.5 app-emulation/qemu/qemu-0.10.4.ebuild
182
183 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild?rev=1.5&view=markup
184 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild?rev=1.5&content-type=text/plain
185 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild?r1=1.4&r2=1.5
186
187 Index: qemu-0.10.4.ebuild
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v
190 retrieving revision 1.4
191 retrieving revision 1.5
192 diff -u -r1.4 -r1.5
193 --- qemu-0.10.4.ebuild 5 Jan 2010 23:58:40 -0000 1.4
194 +++ qemu-0.10.4.ebuild 30 Jun 2010 21:46:32 -0000 1.5
195 @@ -1,6 +1,6 @@
196 # Copyright 1999-2010 Gentoo Foundation
197 # Distributed under the terms of the GNU General Public License v2
198 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v 1.4 2010/01/05 23:58:40 flameeyes Exp $
199 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.10.4.ebuild,v 1.5 2010/06/30 21:46:32 truedfx Exp $
200
201 EAPI="2"
202
203 @@ -119,7 +119,7 @@
204 ./configure ${conf_opts} \
205 --audio-drv-list="$audio_opts" \
206 --kerneldir="${KV_DIR}" \
207 - --cc=$(tc-getCC) --host-cc=$(tc-getCC) \
208 + --cc="$(tc-getCC)" --host-cc="$(tc-getCC)" \
209 --target-list="${target_list}" \
210 || die "configure failed"
211 }
212
213
214
215 1.78 app-emulation/qemu/ChangeLog
216
217 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.78&view=markup
218 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.78&content-type=text/plain
219 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.77&r2=1.78
220
221 Index: ChangeLog
222 ===================================================================
223 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
224 retrieving revision 1.77
225 retrieving revision 1.78
226 diff -u -r1.77 -r1.78
227 --- ChangeLog 5 Jan 2010 23:58:40 -0000 1.77
228 +++ ChangeLog 30 Jun 2010 21:46:32 -0000 1.78
229 @@ -1,6 +1,11 @@
230 # ChangeLog for app-emulation/qemu
231 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
232 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.77 2010/01/05 23:58:40 flameeyes Exp $
233 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.78 2010/06/30 21:46:32 truedfx Exp $
234 +
235 + 30 Jun 2010; Harald van Dijk <truedfx@g.o> qemu-0.10.3.ebuild,
236 + qemu-0.10.4.ebuild, qemu-0.10.5.ebuild, qemu-0.10.6.ebuild,
237 + qemu-0.11.0.ebuild, qemu-0.11.1.ebuild:
238 + Fix quoting
239
240 05 Jan 2010; Diego E. Pettenò <flameeyes@g.o> qemu-0.10.3.ebuild,
241 qemu-0.10.4.ebuild, qemu-0.10.5.ebuild, qemu-0.10.6.ebuild,