Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.3-r1.ebuild ChangeLog llvm-9999.ebuild llvm-3.3.ebuild llvm-9999-r1.ebuild
Date: Sun, 28 Jul 2013 15:59:33
Message-Id: 20130728155924.E7B2521710@flycatcher.gentoo.org
1 aballier 13/07/28 15:59:24
2
3 Modified: llvm-3.3-r1.ebuild ChangeLog llvm-9999.ebuild
4 llvm-3.3.ebuild llvm-9999-r1.ebuild
5 Log:
6 Allow freebsd-lib + libcxx which should provide the startup files and the c++ stack instead of gcc. This opens the road to a gcc-less clang profile for fbsd.
7
8 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.2 sys-devel/llvm/llvm-3.3-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: llvm-3.3-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- llvm-3.3-r1.ebuild 21 Jul 2013 10:00:50 -0000 1.1
24 +++ llvm-3.3-r1.ebuild 28 Jul 2013 15:59:24 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v 1.1 2013/07/21 10:00:50 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v 1.2 2013/07/28 15:59:24 aballier Exp $
30
31 EAPI=5
32
33 @@ -26,7 +26,9 @@
34 >=sys-devel/make-3.79
35 >=sys-devel/flex-2.5.4
36 >=sys-devel/bison-1.875d
37 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 )
38 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
39 + ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
40 + )
41 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
42 sys-libs/zlib
43 doc? ( dev-python/sphinx )
44
45
46
47 1.120 sys-devel/llvm/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.120&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.120&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.119&r2=1.120
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
56 retrieving revision 1.119
57 retrieving revision 1.120
58 diff -u -r1.119 -r1.120
59 --- ChangeLog 23 Jul 2013 18:20:41 -0000 1.119
60 +++ ChangeLog 28 Jul 2013 15:59:24 -0000 1.120
61 @@ -1,6 +1,12 @@
62 # ChangeLog for sys-devel/llvm
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.119 2013/07/23 18:20:41 mgorny Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.120 2013/07/28 15:59:24 aballier Exp $
66 +
67 + 28 Jul 2013; Alexis Ballier <aballier@g.o> llvm-3.3.ebuild,
68 + llvm-3.3-r1.ebuild, llvm-9999.ebuild, llvm-9999-r1.ebuild:
69 + Allow freebsd-lib + libcxx which should provide the startup files and the c++
70 + stack instead of gcc. This opens the road to a gcc-less clang profile for
71 + fbsd.
72
73 23 Jul 2013; Michał Górny <mgorny@g.o> llvm-9999-r1.ebuild:
74 Fix the hack for subversion.eclass bug #282486.
75
76
77
78 1.45 sys-devel/llvm/llvm-9999.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.45&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.45&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.44&r2=1.45
83
84 Index: llvm-9999.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
87 retrieving revision 1.44
88 retrieving revision 1.45
89 diff -u -r1.44 -r1.45
90 --- llvm-9999.ebuild 22 Jun 2013 22:57:49 -0000 1.44
91 +++ llvm-9999.ebuild 28 Jul 2013 15:59:24 -0000 1.45
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.44 2013/06/22 22:57:49 voyageur Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.45 2013/07/28 15:59:24 aballier Exp $
97
98 EAPI=5
99
100 @@ -25,7 +25,9 @@
101 >=sys-devel/make-3.79
102 >=sys-devel/flex-2.5.4
103 >=sys-devel/bison-1.875d
104 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 )
105 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
106 + ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
107 + )
108 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
109 sys-libs/zlib
110 gold? ( >=sys-devel/binutils-2.22[cxx] )
111
112
113
114 1.4 sys-devel/llvm/llvm-3.3.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3.ebuild?rev=1.4&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3.ebuild?rev=1.4&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3.ebuild?r1=1.3&r2=1.4
119
120 Index: llvm-3.3.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3.ebuild,v
123 retrieving revision 1.3
124 retrieving revision 1.4
125 diff -u -r1.3 -r1.4
126 --- llvm-3.3.ebuild 24 Jun 2013 14:43:00 -0000 1.3
127 +++ llvm-3.3.ebuild 28 Jul 2013 15:59:24 -0000 1.4
128 @@ -1,6 +1,6 @@
129 # Copyright 1999-2013 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3.ebuild,v 1.3 2013/06/24 14:43:00 voyageur Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3.ebuild,v 1.4 2013/07/28 15:59:24 aballier Exp $
133
134 EAPI=5
135
136 @@ -24,7 +24,9 @@
137 >=sys-devel/make-3.79
138 >=sys-devel/flex-2.5.4
139 >=sys-devel/bison-1.875d
140 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 )
141 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
142 + ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
143 + )
144 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
145 sys-libs/zlib
146 doc? ( dev-python/sphinx )
147
148
149
150 1.3 sys-devel/llvm/llvm-9999-r1.ebuild
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild?rev=1.3&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild?rev=1.3&content-type=text/plain
154 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild?r1=1.2&r2=1.3
155
156 Index: llvm-9999-r1.ebuild
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild,v
159 retrieving revision 1.2
160 retrieving revision 1.3
161 diff -u -r1.2 -r1.3
162 --- llvm-9999-r1.ebuild 23 Jul 2013 18:20:41 -0000 1.2
163 +++ llvm-9999-r1.ebuild 28 Jul 2013 15:59:24 -0000 1.3
164 @@ -1,6 +1,6 @@
165 # Copyright 1999-2013 Gentoo Foundation
166 # Distributed under the terms of the GNU General Public License v2
167 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild,v 1.2 2013/07/23 18:20:41 mgorny Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild,v 1.3 2013/07/28 15:59:24 aballier Exp $
169
170 EAPI=5
171
172 @@ -25,7 +25,9 @@
173 >=sys-devel/make-3.79
174 >=sys-devel/flex-2.5.4
175 >=sys-devel/bison-1.875d
176 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 )
177 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
178 + ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
179 + )
180 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
181 sys-libs/zlib
182 gold? ( >=sys-devel/binutils-2.22[cxx] )