Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/icc: icc-13.1.3.163.ebuild ChangeLog icc-14.0.1.106.ebuild icc-13.1.2.146.ebuild icc-13.1.5.192.ebuild icc-13.0.1.117.ebuild icc-14.0.0.080.ebuild icc-13.0.0.079.ebuild
Date: Sat, 22 Mar 2014 12:28:54
Message-Id: 20140322122848.4EE482004F@flycatcher.gentoo.org
1 jlec 14/03/22 12:28:48
2
3 Modified: icc-13.1.3.163.ebuild ChangeLog
4 icc-14.0.1.106.ebuild icc-13.1.2.146.ebuild
5 icc-13.1.5.192.ebuild icc-13.0.1.117.ebuild
6 icc-14.0.0.080.ebuild icc-13.0.0.079.ebuild
7 Log:
8 dev-lang/icc: Fix multilib dependency for intel-commons dep
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
11
12 Revision Changes Path
13 1.2 dev-lang/icc/icc-13.1.3.163.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.1.3.163.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.1.3.163.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.1.3.163.ebuild?r1=1.1&r2=1.2
18
19 Index: icc-13.1.3.163.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.3.163.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- icc-13.1.3.163.ebuild 2 May 2013 14:17:35 -0000 1.1
26 +++ icc-13.1.3.163.ebuild 22 Mar 2014 12:28:48 -0000 1.2
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 +# Copyright 1999-2014 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.3.163.ebuild,v 1.1 2013/05/02 14:17:35 jlec Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.3.163.ebuild,v 1.2 2014/03/22 12:28:48 jlec Exp $
33
34 EAPI=5
35
36 @@ -20,7 +20,7 @@
37 DEPEND="
38 eclipse? ( dev-util/eclipse-sdk )"
39 RDEPEND="${DEPEND}
40 - ~dev-libs/intel-common-${PV}[compiler]"
41 + ~dev-libs/intel-common-${PV}[compiler,multilib=]"
42
43 INTEL_BIN_RPMS="compilerproc compilerproc-devel"
44 INTEL_DAT_RPMS="compilerproc-common"
45
46
47
48 1.100 dev-lang/icc/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/ChangeLog?rev=1.100&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/ChangeLog?rev=1.100&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/ChangeLog?r1=1.99&r2=1.100
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v
57 retrieving revision 1.99
58 retrieving revision 1.100
59 diff -u -r1.99 -r1.100
60 --- ChangeLog 21 Feb 2014 15:56:03 -0000 1.99
61 +++ ChangeLog 22 Mar 2014 12:28:48 -0000 1.100
62 @@ -1,6 +1,11 @@
63 # ChangeLog for dev-lang/icc
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.99 2014/02/21 15:56:03 jlec Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.100 2014/03/22 12:28:48 jlec Exp $
67 +
68 + 22 Mar 2014; Justin Lecher <jlec@g.o> icc-13.0.0.079.ebuild,
69 + icc-13.0.1.117.ebuild, icc-13.1.2.146.ebuild, icc-13.1.3.163.ebuild,
70 + icc-13.1.5.192.ebuild, icc-14.0.0.080.ebuild, icc-14.0.1.106.ebuild:
71 + Fix multilib dependency for intel-commons dep
72
73 *icc-14.0.1.106 (21 Feb 2014)
74
75
76
77
78 1.2 dev-lang/icc/icc-14.0.1.106.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-14.0.1.106.ebuild?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-14.0.1.106.ebuild?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-14.0.1.106.ebuild?r1=1.1&r2=1.2
83
84 Index: icc-14.0.1.106.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-14.0.1.106.ebuild,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- icc-14.0.1.106.ebuild 21 Feb 2014 15:56:03 -0000 1.1
91 +++ icc-14.0.1.106.ebuild 22 Mar 2014 12:28:48 -0000 1.2
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2014 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-14.0.1.106.ebuild,v 1.1 2014/02/21 15:56:03 jlec Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-14.0.1.106.ebuild,v 1.2 2014/03/22 12:28:48 jlec Exp $
97
98 EAPI=5
99
100 @@ -22,7 +22,7 @@
101 !dev-lang/ifc[linguas_ja]
102 eclipse? ( dev-util/eclipse-sdk )"
103 RDEPEND="${DEPEND}
104 - ~dev-libs/intel-common-${PV}[compiler]"
105 + ~dev-libs/intel-common-${PV}[compiler,multilib=]"
106
107 INTEL_BIN_RPMS="compilerproc compilerproc-devel"
108 INTEL_DAT_RPMS="compilerproc-common"
109
110
111
112 1.3 dev-lang/icc/icc-13.1.2.146.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild?rev=1.3&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild?rev=1.3&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild?r1=1.2&r2=1.3
117
118 Index: icc-13.1.2.146.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild,v
121 retrieving revision 1.2
122 retrieving revision 1.3
123 diff -u -r1.2 -r1.3
124 --- icc-13.1.2.146.ebuild 14 Feb 2013 15:20:06 -0000 1.2
125 +++ icc-13.1.2.146.ebuild 22 Mar 2014 12:28:48 -0000 1.3
126 @@ -1,6 +1,6 @@
127 -# Copyright 1999-2013 Gentoo Foundation
128 +# Copyright 1999-2014 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild,v 1.2 2013/02/14 15:20:06 jlec Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild,v 1.3 2014/03/22 12:28:48 jlec Exp $
132
133 EAPI=5
134
135 @@ -20,7 +20,7 @@
136 DEPEND="
137 eclipse? ( dev-util/eclipse-sdk )"
138 RDEPEND="${DEPEND}
139 - ~dev-libs/intel-common-${PV}[compiler]"
140 + ~dev-libs/intel-common-${PV}[compiler,multilib=]"
141
142 INTEL_BIN_RPMS="compilerproc compilerproc-devel"
143 INTEL_DAT_RPMS="compilerproc-common"
144
145
146
147 1.3 dev-lang/icc/icc-13.1.5.192.ebuild
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.1.5.192.ebuild?rev=1.3&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.1.5.192.ebuild?rev=1.3&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.1.5.192.ebuild?r1=1.2&r2=1.3
152
153 Index: icc-13.1.5.192.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.5.192.ebuild,v
156 retrieving revision 1.2
157 retrieving revision 1.3
158 diff -u -r1.2 -r1.3
159 --- icc-13.1.5.192.ebuild 10 Jul 2013 08:55:49 -0000 1.2
160 +++ icc-13.1.5.192.ebuild 22 Mar 2014 12:28:48 -0000 1.3
161 @@ -1,6 +1,6 @@
162 -# Copyright 1999-2013 Gentoo Foundation
163 +# Copyright 1999-2014 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.5.192.ebuild,v 1.2 2013/07/10 08:55:49 jlec Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.5.192.ebuild,v 1.3 2014/03/22 12:28:48 jlec Exp $
167
168 EAPI=5
169
170 @@ -21,7 +21,7 @@
171 !dev-lang/ifc[linguas_ja]
172 eclipse? ( dev-util/eclipse-sdk )"
173 RDEPEND="${DEPEND}
174 - ~dev-libs/intel-common-${PV}[compiler]"
175 + ~dev-libs/intel-common-${PV}[compiler,multilib=]"
176
177 INTEL_BIN_RPMS="compilerproc compilerproc-devel"
178 INTEL_DAT_RPMS="compilerproc-common"
179
180
181
182 1.3 dev-lang/icc/icc-13.0.1.117.ebuild
183
184 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.0.1.117.ebuild?rev=1.3&view=markup
185 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.0.1.117.ebuild?rev=1.3&content-type=text/plain
186 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.0.1.117.ebuild?r1=1.2&r2=1.3
187
188 Index: icc-13.0.1.117.ebuild
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.0.1.117.ebuild,v
191 retrieving revision 1.2
192 retrieving revision 1.3
193 diff -u -r1.2 -r1.3
194 --- icc-13.0.1.117.ebuild 14 Feb 2013 08:15:58 -0000 1.2
195 +++ icc-13.0.1.117.ebuild 22 Mar 2014 12:28:48 -0000 1.3
196 @@ -1,6 +1,6 @@
197 -# Copyright 1999-2013 Gentoo Foundation
198 +# Copyright 1999-2014 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.0.1.117.ebuild,v 1.2 2013/02/14 08:15:58 jlec Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.0.1.117.ebuild,v 1.3 2014/03/22 12:28:48 jlec Exp $
202
203 EAPI=4
204
205 @@ -20,7 +20,7 @@
206 DEPEND="
207 eclipse? ( dev-util/eclipse-sdk )"
208 RDEPEND="${DEPEND}
209 - ~dev-libs/intel-common-${PV}[compiler]"
210 + ~dev-libs/intel-common-${PV}[compiler,multilib=]"
211
212 INTEL_BIN_RPMS="compilerproc compilerproc-devel"
213 INTEL_DAT_RPMS="compilerproc-common"
214
215
216
217 1.2 dev-lang/icc/icc-14.0.0.080.ebuild
218
219 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-14.0.0.080.ebuild?rev=1.2&view=markup
220 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-14.0.0.080.ebuild?rev=1.2&content-type=text/plain
221 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-14.0.0.080.ebuild?r1=1.1&r2=1.2
222
223 Index: icc-14.0.0.080.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-14.0.0.080.ebuild,v
226 retrieving revision 1.1
227 retrieving revision 1.2
228 diff -u -r1.1 -r1.2
229 --- icc-14.0.0.080.ebuild 2 Oct 2013 13:05:24 -0000 1.1
230 +++ icc-14.0.0.080.ebuild 22 Mar 2014 12:28:48 -0000 1.2
231 @@ -1,6 +1,6 @@
232 -# Copyright 1999-2013 Gentoo Foundation
233 +# Copyright 1999-2014 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-14.0.0.080.ebuild,v 1.1 2013/10/02 13:05:24 jlec Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-14.0.0.080.ebuild,v 1.2 2014/03/22 12:28:48 jlec Exp $
237
238 EAPI=5
239
240 @@ -22,7 +22,7 @@
241 !dev-lang/ifc[linguas_ja]
242 eclipse? ( dev-util/eclipse-sdk )"
243 RDEPEND="${DEPEND}
244 - ~dev-libs/intel-common-${PV}[compiler]"
245 + ~dev-libs/intel-common-${PV}[compiler,multilib=]"
246
247 INTEL_BIN_RPMS="compilerproc compilerproc-devel"
248 INTEL_DAT_RPMS="compilerproc-common"
249
250
251
252 1.3 dev-lang/icc/icc-13.0.0.079.ebuild
253
254 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.0.0.079.ebuild?rev=1.3&view=markup
255 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.0.0.079.ebuild?rev=1.3&content-type=text/plain
256 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.0.0.079.ebuild?r1=1.2&r2=1.3
257
258 Index: icc-13.0.0.079.ebuild
259 ===================================================================
260 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.0.0.079.ebuild,v
261 retrieving revision 1.2
262 retrieving revision 1.3
263 diff -u -r1.2 -r1.3
264 --- icc-13.0.0.079.ebuild 14 Feb 2013 08:15:58 -0000 1.2
265 +++ icc-13.0.0.079.ebuild 22 Mar 2014 12:28:48 -0000 1.3
266 @@ -1,6 +1,6 @@
267 -# Copyright 1999-2013 Gentoo Foundation
268 +# Copyright 1999-2014 Gentoo Foundation
269 # Distributed under the terms of the GNU General Public License v2
270 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.0.0.079.ebuild,v 1.2 2013/02/14 08:15:58 jlec Exp $
271 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.0.0.079.ebuild,v 1.3 2014/03/22 12:28:48 jlec Exp $
272
273 EAPI=4
274
275 @@ -20,7 +20,7 @@
276 DEPEND="
277 eclipse? ( dev-util/eclipse-sdk )"
278 RDEPEND="${DEPEND}
279 - ~dev-libs/intel-common-${PV}[compiler]"
280 + ~dev-libs/intel-common-${PV}[compiler,multilib=]"
281
282 INTEL_BIN_RPMS="compilerproc compilerproc-devel"
283 INTEL_DAT_RPMS="compilerproc-common"