Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.46.1-r1.ebuild boost-1.49.0-r2.ebuild ChangeLog
Date: Thu, 01 Nov 2012 15:17:46
Message-Id: 20121101151723.576FB21600@flycatcher.gentoo.org
1 flameeyes 12/11/01 15:17:23
2
3 Modified: boost-1.46.1-r1.ebuild boost-1.49.0-r2.ebuild
4 ChangeLog
5 Log:
6 Make these depend on a glibc before 2.16 as their headers won't work otherwise.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
9
10 Revision Changes Path
11 1.9 dev-libs/boost/boost-1.46.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild?r1=1.8&r2=1.9
16
17 Index: boost-1.46.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- boost-1.46.1-r1.ebuild 31 Oct 2012 16:32:25 -0000 1.8
24 +++ boost-1.46.1-r1.ebuild 1 Nov 2012 15:17:23 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild,v 1.8 2012/10/31 16:32:25 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild,v 1.9 2012/11/01 15:17:23 flameeyes Exp $
30
31 EAPI="2"
32
33 @@ -22,8 +22,8 @@
34 mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
35 sys-libs/zlib
36 python? ( dev-lang/python )
37 - !!<=dev-libs/boost-1.35.0-r2
38 - >=app-admin/eselect-boost-0.3"
39 + >=app-admin/eselect-boost-0.3
40 + elibc_glibc? ( <sys-libs/glibc-2.16 )"
41 DEPEND="${RDEPEND}
42 =dev-util/boost-build-${MAJOR_V}*"
43
44
45
46
47 1.2 dev-libs/boost/boost-1.49.0-r2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.49.0-r2.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.49.0-r2.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.49.0-r2.ebuild?r1=1.1&r2=1.2
52
53 Index: boost-1.49.0-r2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0-r2.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- boost-1.49.0-r2.ebuild 31 Oct 2012 21:36:31 -0000 1.1
60 +++ boost-1.49.0-r2.ebuild 1 Nov 2012 15:17:23 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0-r2.ebuild,v 1.1 2012/10/31 21:36:31 flameeyes Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0-r2.ebuild,v 1.2 2012/11/01 15:17:23 flameeyes Exp $
66
67 EAPI="4"
68 PYTHON_DEPEND="python? *"
69 @@ -24,7 +24,8 @@
70 RDEPEND="icu? ( >=dev-libs/icu-3.3 )
71 mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) )
72 sys-libs/zlib
73 - !app-admin/eselect-boost"
74 + !app-admin/eselect-boost
75 + elibc_glibc? ( <sys-libs/glibc-2.16 )"
76 DEPEND="${RDEPEND}
77 =dev-util/boost-build-${MAJOR_V}*"
78
79
80
81
82 1.272 dev-libs/boost/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.272&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.272&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.271&r2=1.272
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
91 retrieving revision 1.271
92 retrieving revision 1.272
93 diff -u -r1.271 -r1.272
94 --- ChangeLog 31 Oct 2012 21:36:31 -0000 1.271
95 +++ ChangeLog 1 Nov 2012 15:17:23 -0000 1.272
96 @@ -1,6 +1,11 @@
97 # ChangeLog for dev-libs/boost
98 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.271 2012/10/31 21:36:31 flameeyes Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.272 2012/11/01 15:17:23 flameeyes Exp $
101 +
102 + 01 Nov 2012; Diego E. Pettenò <flameeyes@g.o> boost-1.46.1-r1.ebuild,
103 + boost-1.49.0-r2.ebuild:
104 + Make these depend on a glibc before 2.16 as their headers won't work
105 + otherwise.
106
107 *boost-1.49.0-r2 (31 Oct 2012)