Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.39.0.ebuild boost-1.42.0-r2.ebuild boost-1.37.0-r1.ebuild ChangeLog boost-1.45.0.ebuild boost-1.42.0-r1.ebuild boost-1.35.0-r2.ebuild boost-1.35.0-r5.ebuild boost-1.41.0-r3.ebuild boost-1.42.0.ebuild boost-1.46.1.ebuild
Date: Tue, 05 Apr 2011 05:23:39
Message-Id: 20110405052328.68B4920054@flycatcher.gentoo.org
1 ulm 11/04/05 05:23:28
2
3 Modified: boost-1.39.0.ebuild boost-1.42.0-r2.ebuild
4 boost-1.37.0-r1.ebuild ChangeLog
5 boost-1.45.0.ebuild boost-1.42.0-r1.ebuild
6 boost-1.35.0-r2.ebuild boost-1.35.0-r5.ebuild
7 boost-1.41.0-r3.ebuild boost-1.42.0.ebuild
8 boost-1.46.1.ebuild
9 Log:
10 Depend on dev-lang/python because virtual/python will go away, bug 358849.
11
12 (Portage version: 2.1.9.45/cvs/Linux x86_64)
13
14 Revision Changes Path
15 1.11 dev-libs/boost/boost-1.39.0.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.39.0.ebuild?rev=1.11&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.39.0.ebuild?rev=1.11&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.39.0.ebuild?r1=1.10&r2=1.11
20
21 Index: boost-1.39.0.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.39.0.ebuild,v
24 retrieving revision 1.10
25 retrieving revision 1.11
26 diff -u -r1.10 -r1.11
27 --- boost-1.39.0.ebuild 17 Jun 2010 14:39:18 -0000 1.10
28 +++ boost-1.39.0.ebuild 5 Apr 2011 05:23:28 -0000 1.11
29 @@ -1,6 +1,6 @@
30 -# Copyright 1999-2010 Gentoo Foundation
31 +# Copyright 1999-2011 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.39.0.ebuild,v 1.10 2010/06/17 14:39:18 jsbronder Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.39.0.ebuild,v 1.11 2011/04/05 05:23:28 ulm Exp $
35
36 EAPI="2"
37
38 @@ -24,7 +24,7 @@
39 expat? ( dev-libs/expat )
40 mpi? ( sys-cluster/openmpi[cxx] )
41 sys-libs/zlib
42 - python? ( virtual/python )
43 + python? ( dev-lang/python )
44 !!<=dev-libs/boost-1.35.0-r2
45 >=app-admin/eselect-boost-0.3"
46 DEPEND="${RDEPEND}
47
48
49
50 1.10 dev-libs/boost/boost-1.42.0-r2.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild?rev=1.10&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild?rev=1.10&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild?r1=1.9&r2=1.10
55
56 Index: boost-1.42.0-r2.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild,v
59 retrieving revision 1.9
60 retrieving revision 1.10
61 diff -u -r1.9 -r1.10
62 --- boost-1.42.0-r2.ebuild 13 Mar 2011 00:55:29 -0000 1.9
63 +++ boost-1.42.0-r2.ebuild 5 Apr 2011 05:23:28 -0000 1.10
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2011 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild,v 1.9 2011/03/13 00:55:29 maekke Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild,v 1.10 2011/04/05 05:23:28 ulm Exp $
69
70 EAPI="2"
71
72 @@ -20,7 +20,7 @@
73 RDEPEND="icu? ( >=dev-libs/icu-3.3 )
74 mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
75 sys-libs/zlib
76 - python? ( virtual/python )
77 + python? ( dev-lang/python )
78 !!<=dev-libs/boost-1.35.0-r2
79 >=app-admin/eselect-boost-0.3"
80 DEPEND="${RDEPEND}
81 @@ -312,9 +312,9 @@
82 if use mpi ; then
83 if use static-libs ; then
84 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
85 - else
86 + else
87 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
88 - fi
89 + fi
90 for lib in ${MPI_LIBS} ; do
91 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
92 done
93 @@ -323,9 +323,9 @@
94 if use debug ; then
95 if use static-libs ; then
96 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a"
97 - else
98 + else
99 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)"
100 - fi
101 + fi
102
103 for lib in ${THREAD_DEBUG_LIBS} ; do
104 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
105 @@ -334,7 +334,7 @@
106 if use mpi ; then
107 if use static-libs ; then
108 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
109 - else
110 + else
111 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
112 fi
113
114
115
116
117 1.17 dev-libs/boost/boost-1.37.0-r1.ebuild
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild?rev=1.17&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild?rev=1.17&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild?r1=1.16&r2=1.17
122
123 Index: boost-1.37.0-r1.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v
126 retrieving revision 1.16
127 retrieving revision 1.17
128 diff -u -r1.16 -r1.17
129 --- boost-1.37.0-r1.ebuild 17 Jun 2010 14:39:18 -0000 1.16
130 +++ boost-1.37.0-r1.ebuild 5 Apr 2011 05:23:28 -0000 1.17
131 @@ -1,6 +1,6 @@
132 -# Copyright 1999-2010 Gentoo Foundation
133 +# Copyright 1999-2011 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.16 2010/06/17 14:39:18 jsbronder Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.37.0-r1.ebuild,v 1.17 2011/04/05 05:23:28 ulm Exp $
137
138 EAPI="2"
139
140 @@ -24,7 +24,7 @@
141 expat? ( dev-libs/expat )
142 mpi? ( sys-cluster/openmpi[cxx] )
143 sys-libs/zlib
144 - python? ( virtual/python )
145 + python? ( dev-lang/python )
146 !!<=dev-libs/boost-1.35.0-r2
147 >=app-admin/eselect-boost-0.3"
148 DEPEND="${RDEPEND}
149
150
151
152 1.218 dev-libs/boost/ChangeLog
153
154 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.218&view=markup
155 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.218&content-type=text/plain
156 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.217&r2=1.218
157
158 Index: ChangeLog
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
161 retrieving revision 1.217
162 retrieving revision 1.218
163 diff -u -r1.217 -r1.218
164 --- ChangeLog 22 Mar 2011 16:25:54 -0000 1.217
165 +++ ChangeLog 5 Apr 2011 05:23:28 -0000 1.218
166 @@ -1,6 +1,12 @@
167 # ChangeLog for dev-libs/boost
168 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
169 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.217 2011/03/22 16:25:54 hwoarang Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.218 2011/04/05 05:23:28 ulm Exp $
171 +
172 + 05 Apr 2011; Ulrich Mueller <ulm@g.o> boost-1.35.0-r2.ebuild,
173 + boost-1.35.0-r5.ebuild, boost-1.37.0-r1.ebuild, boost-1.39.0.ebuild,
174 + boost-1.41.0-r3.ebuild, boost-1.42.0.ebuild, boost-1.42.0-r1.ebuild,
175 + boost-1.42.0-r2.ebuild, boost-1.45.0.ebuild, boost-1.46.1.ebuild:
176 + Depend on dev-lang/python because virtual/python will go away, bug 358849.
177
178 22 Mar 2011; Markos Chandras <hwoarang@g.o> boost-1.46.1.ebuild:
179 Add lambda patch back
180
181
182
183 1.6 dev-libs/boost/boost-1.45.0.ebuild
184
185 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild?rev=1.6&view=markup
186 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild?rev=1.6&content-type=text/plain
187 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild?r1=1.5&r2=1.6
188
189 Index: boost-1.45.0.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild,v
192 retrieving revision 1.5
193 retrieving revision 1.6
194 diff -u -r1.5 -r1.6
195 --- boost-1.45.0.ebuild 21 Jan 2011 12:04:30 -0000 1.5
196 +++ boost-1.45.0.ebuild 5 Apr 2011 05:23:28 -0000 1.6
197 @@ -1,6 +1,6 @@
198 # Copyright 1999-2011 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild,v 1.5 2011/01/21 12:04:30 hwoarang Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild,v 1.6 2011/04/05 05:23:28 ulm Exp $
202
203 EAPI="2"
204
205 @@ -20,7 +20,7 @@
206 RDEPEND="icu? ( >=dev-libs/icu-3.3 )
207 mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
208 sys-libs/zlib
209 - python? ( virtual/python )
210 + python? ( dev-lang/python )
211 !!<=dev-libs/boost-1.35.0-r2
212 >=app-admin/eselect-boost-0.3"
213 DEPEND="${RDEPEND}
214 @@ -306,9 +306,9 @@
215 if use mpi ; then
216 if use static-libs ; then
217 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
218 - else
219 + else
220 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
221 - fi
222 + fi
223 for lib in ${MPI_LIBS} ; do
224 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
225 done
226 @@ -317,9 +317,9 @@
227 if use debug ; then
228 if use static-libs ; then
229 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a"
230 - else
231 + else
232 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)"
233 - fi
234 + fi
235
236 for lib in ${THREAD_DEBUG_LIBS} ; do
237 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
238 @@ -328,7 +328,7 @@
239 if use mpi ; then
240 if use static-libs ; then
241 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
242 - else
243 + else
244 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
245 fi
246
247
248
249
250 1.3 dev-libs/boost/boost-1.42.0-r1.ebuild
251
252 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.42.0-r1.ebuild?rev=1.3&view=markup
253 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.42.0-r1.ebuild?rev=1.3&content-type=text/plain
254 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.42.0-r1.ebuild?r1=1.2&r2=1.3
255
256 Index: boost-1.42.0-r1.ebuild
257 ===================================================================
258 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r1.ebuild,v
259 retrieving revision 1.2
260 retrieving revision 1.3
261 diff -u -r1.2 -r1.3
262 --- boost-1.42.0-r1.ebuild 17 Jun 2010 14:39:18 -0000 1.2
263 +++ boost-1.42.0-r1.ebuild 5 Apr 2011 05:23:28 -0000 1.3
264 @@ -1,6 +1,6 @@
265 -# Copyright 1999-2010 Gentoo Foundation
266 +# Copyright 1999-2011 Gentoo Foundation
267 # Distributed under the terms of the GNU General Public License v2
268 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r1.ebuild,v 1.2 2010/06/17 14:39:18 jsbronder Exp $
269 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r1.ebuild,v 1.3 2011/04/05 05:23:28 ulm Exp $
270
271 EAPI="2"
272
273 @@ -20,7 +20,7 @@
274 RDEPEND="icu? ( >=dev-libs/icu-3.3 )
275 mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
276 sys-libs/zlib
277 - python? ( virtual/python )
278 + python? ( dev-lang/python )
279 !!<=dev-libs/boost-1.35.0-r2
280 >=app-admin/eselect-boost-0.3"
281 DEPEND="${RDEPEND}
282 @@ -311,9 +311,9 @@
283 if use mpi ; then
284 if use static-libs ; then
285 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
286 - else
287 + else
288 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
289 - fi
290 + fi
291 for lib in ${MPI_LIBS} ; do
292 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
293 done
294 @@ -322,9 +322,9 @@
295 if use debug ; then
296 if use static-libs ; then
297 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a"
298 - else
299 + else
300 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)"
301 - fi
302 + fi
303
304 for lib in ${THREAD_DEBUG_LIBS} ; do
305 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
306 @@ -333,7 +333,7 @@
307 if use mpi ; then
308 if use static-libs ; then
309 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
310 - else
311 + else
312 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
313 fi
314
315
316
317
318 1.16 dev-libs/boost/boost-1.35.0-r2.ebuild
319
320 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild?rev=1.16&view=markup
321 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild?rev=1.16&content-type=text/plain
322 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild?r1=1.15&r2=1.16
323
324 Index: boost-1.35.0-r2.ebuild
325 ===================================================================
326 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v
327 retrieving revision 1.15
328 retrieving revision 1.16
329 diff -u -r1.15 -r1.16
330 --- boost-1.35.0-r2.ebuild 25 Apr 2010 18:28:14 -0000 1.15
331 +++ boost-1.35.0-r2.ebuild 5 Apr 2011 05:23:28 -0000 1.16
332 @@ -1,6 +1,6 @@
333 -# Copyright 1999-2010 Gentoo Foundation
334 +# Copyright 1999-2011 Gentoo Foundation
335 # Distributed under the terms of the GNU General Public License v2
336 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.15 2010/04/25 18:28:14 arfrever Exp $
337 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r2.ebuild,v 1.16 2011/04/05 05:23:28 ulm Exp $
338
339 inherit python flag-o-matic multilib toolchain-funcs versionator check-reqs
340
341 @@ -21,7 +21,7 @@
342 expat? ( dev-libs/expat )
343 mpi? ( || ( sys-cluster/openmpi sys-cluster/mpich2 ) )
344 sys-libs/zlib
345 - virtual/python"
346 + dev-lang/python"
347 DEPEND="${RDEPEND}
348 =dev-util/boost-build-${PV}-r1"
349
350
351
352
353 1.17 dev-libs/boost/boost-1.35.0-r5.ebuild
354
355 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild?rev=1.17&view=markup
356 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild?rev=1.17&content-type=text/plain
357 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild?r1=1.16&r2=1.17
358
359 Index: boost-1.35.0-r5.ebuild
360 ===================================================================
361 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v
362 retrieving revision 1.16
363 retrieving revision 1.17
364 diff -u -r1.16 -r1.17
365 --- boost-1.35.0-r5.ebuild 17 Jun 2010 14:39:18 -0000 1.16
366 +++ boost-1.35.0-r5.ebuild 5 Apr 2011 05:23:28 -0000 1.17
367 @@ -1,6 +1,6 @@
368 -# Copyright 1999-2010 Gentoo Foundation
369 +# Copyright 1999-2011 Gentoo Foundation
370 # Distributed under the terms of the GNU General Public License v2
371 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.16 2010/06/17 14:39:18 jsbronder Exp $
372 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.35.0-r5.ebuild,v 1.17 2011/04/05 05:23:28 ulm Exp $
373
374 EAPI="2"
375
376 @@ -24,7 +24,7 @@
377 expat? ( dev-libs/expat )
378 mpi? ( sys-cluster/openmpi[cxx] )
379 sys-libs/zlib
380 - python? ( virtual/python )
381 + python? ( dev-lang/python )
382 !!<=dev-libs/boost-1.35.0-r2
383 >=app-admin/eselect-boost-0.3"
384 DEPEND="${RDEPEND}
385
386
387
388 1.13 dev-libs/boost/boost-1.41.0-r3.ebuild
389
390 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.41.0-r3.ebuild?rev=1.13&view=markup
391 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.41.0-r3.ebuild?rev=1.13&content-type=text/plain
392 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.41.0-r3.ebuild?r1=1.12&r2=1.13
393
394 Index: boost-1.41.0-r3.ebuild
395 ===================================================================
396 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.41.0-r3.ebuild,v
397 retrieving revision 1.12
398 retrieving revision 1.13
399 diff -u -r1.12 -r1.13
400 --- boost-1.41.0-r3.ebuild 19 Sep 2010 17:46:46 -0000 1.12
401 +++ boost-1.41.0-r3.ebuild 5 Apr 2011 05:23:28 -0000 1.13
402 @@ -1,6 +1,6 @@
403 -# Copyright 1999-2010 Gentoo Foundation
404 +# Copyright 1999-2011 Gentoo Foundation
405 # Distributed under the terms of the GNU General Public License v2
406 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.41.0-r3.ebuild,v 1.12 2010/09/19 17:46:46 armin76 Exp $
407 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.41.0-r3.ebuild,v 1.13 2011/04/05 05:23:28 ulm Exp $
408
409 EAPI="2"
410
411 @@ -21,7 +21,7 @@
412 expat? ( dev-libs/expat )
413 mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
414 sys-libs/zlib
415 - python? ( virtual/python )
416 + python? ( dev-lang/python )
417 !!<=dev-libs/boost-1.35.0-r2
418 >=app-admin/eselect-boost-0.3"
419 DEPEND="${RDEPEND}
420
421
422
423 1.5 dev-libs/boost/boost-1.42.0.ebuild
424
425 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.42.0.ebuild?rev=1.5&view=markup
426 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.42.0.ebuild?rev=1.5&content-type=text/plain
427 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.42.0.ebuild?r1=1.4&r2=1.5
428
429 Index: boost-1.42.0.ebuild
430 ===================================================================
431 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0.ebuild,v
432 retrieving revision 1.4
433 retrieving revision 1.5
434 diff -u -r1.4 -r1.5
435 --- boost-1.42.0.ebuild 17 Jun 2010 14:39:18 -0000 1.4
436 +++ boost-1.42.0.ebuild 5 Apr 2011 05:23:28 -0000 1.5
437 @@ -1,6 +1,6 @@
438 -# Copyright 1999-2010 Gentoo Foundation
439 +# Copyright 1999-2011 Gentoo Foundation
440 # Distributed under the terms of the GNU General Public License v2
441 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0.ebuild,v 1.4 2010/06/17 14:39:18 jsbronder Exp $
442 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0.ebuild,v 1.5 2011/04/05 05:23:28 ulm Exp $
443
444 EAPI="2"
445
446 @@ -20,7 +20,7 @@
447 RDEPEND="icu? ( >=dev-libs/icu-3.3 )
448 mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
449 sys-libs/zlib
450 - python? ( virtual/python )
451 + python? ( dev-lang/python )
452 !!<=dev-libs/boost-1.35.0-r2
453 >=app-admin/eselect-boost-0.3"
454 DEPEND="${RDEPEND}
455 @@ -310,9 +310,9 @@
456 if use mpi ; then
457 if use static-libs ; then
458 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
459 - else
460 + else
461 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
462 - fi
463 + fi
464 for lib in ${MPI_LIBS} ; do
465 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
466 done
467 @@ -321,9 +321,9 @@
468 if use debug ; then
469 if use static-libs ; then
470 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a"
471 - else
472 + else
473 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)"
474 - fi
475 + fi
476
477 for lib in ${THREAD_DEBUG_LIBS} ; do
478 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
479 @@ -332,7 +332,7 @@
480 if use mpi ; then
481 if use static-libs ; then
482 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
483 - else
484 + else
485 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
486 fi
487
488
489
490
491 1.3 dev-libs/boost/boost-1.46.1.ebuild
492
493 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild?rev=1.3&view=markup
494 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild?rev=1.3&content-type=text/plain
495 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild?r1=1.2&r2=1.3
496
497 Index: boost-1.46.1.ebuild
498 ===================================================================
499 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild,v
500 retrieving revision 1.2
501 retrieving revision 1.3
502 diff -u -r1.2 -r1.3
503 --- boost-1.46.1.ebuild 22 Mar 2011 16:25:54 -0000 1.2
504 +++ boost-1.46.1.ebuild 5 Apr 2011 05:23:28 -0000 1.3
505 @@ -1,6 +1,6 @@
506 # Copyright 1999-2011 Gentoo Foundation
507 # Distributed under the terms of the GNU General Public License v2
508 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild,v 1.2 2011/03/22 16:25:54 hwoarang Exp $
509 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild,v 1.3 2011/04/05 05:23:28 ulm Exp $
510
511 EAPI="2"
512
513 @@ -20,7 +20,7 @@
514 RDEPEND="icu? ( >=dev-libs/icu-3.3 )
515 mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
516 sys-libs/zlib
517 - python? ( virtual/python )
518 + python? ( dev-lang/python )
519 !!<=dev-libs/boost-1.35.0-r2
520 >=app-admin/eselect-boost-0.3"
521 DEPEND="${RDEPEND}
522 @@ -311,9 +311,9 @@
523 if use mpi ; then
524 if use static-libs ; then
525 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}.a libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
526 - else
527 + else
528 MPI_LIBS="libboost_mpi-mt-${MAJOR_PV}$(get_libname)"
529 - fi
530 + fi
531 for lib in ${MPI_LIBS} ; do
532 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
533 done
534 @@ -322,9 +322,9 @@
535 if use debug ; then
536 if use static-libs ; then
537 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname) libboost_thread-mt-${MAJOR_PV}-debug.a"
538 - else
539 + else
540 THREAD_DEBUG_LIBS="libboost_thread-mt-${MAJOR_PV}-debug$(get_libname)"
541 - fi
542 + fi
543
544 for lib in ${THREAD_DEBUG_LIBS} ; do
545 dosym ${lib} "/usr/$(get_libdir)/$(sed -e 's/-mt//' <<< ${lib})" || die
546 @@ -333,7 +333,7 @@
547 if use mpi ; then
548 if use static-libs ; then
549 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug.a libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
550 - else
551 + else
552 MPI_DEBUG_LIBS="libboost_mpi-mt-${MAJOR_PV}-debug$(get_libname)"
553 fi