Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.51.0.ebuild ChangeLog
Date: Tue, 30 Oct 2012 23:28:30
Message-Id: 20121030232810.65C7E21600@flycatcher.gentoo.org
1 floppym 12/10/30 23:28:10
2
3 Modified: boost-1.51.0.ebuild ChangeLog
4 Log:
5 Remove python_mod_optimize call; boost_1_51 does not exist in site-packages.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 dev-libs/boost/boost-1.51.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.51.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.51.0.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.ebuild?r1=1.1&r2=1.2
15
16 Index: boost-1.51.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.51.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- boost-1.51.0.ebuild 25 Oct 2012 22:28:45 -0000 1.1
23 +++ boost-1.51.0.ebuild 30 Oct 2012 23:28:10 -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.ebuild,v 1.1 2012/10/25 22:28:45 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.51.0.ebuild,v 1.2 2012/10/30 23:28:10 floppym Exp $
29
30 EAPI="5"
31 PYTHON_DEPEND="python? *"
32 @@ -592,30 +592,4 @@
33 else
34 [[ -e "${ROOT}/etc/eselect/boost/active" ]] && die -q "\"${ROOT}/etc/eselect/boost/active\" exists and isn't a symlink"
35 fi
36 -
37 - if use python; then
38 - if use mpi; then
39 - create_mpi.py() {
40 - echo "from boost_${MAJOR_PV}.mpi import *" > "${EROOT}$(python_get_sitedir -b)/mpi.py"
41 - }
42 - python_execute_function -q create_mpi.py
43 - fi
44 -
45 - python_mod_optimize boost_${MAJOR_PV} $(use mpi && echo mpi.py)
46 - fi
47 -}
48 -
49 -pkg_postrm() {
50 - if use python; then
51 - if use mpi; then
52 - delete_mpi.py() {
53 - if [[ "$(<"${EROOT}$(python_get_sitedir -b)/mpi.py")" == "from boost_${MAJOR_PV}.mpi import *" ]]; then
54 - rm -f "${EROOT}$(python_get_sitedir -b)/mpi.py"
55 - fi
56 - }
57 - python_execute_function -q delete_mpi.py
58 - fi
59 -
60 - python_mod_cleanup boost_${MAJOR_PV} $(use mpi && echo mpi.py)
61 - fi
62 }
63
64
65
66 1.268 dev-libs/boost/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.268&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.268&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.267&r2=1.268
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
75 retrieving revision 1.267
76 retrieving revision 1.268
77 diff -u -r1.267 -r1.268
78 --- ChangeLog 30 Oct 2012 23:11:53 -0000 1.267
79 +++ ChangeLog 30 Oct 2012 23:28:10 -0000 1.268
80 @@ -1,6 +1,9 @@
81 # ChangeLog for dev-libs/boost
82 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.267 2012/10/30 23:11:53 floppym Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.268 2012/10/30 23:28:10 floppym Exp $
85 +
86 + 30 Oct 2012; Mike Gilbert <floppym@g.o> boost-1.51.0.ebuild:
87 + Remove python_mod_optimize call; boost_1_51 does not exist in site-packages.
88
89 30 Oct 2012; Mike Gilbert <floppym@g.o> boost-1.48.0-r2.ebuild,
90 boost-1.49.0-r1.ebuild, boost-1.50.0-r2.ebuild: