Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost: ChangeLog boost-1.53.0.ebuild boost-1.54.0.ebuild
Date: Tue, 27 Aug 2013 11:41:34
Message-Id: 20130827114129.972C02004C@flycatcher.gentoo.org
1 pinkbyte 13/08/27 11:41:29
2
3 Modified: ChangeLog boost-1.53.0.ebuild boost-1.54.0.ebuild
4 Log:
5 Fix building with USE='tools', wrt bug #459112
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.296 dev-libs/boost/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.296&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.296&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.295&r2=1.296
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
19 retrieving revision 1.295
20 retrieving revision 1.296
21 diff -u -r1.295 -r1.296
22 --- ChangeLog 27 Aug 2013 08:47:26 -0000 1.295
23 +++ ChangeLog 27 Aug 2013 11:41:29 -0000 1.296
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/boost
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.295 2013/08/27 08:47:26 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.296 2013/08/27 11:41:29 pinkbyte Exp $
29 +
30 + 27 Aug 2013; Sergey Popov <pinkbyte@g.o> boost-1.53.0.ebuild,
31 + +files/boost-1.53.0-library_status.patch, boost-1.54.0.ebuild:
32 + Fix building with USE='tools', wrt bug #459112
33
34 *boost-1.54.0 (27 Aug 2013)
35
36
37
38
39 1.6 dev-libs/boost/boost-1.53.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0.ebuild?r1=1.5&r2=1.6
44
45 Index: boost-1.53.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- boost-1.53.0.ebuild 10 Jul 2013 11:54:02 -0000 1.5
52 +++ boost-1.53.0.ebuild 27 Aug 2013 11:41:29 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0.ebuild,v 1.5 2013/07/10 11:54:02 pinkbyte Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0.ebuild,v 1.6 2013/08/27 11:41:29 pinkbyte Exp $
58
59 EAPI="5"
60 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
61 @@ -69,7 +69,8 @@
62 "${FILESDIR}/${PN}-1.48.0-no_strict_aliasing_python2.patch" \
63 "${FILESDIR}/${PN}-1.48.0-disable_libboost_python3.patch" \
64 "${FILESDIR}/${PN}-1.48.0-python_linking.patch" \
65 - "${FILESDIR}/${PN}-1.48.0-disable_icu_rpath.patch"
66 + "${FILESDIR}/${PN}-1.48.0-disable_icu_rpath.patch" \
67 + "${FILESDIR}/${PN}-1.53.0-library_status.patch" # bug 459112
68
69 # Avoid a patch for now
70 for file in libs/context/src/asm/*.S; do
71
72
73
74 1.2 dev-libs/boost/boost-1.54.0.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.54.0.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.54.0.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.54.0.ebuild?r1=1.1&r2=1.2
79
80 Index: boost-1.54.0.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- boost-1.54.0.ebuild 27 Aug 2013 08:47:26 -0000 1.1
87 +++ boost-1.54.0.ebuild 27 Aug 2013 11:41:29 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0.ebuild,v 1.1 2013/08/27 08:47:26 pinkbyte Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0.ebuild,v 1.2 2013/08/27 11:41:29 pinkbyte Exp $
93
94 EAPI="5"
95 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
96 @@ -69,7 +69,8 @@
97 "${FILESDIR}/${PN}-1.48.0-no_strict_aliasing_python2.patch" \
98 "${FILESDIR}/${PN}-1.48.0-disable_libboost_python3.patch" \
99 "${FILESDIR}/${PN}-1.48.0-python_linking.patch" \
100 - "${FILESDIR}/${PN}-1.48.0-disable_icu_rpath.patch"
101 + "${FILESDIR}/${PN}-1.48.0-disable_icu_rpath.patch" \
102 + "${FILESDIR}/${PN}-1.53.0-library_status.patch" # bug 459112
103
104 # Avoid a patch for now
105 for file in libs/context/src/asm/*.S; do