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-util/boost-build: boost-build-1.57.0.ebuild boost-build-1.55.0-r1.ebuild boost-build-1.56.0.ebuild boost-build-1.55.0.ebuild ChangeLog
Date: Fri, 27 Feb 2015 09:26:42
Message-Id: 20150227092639.059AF12A78@oystercatcher.gentoo.org
1 pinkbyte 15/02/27 09:26:39
2
3 Modified: boost-build-1.57.0.ebuild
4 boost-build-1.55.0-r1.ebuild
5 boost-build-1.56.0.ebuild boost-build-1.55.0.ebuild
6 ChangeLog
7 Log:
8 Fix building on Gentoo Prefix on AIX, wrt bug #515102. Thanks to Michael Haubenwallner
9
10 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
11
12 Revision Changes Path
13 1.2 dev-util/boost-build/boost-build-1.57.0.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.57.0.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.57.0.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.57.0.ebuild?r1=1.1&r2=1.2
18
19 Index: boost-build-1.57.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.57.0.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- boost-build-1.57.0.ebuild 18 Feb 2015 19:29:52 -0000 1.1
26 +++ boost-build-1.57.0.ebuild 27 Feb 2015 09:26:38 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.57.0.ebuild,v 1.1 2015/02/18 19:29:52 pinkbyte Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.57.0.ebuild,v 1.2 2015/02/27 09:26:38 pinkbyte Exp $
32
33 EAPI="5"
34
35 @@ -48,7 +48,8 @@
36 "${FILESDIR}/${PN}-1.50.0-respect-c_ld-flags.patch" \
37 "${FILESDIR}/${PN}-1.49.0-darwin-gentoo-toolchain.patch" \
38 "${FILESDIR}/${PN}-1.52.0-darwin-no-python-framework.patch" \
39 - "${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch"
40 + "${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch" \
41 + "${FILESDIR}/${PN}-1.55.0-ppc-aix.patch"
42
43 pushd ../ &>/dev/null || die
44 epatch "${FILESDIR}/${PN}-1.54.0-fix-test.patch"
45
46
47
48 1.4 dev-util/boost-build/boost-build-1.55.0-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild?rev=1.4&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild?rev=1.4&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild?r1=1.3&r2=1.4
53
54 Index: boost-build-1.55.0-r1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild,v
57 retrieving revision 1.3
58 retrieving revision 1.4
59 diff -u -r1.3 -r1.4
60 --- boost-build-1.55.0-r1.ebuild 1 Jan 2015 03:30:46 -0000 1.3
61 +++ boost-build-1.55.0-r1.ebuild 27 Feb 2015 09:26:38 -0000 1.4
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild,v 1.3 2015/01/01 03:30:46 patrick Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild,v 1.4 2015/02/27 09:26:38 pinkbyte Exp $
67
68 EAPI="5"
69
70 @@ -49,7 +49,8 @@
71 "${FILESDIR}/${PN}-1.49.0-darwin-gentoo-toolchain.patch" \
72 "${FILESDIR}/${PN}-1.52.0-darwin-no-python-framework.patch" \
73 "${FILESDIR}/${PN}-1.54.0-fix-test.patch" \
74 - "${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch"
75 + "${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch" \
76 + "${FILESDIR}/${PN}-1.55.0-ppc-aix.patch"
77
78 # Remove stripping option
79 # Fix python components build on multilib systems, bug #496446
80
81
82
83 1.5 dev-util/boost-build/boost-build-1.56.0.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild?rev=1.5&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild?rev=1.5&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild?r1=1.4&r2=1.5
88
89 Index: boost-build-1.56.0.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild,v
92 retrieving revision 1.4
93 retrieving revision 1.5
94 diff -u -r1.4 -r1.5
95 --- boost-build-1.56.0.ebuild 1 Jan 2015 03:30:46 -0000 1.4
96 +++ boost-build-1.56.0.ebuild 27 Feb 2015 09:26:38 -0000 1.5
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2015 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild,v 1.4 2015/01/01 03:30:46 patrick Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild,v 1.5 2015/02/27 09:26:38 pinkbyte Exp $
102
103 EAPI="5"
104
105 @@ -48,7 +48,8 @@
106 "${FILESDIR}/${PN}-1.50.0-respect-c_ld-flags.patch" \
107 "${FILESDIR}/${PN}-1.49.0-darwin-gentoo-toolchain.patch" \
108 "${FILESDIR}/${PN}-1.52.0-darwin-no-python-framework.patch" \
109 - "${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch"
110 + "${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch" \
111 + "${FILESDIR}/${PN}-1.55.0-ppc-aix.patch"
112
113 pushd ../ &>/dev/null || die
114 epatch "${FILESDIR}/${PN}-1.54.0-fix-test.patch"
115
116
117
118 1.10 dev-util/boost-build/boost-build-1.55.0.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild?rev=1.10&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild?rev=1.10&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild?r1=1.9&r2=1.10
123
124 Index: boost-build-1.55.0.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v
127 retrieving revision 1.9
128 retrieving revision 1.10
129 diff -u -r1.9 -r1.10
130 --- boost-build-1.55.0.ebuild 2 Jan 2015 13:45:19 -0000 1.9
131 +++ boost-build-1.55.0.ebuild 27 Feb 2015 09:26:38 -0000 1.10
132 @@ -1,6 +1,6 @@
133 # Copyright 1999-2015 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v 1.9 2015/01/02 13:45:19 ago Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v 1.10 2015/02/27 09:26:38 pinkbyte Exp $
137
138 EAPI="5"
139 PYTHON_DEPEND="python? 2"
140 @@ -47,7 +47,8 @@
141 "${FILESDIR}/${PN}-1.49.0-darwin-gentoo-toolchain.patch" \
142 "${FILESDIR}/${PN}-1.52.0-darwin-no-python-framework.patch" \
143 "${FILESDIR}/${PN}-1.54.0-fix-test.patch" \
144 - "${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch"
145 + "${FILESDIR}/${PN}-1.54.0-support_dots_in_python-buildid.patch" \
146 + "${FILESDIR}/${PN}-1.55.0-ppc-aix.patch"
147
148 # Remove stripping option
149 # Fix python components build on multilib systems, bug #496446
150
151
152
153 1.138 dev-util/boost-build/ChangeLog
154
155 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.138&view=markup
156 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.138&content-type=text/plain
157 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/ChangeLog?r1=1.137&r2=1.138
158
159 Index: ChangeLog
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v
162 retrieving revision 1.137
163 retrieving revision 1.138
164 diff -u -r1.137 -r1.138
165 --- ChangeLog 18 Feb 2015 19:29:52 -0000 1.137
166 +++ ChangeLog 27 Feb 2015 09:26:38 -0000 1.138
167 @@ -1,6 +1,12 @@
168 # ChangeLog for dev-util/boost-build
169 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
170 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.137 2015/02/18 19:29:52 pinkbyte Exp $
171 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.138 2015/02/27 09:26:38 pinkbyte Exp $
172 +
173 + 27 Feb 2015; Sergey Popov <pinkbyte@g.o> boost-build-1.55.0.ebuild,
174 + boost-build-1.55.0-r1.ebuild, boost-build-1.56.0.ebuild,
175 + boost-build-1.57.0.ebuild, +files/boost-build-1.55.0-ppc-aix.patch:
176 + Fix building on Gentoo Prefix on AIX, wrt bug #515102. Thanks to Michael
177 + Haubenwallner
178
179 *boost-build-1.57.0 (18 Feb 2015)