Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-6.12.3-r2.ebuild ChangeLog
Date: Mon, 30 Apr 2012 15:38:52
Message-Id: 20120430153841.B2E9D2004B@flycatcher.gentoo.org
1 grobian 12/04/30 15:38:41
2
3 Modified: ghc-6.12.3-r2.ebuild ChangeLog
4 Log:
5 Avoid errors for platforms we don't use Gentoo's binaries
6
7 (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.8 dev-lang/ghc/ghc-6.12.3-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild?r1=1.7&r2=1.8
15
16 Index: ghc-6.12.3-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ghc-6.12.3-r2.ebuild 13 Apr 2012 19:01:18 -0000 1.7
23 +++ ghc-6.12.3-r2.ebuild 30 Apr 2012 15:38:41 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1.7 2012/04/13 19:01:18 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1.8 2012/04/30 15:38:41 grobian Exp $
29
30 # Brief explanation of the bootstrap logic:
31 #
32 @@ -225,7 +225,7 @@
33
34 ghc_setup_cflags
35
36 - if ! use ghcbootstrap; then
37 + if ! use ghcbootstrap && [[ ${CHOST} != *-darwin* && ${CHOST} != *-solaris* ]]; then
38 # Modify the wrapper script from the binary tarball to use GHC_CFLAGS.
39 # See bug #313635.
40 sed -i -e "s|\"\$topdir\"|\"\$topdir\" ${GHC_CFLAGS}|" \
41
42
43
44 1.220 dev-lang/ghc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.220&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.220&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.219&r2=1.220
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
53 retrieving revision 1.219
54 retrieving revision 1.220
55 diff -u -r1.219 -r1.220
56 --- ChangeLog 27 Apr 2012 18:14:42 -0000 1.219
57 +++ ChangeLog 30 Apr 2012 15:38:41 -0000 1.220
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lang/ghc
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.219 2012/04/27 18:14:42 slyfox Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.220 2012/04/30 15:38:41 grobian Exp $
63 +
64 + 30 Apr 2012; Fabian Groffen <grobian@g.o> ghc-6.12.3-r2.ebuild:
65 + Avoid errors for platforms we don't use Gentoo's binaries
66
67 *ghc-7.4.1-r1 (27 Apr 2012)