Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-7.6.3-r1.ebuild ChangeLog
Date: Fri, 27 Jun 2014 09:54:07
Message-Id: 20140627095403.2C3842004E@flycatcher.gentoo.org
1 slyfox 14/06/27 09:54:03
2
3 Modified: ghc-7.6.3-r1.ebuild ChangeLog
4 Log:
5 Ignore flags '--with-compiler/--with-gcc' passed by cabal with 'QA_CONFIGURE_OPTIONS'. Bug #515354 by Patrick Lauer, bug #469618 by Roman Žilka.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.11 dev-lang/ghc/ghc-7.6.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: ghc-7.6.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ghc-7.6.3-r1.ebuild 3 Apr 2014 20:05:01 -0000 1.10
23 +++ ghc-7.6.3-r1.ebuild 27 Jun 2014 09:54:02 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.10 2014/04/03 20:05:01 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.11 2014/06/27 09:54:02 slyfox Exp $
29
30 # Brief explanation of the bootstrap logic:
31 #
32 @@ -125,6 +125,9 @@
33
34 use binary && QA_PREBUILT="*"
35
36 +# haskell libraries built with cabal in configure mode, #515354
37 +QA_CONFIGURE_OPTIONS+=" --with-compiler --with-gcc"
38 +
39 is_crosscompile() {
40 [[ ${CHOST} != ${CTARGET} ]]
41 }
42
43
44
45 1.256 dev-lang/ghc/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.256&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.256&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.255&r2=1.256
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
54 retrieving revision 1.255
55 retrieving revision 1.256
56 diff -u -r1.255 -r1.256
57 --- ChangeLog 22 Apr 2014 14:09:47 -0000 1.255
58 +++ ChangeLog 27 Jun 2014 09:54:02 -0000 1.256
59 @@ -1,6 +1,11 @@
60 # ChangeLog for dev-lang/ghc
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.255 2014/04/22 14:09:47 mjo Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.256 2014/06/27 09:54:02 slyfox Exp $
64 +
65 + 27 Jun 2014; Sergei Trofimovich <slyfox@g.o> ghc-7.6.3-r1.ebuild:
66 + Ignore flags '--with-compiler/--with-gcc' passed by cabal with
67 + 'QA_CONFIGURE_OPTIONS'. Bug #515354 by Patrick Lauer, bug #469618 by Roman
68 + Žilka.
69
70 22 Apr 2014; Michael Orlitzky <mjo@g.o> metadata.xml:
71 Fix typo in llvm USE flag description, fixes bug #508398.