Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-6.12.1.ebuild ghc-6.6.ebuild ghc-6.8.2.ebuild ghc-6.6.1.ebuild ghc-6.12.3.ebuild ChangeLog ghc-6.10.4-r1.ebuild ghc-6.10.4.ebuild ghc-6.8.2-r1.ebuild ghc-6.4.2.ebuild
Date: Thu, 01 Jul 2010 20:27:54
Message-Id: 20100701202751.3A1B52C621@corvid.gentoo.org
1 jer 10/07/01 20:27:51
2
3 Modified: ghc-6.12.1.ebuild ghc-6.6.ebuild ghc-6.8.2.ebuild
4 ghc-6.6.1.ebuild ghc-6.12.3.ebuild ChangeLog
5 ghc-6.10.4-r1.ebuild ghc-6.10.4.ebuild
6 ghc-6.8.2-r1.ebuild ghc-6.4.2.ebuild
7 Log:
8 Drop support for ghc and darcs.
9 (Portage version: 2.2_rc67/cvs/Linux i686)
10
11 Revision Changes Path
12 1.4 dev-lang/ghc/ghc-6.12.1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.1.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.1.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.1.ebuild?r1=1.3&r2=1.4
17
18 Index: ghc-6.12.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.1.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ghc-6.12.1.ebuild 16 Jun 2010 19:18:04 -0000 1.3
25 +++ ghc-6.12.1.ebuild 1 Jul 2010 20:27:50 -0000 1.4
26 @@ -1,6 +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/dev-lang/ghc/ghc-6.12.1.ebuild,v 1.3 2010/06/16 19:18:04 kolmodin Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.1.ebuild,v 1.4 2010/07/01 20:27:50 jer Exp $
31
32 # Brief explanation of the bootstrap logic:
33 #
34 @@ -48,7 +48,6 @@
35
36 #arch_binaries="$arch_binaries alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )"
37 #arch_binaries="$arch_binaries amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )"
38 -#arch_binaries="$arch_binaries hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )"
39 #arch_binaries="$arch_binaries ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )"
40 #arch_binaries="$arch_binaries sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )"
41 #arch_binaries="$arch_binaries x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
42 @@ -232,10 +231,10 @@
43 # portage logging) reported as bug #111183
44 echo "SRC_HC_OPTS+=-w" >> mk/build.mk
45
46 - # GHC build system knows to build unregisterised on alpha and hppa,
47 + # GHC build system knows to build unregisterised on alpha,
48 # but we have to tell it to build unregisterised on some arches
49 # ppc64: EvilMangler currently does not understand some TOCs
50 - if use alpha || use hppa || use ppc64; then
51 + if use alpha || use ppc64; then
52 echo "GhcUnregisterised=YES" >> mk/build.mk
53 echo "GhcWithInterpreter=NO" >> mk/build.mk
54 echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
55
56
57
58 1.16 dev-lang/ghc/ghc-6.6.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild?rev=1.16&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild?rev=1.16&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild?r1=1.15&r2=1.16
63
64 Index: ghc-6.6.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild,v
67 retrieving revision 1.15
68 retrieving revision 1.16
69 diff -u -r1.15 -r1.16
70 --- ghc-6.6.ebuild 26 Jan 2008 19:53:25 -0000 1.15
71 +++ ghc-6.6.ebuild 1 Jul 2010 20:27:50 -0000 1.16
72 @@ -1,6 +1,6 @@
73 -# Copyright 1999-2008 Gentoo Foundation
74 +# Copyright 1999-2010 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild,v 1.15 2008/01/26 19:53:25 dcoutts Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild,v 1.16 2010/07/01 20:27:50 jer Exp $
78
79 # Brief explanation of the bootstrap logic:
80 #
81 @@ -49,7 +49,7 @@
82 LICENSE="BSD"
83 SLOT="0"
84 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
85 -#KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
86 +#KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
87 IUSE="binary doc ghcbootstrap"
88
89 LOC="/opt/ghc" # location for installation of binary version
90 @@ -225,7 +225,7 @@
91 # reported as bug #111183
92 echo "SRC_HC_OPTS+=-fno-warn-deprecations" >> mk/build.mk
93
94 - # GHC build system knows to build unregisterised on alpha and hppa,
95 + # GHC build system knows to build unregisterised on alpha,
96 # but we have to tell it to build unregisterised on some other arches
97 if use ia64 || use ppc64 || use sparc; then
98 echo "GhcUnregisterised=YES" >> mk/build.mk
99
100
101
102 1.14 dev-lang/ghc/ghc-6.8.2.ebuild
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.14&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.14&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?r1=1.13&r2=1.14
107
108 Index: ghc-6.8.2.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v
111 retrieving revision 1.13
112 retrieving revision 1.14
113 diff -u -r1.13 -r1.14
114 --- ghc-6.8.2.ebuild 2 Aug 2009 11:01:42 -0000 1.13
115 +++ ghc-6.8.2.ebuild 1 Jul 2010 20:27:50 -0000 1.14
116 @@ -1,6 +1,6 @@
117 -# Copyright 1999-2009 Gentoo Foundation
118 +# Copyright 1999-2010 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.13 2009/08/02 11:01:42 kolmodin Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.14 2010/07/01 20:27:50 jer Exp $
122
123 # Brief explanation of the bootstrap logic:
124 #
125 @@ -41,7 +41,6 @@
126 SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz2 )
127 alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )
128 amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
129 - hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )
130 ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )
131 ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )
132 sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )
133 @@ -49,7 +48,7 @@
134
135 LICENSE="BSD"
136 SLOT="0"
137 -KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86"
138 +KEYWORDS="alpha amd64 ia64 ~ppc sparc x86"
139 IUSE="binary doc ghcbootstrap"
140
141 RDEPEND="
142 @@ -192,9 +191,9 @@
143 # portage logging) reported as bug #111183
144 echo "SRC_HC_OPTS+=-w" >> mk/build.mk
145
146 - # GHC build system knows to build unregisterised on alpha and hppa,
147 + # GHC build system knows to build unregisterised on alpha,
148 # but we have to tell it to build unregisterised on some arches
149 - if use alpha || use hppa || use ia64 || use ppc64 || use sparc; then
150 + if use alpha || use ia64 || use ppc64 || use sparc; then
151 echo "GhcUnregisterised=YES" >> mk/build.mk
152 echo "GhcWithInterpreter=NO" >> mk/build.mk
153 echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
154
155
156
157 1.19 dev-lang/ghc/ghc-6.6.1.ebuild
158
159 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild?rev=1.19&view=markup
160 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild?rev=1.19&content-type=text/plain
161 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild?r1=1.18&r2=1.19
162
163 Index: ghc-6.6.1.ebuild
164 ===================================================================
165 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v
166 retrieving revision 1.18
167 retrieving revision 1.19
168 diff -u -r1.18 -r1.19
169 --- ghc-6.6.1.ebuild 17 Jun 2010 20:16:17 -0000 1.18
170 +++ ghc-6.6.1.ebuild 1 Jul 2010 20:27:50 -0000 1.19
171 @@ -1,6 +1,6 @@
172 # Copyright 1999-2010 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.18 2010/06/17 20:16:17 kolmodin Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.19 2010/07/01 20:27:50 jer Exp $
176
177 # Brief explanation of the bootstrap logic:
178 #
179 @@ -40,7 +40,6 @@
180 SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2 )
181 alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )
182 amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
183 - hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )
184 ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )
185 ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )
186 sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )
187 @@ -48,7 +47,7 @@
188
189 LICENSE="BSD"
190 SLOT="0"
191 -KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86"
192 +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
193 IUSE="binary doc ghcbootstrap"
194
195 LOC="/opt/ghc" # location for installation of binary version
196 @@ -244,13 +243,13 @@
197 # reported as bug #111183
198 echo "SRC_HC_OPTS+=-fno-warn-deprecations" >> mk/build.mk
199
200 - # GHC build system knows to build unregisterised on alpha and hppa,
201 + # GHC build system knows to build unregisterised on alpha,
202 # but we have to tell it to build unregisterised on some arches
203 - if use alpha || use hppa || use ppc64 || use sparc; then
204 + if use alpha || use ppc64 || use sparc; then
205 echo "GhcUnregisterised=YES" >> mk/build.mk
206 echo "GhcWithInterpreter=NO" >> mk/build.mk
207 fi
208 - if use alpha || use hppa || use ppc64 || use sparc; then
209 + if use alpha || use ppc64 || use sparc; then
210 echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
211 echo "SplitObjs=NO" >> mk/build.mk
212 echo "GhcRTSWays := debug" >> mk/build.mk
213
214
215
216 1.3 dev-lang/ghc/ghc-6.12.3.ebuild
217
218 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild?rev=1.3&view=markup
219 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild?rev=1.3&content-type=text/plain
220 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild?r1=1.2&r2=1.3
221
222 Index: ghc-6.12.3.ebuild
223 ===================================================================
224 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v
225 retrieving revision 1.2
226 retrieving revision 1.3
227 diff -u -r1.2 -r1.3
228 --- ghc-6.12.3.ebuild 17 Jun 2010 20:47:56 -0000 1.2
229 +++ ghc-6.12.3.ebuild 1 Jul 2010 20:27:50 -0000 1.3
230 @@ -1,6 +1,6 @@
231 # Copyright 1999-2010 Gentoo Foundation
232 # Distributed under the terms of the GNU General Public License v2
233 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.2 2010/06/17 20:47:56 kolmodin Exp $
234 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.3 2010/07/01 20:27:50 jer Exp $
235
236 # Brief explanation of the bootstrap logic:
237 #
238 @@ -42,7 +42,6 @@
239
240 #arch_binaries="$arch_binaries alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )"
241 #arch_binaries="$arch_binaries amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )"
242 -#arch_binaries="$arch_binaries hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )"
243 #arch_binaries="$arch_binaries ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )"
244 #arch_binaries="$arch_binaries sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )"
245 #arch_binaries="$arch_binaries x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
246 @@ -239,10 +238,10 @@
247 # portage logging) reported as bug #111183
248 echo "SRC_HC_OPTS+=-w" >> mk/build.mk
249
250 - # GHC build system knows to build unregisterised on alpha and hppa,
251 + # GHC build system knows to build unregisterised on alpha,
252 # but we have to tell it to build unregisterised on some arches
253 # ppc64: EvilMangler currently does not understand some TOCs
254 - if use alpha || use hppa || use ppc64; then
255 + if use alpha || use ppc64; then
256 echo "GhcUnregisterised=YES" >> mk/build.mk
257 echo "GhcWithInterpreter=NO" >> mk/build.mk
258 echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
259
260
261
262 1.180 dev-lang/ghc/ChangeLog
263
264 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.180&view=markup
265 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.180&content-type=text/plain
266 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.179&r2=1.180
267
268 Index: ChangeLog
269 ===================================================================
270 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
271 retrieving revision 1.179
272 retrieving revision 1.180
273 diff -u -r1.179 -r1.180
274 --- ChangeLog 17 Jun 2010 20:47:56 -0000 1.179
275 +++ ChangeLog 1 Jul 2010 20:27:50 -0000 1.180
276 @@ -1,6 +1,12 @@
277 # ChangeLog for dev-lang/ghc
278 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
279 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.179 2010/06/17 20:47:56 kolmodin Exp $
280 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.180 2010/07/01 20:27:50 jer Exp $
281 +
282 + 01 Jul 2010; Jeroen Roovers <jer@g.o> ghc-6.4.2.ebuild,
283 + ghc-6.6.ebuild, ghc-6.6.1.ebuild, ghc-6.8.2.ebuild, ghc-6.8.2-r1.ebuild,
284 + ghc-6.10.4.ebuild, ghc-6.10.4-r1.ebuild, ghc-6.12.1.ebuild,
285 + ghc-6.12.3.ebuild:
286 + Drop support for ghc and darcs.
287
288 17 Jun 2010; Lennart Kolmodin <kolmodin@g.o> ghc-6.12.3.ebuild:
289 Change SRC_URI to use ghc-bins from the mirroring system for ghc 6.12.3.
290
291
292
293 1.5 dev-lang/ghc/ghc-6.10.4-r1.ebuild
294
295 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild?rev=1.5&view=markup
296 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild?rev=1.5&content-type=text/plain
297 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild?r1=1.4&r2=1.5
298
299 Index: ghc-6.10.4-r1.ebuild
300 ===================================================================
301 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild,v
302 retrieving revision 1.4
303 retrieving revision 1.5
304 diff -u -r1.4 -r1.5
305 --- ghc-6.10.4-r1.ebuild 12 Jun 2010 20:34:32 -0000 1.4
306 +++ ghc-6.10.4-r1.ebuild 1 Jul 2010 20:27:50 -0000 1.5
307 @@ -1,6 +1,6 @@
308 # Copyright 1999-2010 Gentoo Foundation
309 # Distributed under the terms of the GNU General Public License v2
310 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild,v 1.4 2010/06/12 20:34:32 kolmodin Exp $
311 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild,v 1.5 2010/07/01 20:27:50 jer Exp $
312
313 # Brief explanation of the bootstrap logic:
314 #
315 @@ -48,7 +48,6 @@
316
317 #arch_binaries="$arch_binaries alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )"
318 #arch_binaries="$arch_binaries amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )"
319 -#arch_binaries="$arch_binaries hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )"
320 #arch_binaries="$arch_binaries ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )"
321 #arch_binaries="$arch_binaries sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )"
322 #arch_binaries="$arch_binaries x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
323 @@ -231,10 +230,10 @@
324 # portage logging) reported as bug #111183
325 echo "SRC_HC_OPTS+=-w" >> mk/build.mk
326
327 - # GHC build system knows to build unregisterised on alpha and hppa,
328 + # GHC build system knows to build unregisterised on alpha,
329 # but we have to tell it to build unregisterised on some arches
330 # ppc64: EvilMangler currently does not understand some TOCs
331 - if use alpha || use hppa || use ppc64; then
332 + if use alpha || use ppc64; then
333 echo "GhcUnregisterised=YES" >> mk/build.mk
334 echo "GhcWithInterpreter=NO" >> mk/build.mk
335 echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
336
337
338
339 1.5 dev-lang/ghc/ghc-6.10.4.ebuild
340
341 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild?rev=1.5&view=markup
342 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild?rev=1.5&content-type=text/plain
343 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild?r1=1.4&r2=1.5
344
345 Index: ghc-6.10.4.ebuild
346 ===================================================================
347 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild,v
348 retrieving revision 1.4
349 retrieving revision 1.5
350 diff -u -r1.4 -r1.5
351 --- ghc-6.10.4.ebuild 16 Sep 2009 06:50:28 -0000 1.4
352 +++ ghc-6.10.4.ebuild 1 Jul 2010 20:27:50 -0000 1.5
353 @@ -1,6 +1,6 @@
354 -# Copyright 1999-2009 Gentoo Foundation
355 +# Copyright 1999-2010 Gentoo Foundation
356 # Distributed under the terms of the GNU General Public License v2
357 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild,v 1.4 2009/09/16 06:50:28 kolmodin Exp $
358 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild,v 1.5 2010/07/01 20:27:50 jer Exp $
359
360 # Brief explanation of the bootstrap logic:
361 #
362 @@ -47,7 +47,6 @@
363
364 #arch_binaries="$arch_binaries alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )"
365 #arch_binaries="$arch_binaries amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )"
366 -#arch_binaries="$arch_binaries hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )"
367 #arch_binaries="$arch_binaries ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )"
368 #arch_binaries="$arch_binaries sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )"
369 #arch_binaries="$arch_binaries x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
370 @@ -57,7 +56,7 @@
371
372 LICENSE="BSD"
373 SLOT="0"
374 -KEYWORDS="~amd64 ~sparc ~ppc64 ~x86"
375 +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
376 IUSE="binary doc ghcbootstrap"
377
378 RDEPEND="
379 @@ -217,10 +216,10 @@
380 # portage logging) reported as bug #111183
381 echo "SRC_HC_OPTS+=-w" >> mk/build.mk
382
383 - # GHC build system knows to build unregisterised on alpha and hppa,
384 + # GHC build system knows to build unregisterised on alpha,
385 # but we have to tell it to build unregisterised on some arches
386 # ppc64: EvilMangler currently does not understand some TOCs
387 - if use alpha || use hppa || use ppc64; then
388 + if use alpha || use ppc64; then
389 echo "GhcUnregisterised=YES" >> mk/build.mk
390 echo "GhcWithInterpreter=NO" >> mk/build.mk
391 echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
392
393
394
395 1.3 dev-lang/ghc/ghc-6.8.2-r1.ebuild
396
397 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.8.2-r1.ebuild?rev=1.3&view=markup
398 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.8.2-r1.ebuild?rev=1.3&content-type=text/plain
399 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.8.2-r1.ebuild?r1=1.2&r2=1.3
400
401 Index: ghc-6.8.2-r1.ebuild
402 ===================================================================
403 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2-r1.ebuild,v
404 retrieving revision 1.2
405 retrieving revision 1.3
406 diff -u -r1.2 -r1.3
407 --- ghc-6.8.2-r1.ebuild 10 Sep 2009 09:01:21 -0000 1.2
408 +++ ghc-6.8.2-r1.ebuild 1 Jul 2010 20:27:50 -0000 1.3
409 @@ -1,6 +1,6 @@
410 -# Copyright 1999-2009 Gentoo Foundation
411 +# Copyright 1999-2010 Gentoo Foundation
412 # Distributed under the terms of the GNU General Public License v2
413 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2-r1.ebuild,v 1.2 2009/09/10 09:01:21 fauli Exp $
414 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2-r1.ebuild,v 1.3 2010/07/01 20:27:50 jer Exp $
415
416 # Brief explanation of the bootstrap logic:
417 #
418 @@ -197,9 +197,9 @@
419 # portage logging) reported as bug #111183
420 echo "SRC_HC_OPTS+=-w" >> mk/build.mk
421
422 - # GHC build system knows to build unregisterised on alpha and hppa,
423 + # GHC build system knows to build unregisterised on alpha,
424 # but we have to tell it to build unregisterised on some arches
425 - if use alpha || use hppa || use ia64 || use ppc64 || use sparc; then
426 + if use alpha || use ia64 || use ppc64 || use sparc; then
427 echo "GhcUnregisterised=YES" >> mk/build.mk
428 echo "GhcWithInterpreter=NO" >> mk/build.mk
429 echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
430
431
432
433 1.28 dev-lang/ghc/ghc-6.4.2.ebuild
434
435 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild?rev=1.28&view=markup
436 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild?rev=1.28&content-type=text/plain
437 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild?r1=1.27&r2=1.28
438
439 Index: ghc-6.4.2.ebuild
440 ===================================================================
441 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v
442 retrieving revision 1.27
443 retrieving revision 1.28
444 diff -u -r1.27 -r1.28
445 --- ghc-6.4.2.ebuild 26 Jan 2008 19:53:25 -0000 1.27
446 +++ ghc-6.4.2.ebuild 1 Jul 2010 20:27:50 -0000 1.28
447 @@ -1,6 +1,6 @@
448 -# Copyright 1999-2008 Gentoo Foundation
449 +# Copyright 1999-2010 Gentoo Foundation
450 # Distributed under the terms of the GNU General Public License v2
451 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.27 2008/01/26 19:53:25 dcoutts Exp $
452 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.28 2010/07/01 20:27:50 jer Exp $
453
454 # Brief explanation of the bootstrap logic:
455 #
456 @@ -42,7 +42,6 @@
457 mirror://gentoo/${P}-users_guide.tar.gz )
458 alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )
459 amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
460 - hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )
461 ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )
462 ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )
463 ppc64? ( mirror://gentoo/ghc-bin-${PV}-ppc64.tbz2 )
464 @@ -54,7 +53,7 @@
465
466 LICENSE="BSD"
467 SLOT="0"
468 -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
469 +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
470 IUSE="binary doc ghcbootstrap test X opengl openal"
471
472 LOC="/opt/ghc" # location for installation of binary version