Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-6.8.2.ebuild
Date: Sun, 02 Aug 2009 11:01:45
Message-Id: E1MXYow-0002AM-RM@stork.gentoo.org
1 kolmodin 09/08/02 11:01:42
2
3 Modified: ChangeLog ghc-6.8.2.ebuild
4 Log:
5 ppc fixes to dev-lang/ghc-6.8.2
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.168 dev-lang/ghc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.168&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.168&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.167&r2=1.168
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
18 retrieving revision 1.167
19 retrieving revision 1.168
20 diff -u -r1.167 -r1.168
21 --- ChangeLog 2 Aug 2009 10:23:12 -0000 1.167
22 +++ ChangeLog 2 Aug 2009 11:01:42 -0000 1.168
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/ghc
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.167 2009/08/02 10:23:12 kolmodin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.168 2009/08/02 11:01:42 kolmodin Exp $
28 +
29 + 02 Aug 2009; Lennart Kolmodin <kolmodin@g.o> ghc-6.8.2.ebuild:
30 + Make ppc work in pkg_setup.
31
32 02 Aug 2009; Lennart Kolmodin <kolmodin@g.o> ghc-6.10.4.ebuild:
33 Add sparc binary for ghc 6.10.4. Binary compiled by
34
35
36
37 1.13 dev-lang/ghc/ghc-6.8.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.13&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.13&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?r1=1.12&r2=1.13
42
43 Index: ghc-6.8.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v
46 retrieving revision 1.12
47 retrieving revision 1.13
48 diff -u -r1.12 -r1.13
49 --- ghc-6.8.2.ebuild 1 Aug 2009 11:50:00 -0000 1.12
50 +++ ghc-6.8.2.ebuild 2 Aug 2009 11:01:42 -0000 1.13
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.12 2009/08/01 11:50:00 mabi Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.13 2009/08/02 11:01:42 kolmodin Exp $
56
57 # Brief explanation of the bootstrap logic:
58 #
59 @@ -131,12 +131,6 @@
60 die "USE=\"ghcbootstrap binary\" is not a valid combination."
61 [[ -z $(type -P ghc) ]] && \
62 die "Could not find a ghc to bootstrap with."
63 - elif use ppc || use ppc64; then
64 - eerror "No binary .tbz2 package available yet for these arches:"
65 - eerror " ppc, ppc64"
66 - eerror "Please try emerging with USE=ghcbootstrap and report build"
67 - eerror "sucess or failure to the haskell team (haskell@g.o)"
68 - die "No binary available for this arch yet, USE=ghcbootstrap"
69 fi
70 }