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-3.4.2.ebuild llvm-9999.ebuild llvm-3.5.1.ebuild llvm-3.5.0.ebuild ChangeLog
Date: Sat, 31 Jan 2015 19:48:17
Message-Id: 20150131194812.D38EFE16B@oystercatcher.gentoo.org
1 grobian 15/01/31 19:48:12
2
3 Modified: llvm-3.4.2.ebuild llvm-9999.ebuild
4 llvm-3.5.1.ebuild llvm-3.5.0.ebuild ChangeLog
5 Log:
6 Fixup previous commit, better set binutils-apple dependency in one place ...
7
8 (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
9
10 Revision Changes Path
11 1.9 sys-devel/llvm/llvm-3.4.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?r1=1.8&r2=1.9
16
17 Index: llvm-3.4.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- llvm-3.4.2.ebuild 31 Jan 2015 19:36:49 -0000 1.8
24 +++ llvm-3.4.2.ebuild 31 Jan 2015 19:48:12 -0000 1.9
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-3.4.2.ebuild,v 1.8 2015/01/31 19:36:49 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v 1.9 2015/01/31 19:48:12 grobian Exp $
30
31 EAPI=5
32
33 @@ -38,7 +38,6 @@
34 xml? ( dev-libs/libxml2:2= )
35 )
36 gold? ( >=sys-devel/binutils-2.22:*[cxx] )
37 - elibc_Darwin? ( >=sys-devel/binutils-apple-5.1 )
38 libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
39 ncurses? ( >=sys-libs/ncurses-5.9-r3:5=[${MULTILIB_USEDEP}] )
40 ocaml? ( dev-lang/ocaml:0= )
41 @@ -51,7 +50,7 @@
42 || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
43 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
44 )
45 - || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
46 + || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
47 clang? ( xml? ( virtual/pkgconfig ) )
48 doc? ( dev-python/sphinx )
49 libffi? ( virtual/pkgconfig )
50
51
52
53 1.101 sys-devel/llvm/llvm-9999.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.101&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.101&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.100&r2=1.101
58
59 Index: llvm-9999.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
62 retrieving revision 1.100
63 retrieving revision 1.101
64 diff -u -r1.100 -r1.101
65 --- llvm-9999.ebuild 31 Jan 2015 19:36:49 -0000 1.100
66 +++ llvm-9999.ebuild 31 Jan 2015 19:48:12 -0000 1.101
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2015 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.100 2015/01/31 19:36:49 grobian Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.101 2015/01/31 19:48:12 grobian Exp $
72
73 EAPI=5
74
75 @@ -32,7 +32,6 @@
76 )
77 xml? ( dev-libs/libxml2:2= )
78 )
79 - elibc_Darwin? ( >=sys-devel/binutils-apple-5.1 )
80 gold? ( >=sys-devel/binutils-2.22:*[cxx] )
81 libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
82 libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
83 @@ -48,7 +47,7 @@
84 || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
85 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
86 )
87 - || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
88 + || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
89 clang? ( xml? ( virtual/pkgconfig ) )
90 libffi? ( virtual/pkgconfig )
91 !!<dev-python/configparser-3.3.0.2
92
93
94
95 1.6 sys-devel/llvm/llvm-3.5.1.ebuild
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild?rev=1.6&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild?rev=1.6&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild?r1=1.5&r2=1.6
100
101 Index: llvm-3.5.1.ebuild
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v
104 retrieving revision 1.5
105 retrieving revision 1.6
106 diff -u -r1.5 -r1.6
107 --- llvm-3.5.1.ebuild 31 Jan 2015 19:36:49 -0000 1.5
108 +++ llvm-3.5.1.ebuild 31 Jan 2015 19:48:12 -0000 1.6
109 @@ -1,6 +1,6 @@
110 # Copyright 1999-2015 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v 1.5 2015/01/31 19:36:49 grobian Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v 1.6 2015/01/31 19:48:12 grobian Exp $
114
115 EAPI=5
116
117 @@ -35,7 +35,6 @@
118 xml? ( dev-libs/libxml2:2= )
119 )
120 gold? ( >=sys-devel/binutils-2.22:*[cxx] )
121 - elibc_Darwin? ( >=sys-devel/binutils-apple-5.1 )
122 libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
123 libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
124 ncurses? ( >=sys-libs/ncurses-5.9-r3:5=[${MULTILIB_USEDEP}] )
125 @@ -50,7 +49,7 @@
126 || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
127 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
128 )
129 - || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
130 + || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
131 clang? ( xml? ( virtual/pkgconfig ) )
132 doc? ( dev-python/sphinx )
133 libffi? ( virtual/pkgconfig )
134
135
136
137 1.13 sys-devel/llvm/llvm-3.5.0.ebuild
138
139 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.13&view=markup
140 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.13&content-type=text/plain
141 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?r1=1.12&r2=1.13
142
143 Index: llvm-3.5.0.ebuild
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v
146 retrieving revision 1.12
147 retrieving revision 1.13
148 diff -u -r1.12 -r1.13
149 --- llvm-3.5.0.ebuild 31 Jan 2015 16:42:19 -0000 1.12
150 +++ llvm-3.5.0.ebuild 31 Jan 2015 19:48:12 -0000 1.13
151 @@ -1,6 +1,6 @@
152 # Copyright 1999-2015 Gentoo Foundation
153 # Distributed under the terms of the GNU General Public License v2
154 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.12 2015/01/31 16:42:19 grobian Exp $
155 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.13 2015/01/31 19:48:12 grobian Exp $
156
157 EAPI=5
158
159 @@ -49,7 +49,7 @@
160 || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1
161 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
162 )
163 - || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
164 + || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
165 clang? ( xml? ( virtual/pkgconfig ) )
166 doc? ( dev-python/sphinx )
167 libffi? ( virtual/pkgconfig )
168
169
170
171 1.225 sys-devel/llvm/ChangeLog
172
173 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.225&view=markup
174 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.225&content-type=text/plain
175 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.224&r2=1.225
176
177 Index: ChangeLog
178 ===================================================================
179 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
180 retrieving revision 1.224
181 retrieving revision 1.225
182 diff -u -r1.224 -r1.225
183 --- ChangeLog 31 Jan 2015 19:36:49 -0000 1.224
184 +++ ChangeLog 31 Jan 2015 19:48:12 -0000 1.225
185 @@ -1,6 +1,10 @@
186 # ChangeLog for sys-devel/llvm
187 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
188 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.224 2015/01/31 19:36:49 grobian Exp $
189 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.225 2015/01/31 19:48:12 grobian Exp $
190 +
191 + 31 Jan 2015; Fabian Groffen <grobian@g.o> llvm-3.4.2.ebuild,
192 + llvm-3.5.0.ebuild, llvm-3.5.1.ebuild, llvm-9999.ebuild:
193 + Fixup previous commit, better set binutils-apple dependency in one place ...
194
195 31 Jan 2015; Fabian Groffen <grobian@g.o>
196 -files/clang-3.4-darwin_old_linker.patch, llvm-3.4.2.ebuild,