Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild llvm-3.1-r1.ebuild llvm-3.1-r2.ebuild ChangeLog
Date: Fri, 27 Jul 2012 18:20:57
Message-Id: 20120727182047.586112004B@flycatcher.gentoo.org
1 mgorny 12/07/27 18:20:47
2
3 Modified: llvm-9999.ebuild llvm-3.1-r1.ebuild
4 llvm-3.1-r2.ebuild ChangeLog
5 Log:
6 Use tc-export to enforce Gentoo default CC/CXX when $CHOST-clang is available.
7
8 (Portage version: 2.2.0_alpha120_p6/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.35 sys-devel/llvm/llvm-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.34&r2=1.35
16
17 Index: llvm-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- llvm-9999.ebuild 3 Jul 2012 14:32:17 -0000 1.34
24 +++ llvm-9999.ebuild 27 Jul 2012 18:20:47 -0000 1.35
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.34 2012/07/03 14:32:17 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.35 2012/07/27 18:20:47 mgorny Exp $
30
31 EAPI="4"
32 PYTHON_DEPEND="2"
33 @@ -135,6 +135,9 @@
34 append-cppflags "$(pkg-config --cflags libffi)"
35 fi
36 CONF_FLAGS="${CONF_FLAGS} $(use_enable libffi)"
37 +
38 + # llvm prefers clang over gcc, so we may need to force that
39 + tc-export CC CXX
40 econf ${CONF_FLAGS}
41 }
42
43
44
45
46 1.3 sys-devel/llvm/llvm-3.1-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild?r1=1.2&r2=1.3
51
52 Index: llvm-3.1-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- llvm-3.1-r1.ebuild 6 Jul 2012 07:19:49 -0000 1.2
59 +++ llvm-3.1-r1.ebuild 27 Jul 2012 18:20:47 -0000 1.3
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild,v 1.2 2012/07/06 07:19:49 mgorny Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r1.ebuild,v 1.3 2012/07/27 18:20:47 mgorny Exp $
65
66 EAPI="4"
67 PYTHON_DEPEND="2"
68 @@ -138,6 +138,9 @@
69 append-cppflags "$(pkg-config --cflags libffi)"
70 fi
71 CONF_FLAGS="${CONF_FLAGS} $(use_enable libffi)"
72 +
73 + # llvm prefers clang over gcc, so we may need to force that
74 + tc-export CC CXX
75 econf ${CONF_FLAGS}
76 }
77
78
79
80
81 1.2 sys-devel/llvm/llvm-3.1-r2.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild?r1=1.1&r2=1.2
86
87 Index: llvm-3.1-r2.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- llvm-3.1-r2.ebuild 16 Jul 2012 09:31:46 -0000 1.1
94 +++ llvm-3.1-r2.ebuild 27 Jul 2012 18:20:47 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2012 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild,v 1.1 2012/07/16 09:31:46 mgorny Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild,v 1.2 2012/07/27 18:20:47 mgorny Exp $
100
101 EAPI="4"
102 PYTHON_DEPEND="2"
103 @@ -141,6 +141,9 @@
104 append-cppflags "$(pkg-config --cflags libffi)"
105 fi
106 CONF_FLAGS="${CONF_FLAGS} $(use_enable libffi)"
107 +
108 + # llvm prefers clang over gcc, so we may need to force that
109 + tc-export CC CXX
110 econf ${CONF_FLAGS}
111 }
112
113
114
115
116 1.89 sys-devel/llvm/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.89&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.89&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.88&r2=1.89
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
125 retrieving revision 1.88
126 retrieving revision 1.89
127 diff -u -r1.88 -r1.89
128 --- ChangeLog 16 Jul 2012 09:31:46 -0000 1.88
129 +++ ChangeLog 27 Jul 2012 18:20:47 -0000 1.89
130 @@ -1,6 +1,10 @@
131 # ChangeLog for sys-devel/llvm
132 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.88 2012/07/16 09:31:46 mgorny Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.89 2012/07/27 18:20:47 mgorny Exp $
135 +
136 + 27 Jul 2012; Michał Górny <mgorny@g.o> llvm-3.1-r1.ebuild,
137 + llvm-3.1-r2.ebuild, llvm-9999.ebuild:
138 + Use tc-export to enforce Gentoo default CC/CXX when $CHOST-clang is available.
139
140 *llvm-3.1-r2 (16 Jul 2012)