Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.1.16.ebuild wine-1.1.15.ebuild wine-1.1.13.ebuild ChangeLog wine-9999.ebuild wine-1.1.14.ebuild
Date: Sun, 01 Mar 2009 09:05:54
Message-Id: E1LdhcO-0007Pq-4I@stork.gentoo.org
1 vapier 09/03/01 09:05:52
2
3 Modified: wine-1.1.16.ebuild wine-1.1.15.ebuild
4 wine-1.1.13.ebuild ChangeLog wine-9999.ebuild
5 wine-1.1.14.ebuild
6 Log:
7 Restore call to multilib_toolchain_setup for 32bit builds on amd64 #257038.
8 (Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.2 app-emulation/wine/wine-1.1.16.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild?r1=1.1&r2=1.2
16
17 Index: wine-1.1.16.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- wine-1.1.16.ebuild 1 Mar 2009 08:10:40 -0000 1.1
24 +++ wine-1.1.16.ebuild 1 Mar 2009 09:05:51 -0000 1.2
25 @@ -1,9 +1,11 @@
26 # Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild,v 1.1 2009/03/01 08:10:40 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.16.ebuild,v 1.2 2009/03/01 09:05:51 vapier Exp $
30
31 EAPI="2"
32
33 +inherit multilib
34 +
35 if [[ ${PV} == "9999" ]] ; then
36 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
37 inherit git
38 @@ -89,6 +91,8 @@
39 src_configure() {
40 export LDCONFIG=/bin/true
41
42 + use amd64 && ! use win64 && multilib_toolchain_setup x86
43 +
44 # XXX: should check out these flags too:
45 # audioio capi fontconfig freetype gphoto
46 econf \
47
48
49
50 1.2 app-emulation/wine/wine-1.1.15.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild?r1=1.1&r2=1.2
55
56 Index: wine-1.1.15.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- wine-1.1.15.ebuild 13 Feb 2009 18:47:57 -0000 1.1
63 +++ wine-1.1.15.ebuild 1 Mar 2009 09:05:51 -0000 1.2
64 @@ -1,9 +1,11 @@
65 # Copyright 1999-2009 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild,v 1.1 2009/02/13 18:47:57 vapier Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.15.ebuild,v 1.2 2009/03/01 09:05:51 vapier Exp $
69
70 EAPI="2"
71
72 +inherit multilib
73 +
74 if [[ ${PV} == "9999" ]] ; then
75 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
76 inherit git
77 @@ -89,6 +91,8 @@
78 src_configure() {
79 export LDCONFIG=/bin/true
80
81 + use amd64 && ! use win64 && multilib_toolchain_setup x86
82 +
83 # XXX: should check out these flags too:
84 # audioio capi fontconfig freetype gphoto
85 econf \
86
87
88
89 1.8 app-emulation/wine/wine-1.1.13.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild?rev=1.8&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild?rev=1.8&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild?r1=1.7&r2=1.8
94
95 Index: wine-1.1.13.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v
98 retrieving revision 1.7
99 retrieving revision 1.8
100 diff -u -r1.7 -r1.8
101 --- wine-1.1.13.ebuild 31 Jan 2009 15:25:51 -0000 1.7
102 +++ wine-1.1.13.ebuild 1 Mar 2009 09:05:51 -0000 1.8
103 @@ -1,9 +1,11 @@
104 # Copyright 1999-2009 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.7 2009/01/31 15:25:51 vapier Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.8 2009/03/01 09:05:51 vapier Exp $
108
109 EAPI="2"
110
111 +inherit multilib
112 +
113 if [[ ${PV} == "9999" ]] ; then
114 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
115 inherit git
116 @@ -16,7 +18,7 @@
117 S=${WORKDIR}/${MY_P}
118 fi
119
120 -GV="0.9.0"
121 +GV="0.9.1"
122 DESCRIPTION="free implementation of Windows(tm) on Unix"
123 HOMEPAGE="http://www.winehq.org/"
124 SRC_URI="${SRC_URI}
125 @@ -89,6 +91,8 @@
126 src_configure() {
127 export LDCONFIG=/bin/true
128
129 + use amd64 && ! use win64 && multilib_toolchain_setup x86
130 +
131 # XXX: should check out these flags too:
132 # audioio capi fontconfig freetype gphoto
133 econf \
134
135
136
137 1.252 app-emulation/wine/ChangeLog
138
139 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.252&view=markup
140 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.252&content-type=text/plain
141 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.251&r2=1.252
142
143 Index: ChangeLog
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
146 retrieving revision 1.251
147 retrieving revision 1.252
148 diff -u -r1.251 -r1.252
149 --- ChangeLog 1 Mar 2009 08:10:40 -0000 1.251
150 +++ ChangeLog 1 Mar 2009 09:05:51 -0000 1.252
151 @@ -1,6 +1,12 @@
152 # ChangeLog for app-emulation/wine
153 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
154 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.251 2009/03/01 08:10:40 vapier Exp $
155 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.252 2009/03/01 09:05:51 vapier Exp $
156 +
157 + 01 Mar 2009; Mike Frysinger <vapier@g.o> wine-1.1.13.ebuild,
158 + wine-1.1.14.ebuild, wine-1.1.15.ebuild, wine-1.1.16.ebuild,
159 + wine-9999.ebuild:
160 + Restore call to multilib_toolchain_setup for 32bit builds on amd64
161 + #257038.
162
163 *wine-1.1.16 (28 Feb 2009)
164
165
166
167
168 1.34 app-emulation/wine/wine-9999.ebuild
169
170 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.34&view=markup
171 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.34&content-type=text/plain
172 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.33&r2=1.34
173
174 Index: wine-9999.ebuild
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
177 retrieving revision 1.33
178 retrieving revision 1.34
179 diff -u -r1.33 -r1.34
180 --- wine-9999.ebuild 5 Feb 2009 19:44:55 -0000 1.33
181 +++ wine-9999.ebuild 1 Mar 2009 09:05:51 -0000 1.34
182 @@ -1,9 +1,11 @@
183 # Copyright 1999-2009 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.33 2009/02/05 19:44:55 vapier Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.34 2009/03/01 09:05:51 vapier Exp $
187
188 EAPI="2"
189
190 +inherit multilib
191 +
192 if [[ ${PV} == "9999" ]] ; then
193 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
194 inherit git
195 @@ -89,6 +91,8 @@
196 src_configure() {
197 export LDCONFIG=/bin/true
198
199 + use amd64 && ! use win64 && multilib_toolchain_setup x86
200 +
201 # XXX: should check out these flags too:
202 # audioio capi fontconfig freetype gphoto
203 econf \
204
205
206
207 1.3 app-emulation/wine/wine-1.1.14.ebuild
208
209 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.14.ebuild?rev=1.3&view=markup
210 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.14.ebuild?rev=1.3&content-type=text/plain
211 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.14.ebuild?r1=1.2&r2=1.3
212
213 Index: wine-1.1.14.ebuild
214 ===================================================================
215 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.14.ebuild,v
216 retrieving revision 1.2
217 retrieving revision 1.3
218 diff -u -r1.2 -r1.3
219 --- wine-1.1.14.ebuild 31 Jan 2009 15:27:04 -0000 1.2
220 +++ wine-1.1.14.ebuild 1 Mar 2009 09:05:51 -0000 1.3
221 @@ -1,9 +1,11 @@
222 # Copyright 1999-2009 Gentoo Foundation
223 # Distributed under the terms of the GNU General Public License v2
224 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.14.ebuild,v 1.2 2009/01/31 15:27:04 vapier Exp $
225 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.14.ebuild,v 1.3 2009/03/01 09:05:51 vapier Exp $
226
227 EAPI="2"
228
229 +inherit multilib
230 +
231 if [[ ${PV} == "9999" ]] ; then
232 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
233 inherit git
234 @@ -16,7 +18,7 @@
235 S=${WORKDIR}/${MY_P}
236 fi
237
238 -GV="0.9.0"
239 +GV="0.9.1"
240 DESCRIPTION="free implementation of Windows(tm) on Unix"
241 HOMEPAGE="http://www.winehq.org/"
242 SRC_URI="${SRC_URI}
243 @@ -89,6 +91,8 @@
244 src_configure() {
245 export LDCONFIG=/bin/true
246
247 + use amd64 && ! use win64 && multilib_toolchain_setup x86
248 +
249 # XXX: should check out these flags too:
250 # audioio capi fontconfig freetype gphoto
251 econf \