Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/clang: metadata.xml ChangeLog clang-2.9-r1.ebuild clang-9999.ebuild clang-2.8-r3.ebuild clang-2.9.ebuild
Date: Mon, 03 Oct 2011 13:36:41
Message-Id: 20111003133631.C2D4B2004B@flycatcher.gentoo.org
1 voyageur 11/10/03 13:36:31
2
3 Modified: metadata.xml ChangeLog clang-2.9-r1.ebuild
4 clang-9999.ebuild clang-2.8-r3.ebuild
5 Removed: clang-2.9.ebuild
6 Log:
7 Rename alltargets USE flag to multitarget, bug #382307. Drop some versions
8
9 (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.5 sys-devel/clang/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/metadata.xml?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/metadata.xml?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/metadata.xml?r1=1.4&r2=1.5
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/metadata.xml,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- metadata.xml 24 Sep 2011 10:39:17 -0000 1.4
25 +++ metadata.xml 3 Oct 2011 13:36:31 -0000 1.5
26 @@ -28,7 +28,7 @@
27 A single unified parser for C, Objective C, C++, and Objective C++
28 Conformance with C/C++/ObjC and their variants</longdescription>
29 <use>
30 - <flag name='alltargets'>Build all host targets (default: host only)</flag>
31 + <flag name='multitarget'>Build all host targets (default: host only)</flag>
32 <flag name='static-analyzer'>Install the Clang static analyzer</flag>
33 <flag name='system-cxx-headers'>By default, clang++ searchs for C++ headers in a series of hardcoded paths. Enabling this flag will force it to use the active gcc profile ones</flag>
34 </use>
35
36
37
38 1.42 sys-devel/clang/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.42&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.42&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.41&r2=1.42
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
47 retrieving revision 1.41
48 retrieving revision 1.42
49 diff -u -r1.41 -r1.42
50 --- ChangeLog 16 Aug 2011 09:33:41 -0000 1.41
51 +++ ChangeLog 3 Oct 2011 13:36:31 -0000 1.42
52 @@ -1,6 +1,10 @@
53 # ChangeLog for sys-devel/clang
54 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.41 2011/08/16 09:33:41 flameeyes Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.42 2011/10/03 13:36:31 voyageur Exp $
57 +
58 + 03 Oct 2011; Bernard Cafarelli <voyageur@g.o> clang-2.8-r3.ebuild,
59 + -clang-2.9.ebuild, clang-2.9-r1.ebuild, clang-9999.ebuild, metadata.xml:
60 + Rename alltargets USE flag to multitarget, bug #382307. Drop some versions
61
62 *clang-2.9-r1 (16 Aug 2011)
63
64
65
66
67 1.2 sys-devel/clang/clang-2.9-r1.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild?rev=1.2&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild?rev=1.2&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild?r1=1.1&r2=1.2
72
73 Index: clang-2.9-r1.ebuild
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild,v
76 retrieving revision 1.1
77 retrieving revision 1.2
78 diff -u -r1.1 -r1.2
79 --- clang-2.9-r1.ebuild 16 Aug 2011 09:33:41 -0000 1.1
80 +++ clang-2.9-r1.ebuild 3 Oct 2011 13:36:31 -0000 1.2
81 @@ -1,6 +1,6 @@
82 # Copyright 1999-2011 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild,v 1.1 2011/08/16 09:33:41 flameeyes Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild,v 1.2 2011/10/03 13:36:31 voyageur Exp $
86
87 EAPI=3
88
89 @@ -18,11 +18,11 @@
90 LICENSE="UoI-NCSA"
91 SLOT="0"
92 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
93 -IUSE="alltargets debug +static-analyzer +system-cxx-headers test"
94 +IUSE="debug multitarget +static-analyzer +system-cxx-headers test"
95
96 # Note: for LTO support, clang will depend on binutils with gold plugins, and LLVM built after that - http://llvm.org/docs/GoldPlugin.html
97 DEPEND="static-analyzer? ( dev-lang/perl )"
98 -RDEPEND="~sys-devel/llvm-${PV}[alltargets=]"
99 +RDEPEND="~sys-devel/llvm-${PV}[multitarget=]"
100
101 S="${WORKDIR}/llvm-${PV}"
102
103 @@ -89,7 +89,7 @@
104 --with-c-include-dirs=${EPREFIX}/usr/include:/usr/include"
105 fi
106
107 - if use alltargets; then
108 + if use multitarget; then
109 CONF_FLAGS="${CONF_FLAGS} --enable-targets=all"
110 else
111 CONF_FLAGS="${CONF_FLAGS} --enable-targets=host-only"
112
113
114
115 1.16 sys-devel/clang/clang-9999.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.16&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.16&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?r1=1.15&r2=1.16
120
121 Index: clang-9999.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v
124 retrieving revision 1.15
125 retrieving revision 1.16
126 diff -u -r1.15 -r1.16
127 --- clang-9999.ebuild 8 Jul 2011 10:10:59 -0000 1.15
128 +++ clang-9999.ebuild 3 Oct 2011 13:36:31 -0000 1.16
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2011 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.15 2011/07/08 10:10:59 ssuominen Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.16 2011/10/03 13:36:31 voyageur Exp $
134
135 EAPI=3
136
137 @@ -17,11 +17,11 @@
138 LICENSE="UoI-NCSA"
139 SLOT="0"
140 KEYWORDS=""
141 -IUSE="alltargets debug +static-analyzer +system-cxx-headers test"
142 +IUSE="debug multitarget +static-analyzer +system-cxx-headers test"
143
144 # Note: for LTO support, clang will depend on binutils with gold plugins, and LLVM built after that - http://llvm.org/docs/GoldPlugin.html
145 DEPEND="static-analyzer? ( dev-lang/perl )"
146 -RDEPEND="~sys-devel/llvm-${PV}[alltargets=]"
147 +RDEPEND="~sys-devel/llvm-${PV}[multitarget=]"
148
149 S="${WORKDIR}/llvm"
150
151 @@ -81,7 +81,7 @@
152 --with-c-include-dirs=${EPREFIX}/usr/include:/usr/include"
153 fi
154
155 - if use alltargets; then
156 + if use multitarget; then
157 CONF_FLAGS="${CONF_FLAGS} --enable-targets=all"
158 else
159 CONF_FLAGS="${CONF_FLAGS} --enable-targets=host-only"
160
161
162
163 1.5 sys-devel/clang/clang-2.8-r3.ebuild
164
165 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild?rev=1.5&view=markup
166 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild?rev=1.5&content-type=text/plain
167 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild?r1=1.4&r2=1.5
168
169 Index: clang-2.8-r3.ebuild
170 ===================================================================
171 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild,v
172 retrieving revision 1.4
173 retrieving revision 1.5
174 diff -u -r1.4 -r1.5
175 --- clang-2.8-r3.ebuild 8 Jul 2011 10:10:59 -0000 1.4
176 +++ clang-2.8-r3.ebuild 3 Oct 2011 13:36:31 -0000 1.5
177 @@ -1,6 +1,6 @@
178 # Copyright 1999-2011 Gentoo Foundation
179 # Distributed under the terms of the GNU General Public License v2
180 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild,v 1.4 2011/07/08 10:10:59 ssuominen Exp $
181 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild,v 1.5 2011/10/03 13:36:31 voyageur Exp $
182
183 EAPI=3
184
185 @@ -19,11 +19,11 @@
186 LICENSE="UoI-NCSA"
187 SLOT="0"
188 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
189 -IUSE="alltargets debug +static-analyzer system-cxx-headers test"
190 +IUSE="debug multitarget +static-analyzer system-cxx-headers test"
191
192 # Note: for LTO support, clang will depend on binutils with gold plugins, and LLVM built after that - http://llvm.org/docs/GoldPlugin.html
193 DEPEND="static-analyzer? ( dev-lang/perl )"
194 -RDEPEND="~sys-devel/llvm-${PV}[alltargets=]"
195 +RDEPEND="~sys-devel/llvm-${PV}[multitarget=]"
196
197 S="${WORKDIR}/llvm-${PV}"
198
199 @@ -92,7 +92,7 @@
200 --with-c-include-dirs=${EPREFIX}/usr/include:/usr/include"
201 fi
202
203 - if use alltargets; then
204 + if use multitarget; then
205 CONF_FLAGS="${CONF_FLAGS} --enable-targets=all"
206 else
207 CONF_FLAGS="${CONF_FLAGS} --enable-targets=host-only"