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.51.0-r1.ebuild ChangeLog
Date: Thu, 01 Nov 2012 15:22:01
Message-Id: 20121101152139.B09EB21600@flycatcher.gentoo.org
1 flameeyes 12/11/01 15:21:39
2
3 Modified: boost-1.51.0-r1.ebuild ChangeLog
4 Log:
5 Fix removal of python headers.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
8
9 Revision Changes Path
10 1.2 dev-libs/boost/boost-1.51.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.51.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.51.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.51.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: boost-1.51.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.51.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- boost-1.51.0-r1.ebuild 31 Oct 2012 16:32:25 -0000 1.1
23 +++ boost-1.51.0-r1.ebuild 1 Nov 2012 15:21:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.51.0-r1.ebuild,v 1.1 2012/10/31 16:32:25 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.51.0-r1.ebuild,v 1.2 2012/11/01 15:21:39 flameeyes Exp $
29
30 EAPI="5"
31 PYTHON_DEPEND="python? *"
32 @@ -272,7 +272,7 @@
33 installation
34 fi
35
36 - use python || rm -rf "${D}usr/include/boost"/python* || die
37 + use python || rm -rf "${D}usr/include/boost-${MAJOR_PV}/boost"/python* || die
38
39 if use doc; then
40 find libs/*/* -iname "test" -or -iname "src" | xargs rm -rf
41
42
43
44 1.273 dev-libs/boost/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.273&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.273&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.272&r2=1.273
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
53 retrieving revision 1.272
54 retrieving revision 1.273
55 diff -u -r1.272 -r1.273
56 --- ChangeLog 1 Nov 2012 15:17:23 -0000 1.272
57 +++ ChangeLog 1 Nov 2012 15:21:39 -0000 1.273
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-libs/boost
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.272 2012/11/01 15:17:23 flameeyes Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.273 2012/11/01 15:21:39 flameeyes Exp $
63 +
64 + 01 Nov 2012; Diego E. Pettenò <flameeyes@g.o> boost-1.51.0-r1.ebuild:
65 + Fix removal of python headers.
66
67 01 Nov 2012; Diego E. Pettenò <flameeyes@g.o> boost-1.46.1-r1.ebuild,
68 boost-1.49.0-r2.ebuild: