Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild llvm-3.6.1.ebuild llvm-3.4.2.ebuild llvm-3.5.2.ebuild ChangeLog
Date: Sun, 31 May 2015 09:45:14
Message-Id: 20150531094507.4C6CCA07@oystercatcher.gentoo.org
1 grobian 15/05/31 09:45:07
2
3 Modified: llvm-9999.ebuild llvm-3.6.1.ebuild
4 llvm-3.4.2.ebuild llvm-3.5.2.ebuild ChangeLog
5 Log:
6 Allow LLVM to compile itself. This is useful for Darwin, where LLVM is going to be the only compiler available by default.
7
8 (Portage version: 2.2.14-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
9
10 Revision Changes Path
11 1.108 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.108&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.108&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.107&r2=1.108
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.107
21 retrieving revision 1.108
22 diff -u -r1.107 -r1.108
23 --- llvm-9999.ebuild 29 May 2015 09:24:43 -0000 1.107
24 +++ llvm-9999.ebuild 31 May 2015 09:45:07 -0000 1.108
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 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.107 2015/05/29 09:24:43 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.108 2015/05/31 09:45:07 grobian Exp $
30
31 EAPI=5
32
33 @@ -44,7 +44,7 @@
34 >=sys-devel/make-3.81
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 >=sys-devel/llvm-3.5
39 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
40 )
41 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
42
43
44
45 1.2 sys-devel/llvm/llvm-3.6.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?r1=1.1&r2=1.2
50
51 Index: llvm-3.6.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- llvm-3.6.1.ebuild 27 May 2015 11:58:56 -0000 1.1
58 +++ llvm-3.6.1.ebuild 31 May 2015 09:45:07 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2015 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.1 2015/05/27 11:58:56 voyageur Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.2 2015/05/31 09:45:07 grobian Exp $
64
65 EAPI=5
66
67 @@ -46,7 +46,7 @@
68 >=sys-devel/make-3.81
69 >=sys-devel/flex-2.5.4
70 >=sys-devel/bison-1.875d
71 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
72 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 >=sys-devel/llvm-3.5
73 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
74 )
75 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
76
77
78
79 1.11 sys-devel/llvm/llvm-3.4.2.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?rev=1.11&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?rev=1.11&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?r1=1.10&r2=1.11
84
85 Index: llvm-3.4.2.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v
88 retrieving revision 1.10
89 retrieving revision 1.11
90 diff -u -r1.10 -r1.11
91 --- llvm-3.4.2.ebuild 16 Apr 2015 11:55:18 -0000 1.10
92 +++ llvm-3.4.2.ebuild 31 May 2015 09:45:07 -0000 1.11
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2015 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v 1.10 2015/04/16 11:55:18 voyageur Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v 1.11 2015/05/31 09:45:07 grobian Exp $
98
99 EAPI=5
100
101 @@ -47,7 +47,7 @@
102 >=sys-devel/make-3.81
103 >=sys-devel/flex-2.5.4
104 >=sys-devel/bison-1.875d
105 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
106 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 >=sys-devel/llvm-3.3
107 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
108 )
109 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
110 @@ -56,7 +56,7 @@
111 libffi? ( virtual/pkgconfig )
112 ${PYTHON_DEPS}"
113 RDEPEND="${COMMON_DEPEND}
114 - clang? ( !<=sys-devel/clang-3.4-r99
115 + clang? ( !<=sys-devel/clang-${PV}-r99
116 !>=sys-devel/clang-9999 )
117 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2
118 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
119
120
121
122 1.3 sys-devel/llvm/llvm-3.5.2.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.3&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.3&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?r1=1.2&r2=1.3
127
128 Index: llvm-3.5.2.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v
131 retrieving revision 1.2
132 retrieving revision 1.3
133 diff -u -r1.2 -r1.3
134 --- llvm-3.5.2.ebuild 16 Apr 2015 11:55:18 -0000 1.2
135 +++ llvm-3.5.2.ebuild 31 May 2015 09:45:07 -0000 1.3
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2015 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.2 2015/04/16 11:55:18 voyageur Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.3 2015/05/31 09:45:07 grobian Exp $
141
142 EAPI=5
143
144 @@ -46,7 +46,7 @@
145 >=sys-devel/make-3.81
146 >=sys-devel/flex-2.5.4
147 >=sys-devel/bison-1.875d
148 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
149 + || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 >=sys-devel/llvm-3.3
150 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
151 )
152 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
153
154
155
156 1.242 sys-devel/llvm/ChangeLog
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.242&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.242&content-type=text/plain
160 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.241&r2=1.242
161
162 Index: ChangeLog
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
165 retrieving revision 1.241
166 retrieving revision 1.242
167 diff -u -r1.241 -r1.242
168 --- ChangeLog 29 May 2015 09:24:43 -0000 1.241
169 +++ ChangeLog 31 May 2015 09:45:07 -0000 1.242
170 @@ -1,6 +1,11 @@
171 # ChangeLog for sys-devel/llvm
172 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
173 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.241 2015/05/29 09:24:43 voyageur Exp $
174 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.242 2015/05/31 09:45:07 grobian Exp $
175 +
176 + 31 May 2015; Fabian Groffen <grobian@g.o> llvm-3.4.2.ebuild,
177 + llvm-3.5.2.ebuild, llvm-3.6.1.ebuild, llvm-9999.ebuild:
178 + Allow LLVM to compile itself. This is useful for Darwin, where LLVM is going
179 + to be the only compiler available by default.
180
181 29 May 2015; Bernard Cafarelli <voyageur@g.o> llvm-9999.ebuild:
182 Revert accidental commit on live ebuild, should fix #550608 and #550682