Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/bochs: bochs-2.3.6.ebuild ChangeLog bochs-2.3.ebuild bochs-2.3.7.ebuild bochs-2.4.1.ebuild
Date: Wed, 10 Feb 2010 06:32:57
Message-Id: E1Nf685-0006mH-4c@stork.gentoo.org
1 dirtyepic 10/02/10 06:32:53
2
3 Modified: bochs-2.3.6.ebuild ChangeLog bochs-2.3.ebuild
4 bochs-2.3.7.ebuild bochs-2.4.1.ebuild
5 Log:
6 Revert back to conditional so we don't die with USE="-wxwidgets" when
7 wxGTK
8 was built with USE="-X".
9 (Portage version: 2.2_rc62/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.6 app-emulation/bochs/bochs-2.3.6.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild?r1=1.5&r2=1.6
17
18 Index: bochs-2.3.6.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- bochs-2.3.6.ebuild 10 Feb 2010 03:52:03 -0000 1.5
25 +++ bochs-2.3.6.ebuild 10 Feb 2010 06:32:50 -0000 1.6
26 @@ -1,8 +1,6 @@
27 # Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild,v 1.5 2010/02/10 03:52:03 dirtyepic Exp $
30 -
31 -WX_GTK_VER=2.6
32 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild,v 1.6 2010/02/10 06:32:50 dirtyepic Exp $
33
34 inherit eutils wxwidgets
35
36 @@ -44,6 +42,11 @@
37 }
38
39 src_compile() {
40 + WX_GTK_VER=2.6
41 +
42 + use wxwidgets && \
43 + need-wxwidgets ansi
44 +
45 use x86 && \
46 myconf="--enable-idle-hack --enable-fast-function-calls"
47
48
49
50
51 1.87 app-emulation/bochs/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/ChangeLog?rev=1.87&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/ChangeLog?rev=1.87&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/ChangeLog?r1=1.86&r2=1.87
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v
60 retrieving revision 1.86
61 retrieving revision 1.87
62 diff -u -r1.86 -r1.87
63 --- ChangeLog 10 Feb 2010 03:52:03 -0000 1.86
64 +++ ChangeLog 10 Feb 2010 06:32:50 -0000 1.87
65 @@ -1,6 +1,12 @@
66 # ChangeLog for app-emulation/bochs
67 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.86 2010/02/10 03:52:03 dirtyepic Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.87 2010/02/10 06:32:50 dirtyepic Exp $
70 +
71 + 10 Feb 2010; Ryan Hill <dirtyepic@g.o> bochs-2.3.ebuild,
72 + bochs-2.3.6.ebuild, bochs-2.3.7.ebuild, bochs-2.4.1.ebuild:
73 + Revert back to conditional so we don't die with USE="-wxwidgets" when
74 + wxGTK
75 + was built with USE="-X".
76
77 10 Feb 2010; Ryan Hill <dirtyepic@g.o> bochs-2.3.ebuild,
78 bochs-2.3.6.ebuild, bochs-2.3.7.ebuild, bochs-2.4.1.ebuild:
79
80
81
82 1.10 app-emulation/bochs/bochs-2.3.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.ebuild?rev=1.10&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.ebuild?rev=1.10&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.ebuild?r1=1.9&r2=1.10
87
88 Index: bochs-2.3.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.ebuild,v
91 retrieving revision 1.9
92 retrieving revision 1.10
93 diff -u -r1.9 -r1.10
94 --- bochs-2.3.ebuild 10 Feb 2010 03:52:03 -0000 1.9
95 +++ bochs-2.3.ebuild 10 Feb 2010 06:32:50 -0000 1.10
96 @@ -1,8 +1,6 @@
97 # Copyright 1999-2010 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.ebuild,v 1.9 2010/02/10 03:52:03 dirtyepic Exp $
100 -
101 -WX_GTK_VER=2.6
102 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.ebuild,v 1.10 2010/02/10 06:32:50 dirtyepic Exp $
103
104 inherit eutils wxwidgets autotools
105
106 @@ -52,6 +50,11 @@
107 }
108
109 src_compile() {
110 + WX_GTK_VER=2.6
111 +
112 + use wxwidgets && \
113 + need-wxwidgets ansi
114 +
115 [[ "$ARCH" == "x86" ]] \
116 && myconf="--enable-idle-hack --enable-fast-function-calls"
117 myconf="${myconf} `use_with sdl`"
118
119
120
121 1.8 app-emulation/bochs/bochs-2.3.7.ebuild
122
123 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.7.ebuild?rev=1.8&view=markup
124 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.7.ebuild?rev=1.8&content-type=text/plain
125 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.3.7.ebuild?r1=1.7&r2=1.8
126
127 Index: bochs-2.3.7.ebuild
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.7.ebuild,v
130 retrieving revision 1.7
131 retrieving revision 1.8
132 diff -u -r1.7 -r1.8
133 --- bochs-2.3.7.ebuild 10 Feb 2010 03:52:03 -0000 1.7
134 +++ bochs-2.3.7.ebuild 10 Feb 2010 06:32:50 -0000 1.8
135 @@ -1,8 +1,6 @@
136 # Copyright 1999-2010 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.7.ebuild,v 1.7 2010/02/10 03:52:03 dirtyepic Exp $
139 -
140 -WX_GTK_VER=2.6
141 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.7.ebuild,v 1.8 2010/02/10 06:32:50 dirtyepic Exp $
142
143 inherit eutils wxwidgets
144
145 @@ -47,6 +45,11 @@
146 }
147
148 src_compile() {
149 + WX_GTK_VER=2.6
150 +
151 + use wxwidgets && \
152 + need-wxwidgets ansi
153 +
154 use x86 && \
155 myconf="--enable-idle-hack --enable-fast-function-calls"
156
157
158
159
160 1.4 app-emulation/bochs/bochs-2.4.1.ebuild
161
162 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.4.1.ebuild?rev=1.4&view=markup
163 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.4.1.ebuild?rev=1.4&content-type=text/plain
164 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/bochs/bochs-2.4.1.ebuild?r1=1.3&r2=1.4
165
166 Index: bochs-2.4.1.ebuild
167 ===================================================================
168 RCS file: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.4.1.ebuild,v
169 retrieving revision 1.3
170 retrieving revision 1.4
171 diff -u -r1.3 -r1.4
172 --- bochs-2.4.1.ebuild 10 Feb 2010 03:52:03 -0000 1.3
173 +++ bochs-2.4.1.ebuild 10 Feb 2010 06:32:50 -0000 1.4
174 @@ -1,8 +1,6 @@
175 # Copyright 1999-2010 Gentoo Foundation
176 # Distributed under the terms of the GNU General Public License v2
177 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.4.1.ebuild,v 1.3 2010/02/10 03:52:03 dirtyepic Exp $
178 -
179 -WX_GTK_VER=2.6
180 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.4.1.ebuild,v 1.4 2010/02/10 06:32:50 dirtyepic Exp $
181
182 inherit eutils wxwidgets
183
184 @@ -44,6 +42,11 @@
185 }
186
187 src_compile() {
188 + WX_GTK_VER=2.6
189 +
190 + use wxwidgets && \
191 + need-wxwidgets ansi
192 +
193 use x86 && \
194 myconf="--enable-idle-hack --enable-fast-function-calls"