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.56.0.ebuild
Date: Fri, 26 Sep 2014 08:01:32
Message-Id: 20140926080125.D866164E7@oystercatcher.gentoo.org
1 pinkbyte 14/09/26 08:01:25
2
3 Modified: ChangeLog boost-1.56.0.ebuild
4 Log:
5 Add workaround for building with USE=tools, wrt bug #522682
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.333 dev-libs/boost/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.333&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.333&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.332&r2=1.333
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
19 retrieving revision 1.332
20 retrieving revision 1.333
21 diff -u -r1.332 -r1.333
22 --- ChangeLog 4 Sep 2014 09:13:24 -0000 1.332
23 +++ ChangeLog 26 Sep 2014 08:01:25 -0000 1.333
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/boost
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.332 2014/09/04 09:13:24 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.333 2014/09/26 08:01:25 pinkbyte Exp $
29 +
30 + 26 Sep 2014; Sergey Popov <pinkbyte@g.o> boost-1.56.0.ebuild:
31 + Add workaround for building with USE=tools, wrt bug #522682
32
33 *boost-1.56.0 (04 Sep 2014)
34
35
36
37
38 1.2 dev-libs/boost/boost-1.56.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild?r1=1.1&r2=1.2
43
44 Index: boost-1.56.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- boost-1.56.0.ebuild 4 Sep 2014 09:13:24 -0000 1.1
51 +++ boost-1.56.0.ebuild 26 Sep 2014 08:01:25 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild,v 1.1 2014/09/04 09:13:24 pinkbyte Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0.ebuild,v 1.2 2014/09/26 08:01:25 pinkbyte Exp $
57
58 EAPI="5"
59 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
60 @@ -108,6 +108,10 @@
61 "${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch" \
62 "${FILESDIR}/${PN}-1.52.0-threads.patch"
63
64 + # Do not try to build missing 'wave' tool, bug #522682
65 + # Upstream bugreport - https://svn.boost.org/trac/boost/ticket/10507
66 + sed -i -e 's:wave/build//wave::' tools/Jamfile.v2 || die
67 +
68 epatch_user
69
70 multilib_copy_sources