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.6.1.ebuild llvm-9999.ebuild llvm-3.5.2.ebuild ChangeLog
Date: Sun, 31 May 2015 14:38:49
Message-Id: 20150531143844.71483A0A@oystercatcher.gentoo.org
1 grobian 15/05/31 14:38:44
2
3 Modified: llvm-3.6.1.ebuild llvm-9999.ebuild
4 llvm-3.5.2.ebuild ChangeLog
5 Log:
6 Fix dependencies for Darwin: only 3.4 can be compiled with gcc-apple-4.2.1, later versions need Clang. We can compile 3.4 without libcxx, later versions need it on Darwin, so require it.
7
8 (Portage version: 2.2.14-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
9
10 Revision Changes Path
11 1.3 sys-devel/llvm/llvm-3.6.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?r1=1.2&r2=1.3
16
17 Index: llvm-3.6.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- llvm-3.6.1.ebuild 31 May 2015 09:45:07 -0000 1.2
24 +++ llvm-3.6.1.ebuild 31 May 2015 14:38:44 -0000 1.3
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.6.1.ebuild,v 1.2 2015/05/31 09:45:07 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.3 2015/05/31 14:38:44 grobian Exp $
30
31 EAPI=5
32
33 @@ -46,10 +46,11 @@
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 >=sys-devel/llvm-3.5
38 + || ( >=sys-devel/gcc-3.0 >=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 + kernel_Darwin? ( sys-libs/libcxx )
43 clang? ( xml? ( virtual/pkgconfig ) )
44 doc? ( dev-python/sphinx )
45 libffi? ( virtual/pkgconfig )
46
47
48
49 1.109 sys-devel/llvm/llvm-9999.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.109&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.109&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.108&r2=1.109
54
55 Index: llvm-9999.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
58 retrieving revision 1.108
59 retrieving revision 1.109
60 diff -u -r1.108 -r1.109
61 --- llvm-9999.ebuild 31 May 2015 09:45:07 -0000 1.108
62 +++ llvm-9999.ebuild 31 May 2015 14:38:44 -0000 1.109
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2015 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.108 2015/05/31 09:45:07 grobian Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.109 2015/05/31 14:38:44 grobian Exp $
68
69 EAPI=5
70
71 @@ -44,10 +44,11 @@
72 >=sys-devel/make-3.81
73 >=sys-devel/flex-2.5.4
74 >=sys-devel/bison-1.875d
75 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 >=sys-devel/llvm-3.5
76 + || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.5
77 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
78 )
79 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
80 + kernel_Darwin? ( sys-libs/libcxx )
81 clang? ( xml? ( virtual/pkgconfig ) )
82 libffi? ( virtual/pkgconfig )
83 !!<dev-python/configparser-3.3.0.2
84
85
86
87 1.4 sys-devel/llvm/llvm-3.5.2.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.4&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.4&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?r1=1.3&r2=1.4
92
93 Index: llvm-3.5.2.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v
96 retrieving revision 1.3
97 retrieving revision 1.4
98 diff -u -r1.3 -r1.4
99 --- llvm-3.5.2.ebuild 31 May 2015 09:45:07 -0000 1.3
100 +++ llvm-3.5.2.ebuild 31 May 2015 14:38:44 -0000 1.4
101 @@ -1,6 +1,6 @@
102 # Copyright 1999-2015 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.3 2015/05/31 09:45:07 grobian Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.4 2015/05/31 14:38:44 grobian Exp $
106
107 EAPI=5
108
109 @@ -46,10 +46,11 @@
110 >=sys-devel/make-3.81
111 >=sys-devel/flex-2.5.4
112 >=sys-devel/bison-1.875d
113 - || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 >=sys-devel/llvm-3.3
114 + || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.3
115 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
116 )
117 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
118 + kernel_Darwin? ( sys-libs/libcxx )
119 clang? ( xml? ( virtual/pkgconfig ) )
120 doc? ( dev-python/sphinx )
121 libffi? ( virtual/pkgconfig )
122
123
124
125 1.243 sys-devel/llvm/ChangeLog
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.243&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.243&content-type=text/plain
129 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.242&r2=1.243
130
131 Index: ChangeLog
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
134 retrieving revision 1.242
135 retrieving revision 1.243
136 diff -u -r1.242 -r1.243
137 --- ChangeLog 31 May 2015 09:45:07 -0000 1.242
138 +++ ChangeLog 31 May 2015 14:38:44 -0000 1.243
139 @@ -1,6 +1,12 @@
140 # ChangeLog for sys-devel/llvm
141 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
142 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.242 2015/05/31 09:45:07 grobian Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.243 2015/05/31 14:38:44 grobian Exp $
144 +
145 + 31 May 2015; Fabian Groffen <grobian@g.o> llvm-3.4.2.ebuild,
146 + llvm-3.5.2.ebuild, llvm-3.6.1.ebuild, llvm-9999.ebuild:
147 + Fix dependencies for Darwin: only 3.4 can be compiled with gcc-apple-4.2.1,
148 + later versions need Clang. We can compile 3.4 without libcxx, later versions
149 + need it on Darwin, so require it.
150
151 31 May 2015; Fabian Groffen <grobian@g.o> llvm-3.4.2.ebuild,
152 llvm-3.5.2.ebuild, llvm-3.6.1.ebuild, llvm-9999.ebuild: