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.48.0-r2.ebuild boost-1.50.0-r2.ebuild boost-1.49.0-r1.ebuild ChangeLog
Date: Tue, 30 Oct 2012 23:12:09
Message-Id: 20121030231153.683EE21600@flycatcher.gentoo.org
1 floppym 12/10/30 23:11:53
2
3 Modified: boost-1.48.0-r2.ebuild boost-1.50.0-r2.ebuild
4 boost-1.49.0-r1.ebuild ChangeLog
5 Log:
6 Revert changes made on 25 Oct.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.10 dev-libs/boost/boost-1.48.0-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.48.0-r2.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.48.0-r2.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.48.0-r2.ebuild?r1=1.9&r2=1.10
16
17 Index: boost-1.48.0-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.48.0-r2.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- boost-1.48.0-r2.ebuild 25 Oct 2012 22:04:33 -0000 1.9
24 +++ boost-1.48.0-r2.ebuild 30 Oct 2012 23:11:53 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.48.0-r2.ebuild,v 1.9 2012/10/25 22:04:33 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.48.0-r2.ebuild,v 1.10 2012/10/30 23:11:53 floppym Exp $
30
31 EAPI="4"
32 PYTHON_DEPEND="python? *"
33 @@ -612,14 +612,4 @@
34 elog "No active boost version found. Calling eselect to select one..."
35 eselect boost update || ewarn "eselect boost update failed."
36 fi
37 -
38 - if use python; then
39 - python_mod_optimize boost_${MAJOR_PV}
40 - fi
41 -}
42 -
43 -pkg_postrm() {
44 - if use python; then
45 - python_mod_cleanup boost_${MAJOR_PV}
46 - fi
47 }
48
49
50
51 1.4 dev-libs/boost/boost-1.50.0-r2.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.50.0-r2.ebuild?rev=1.4&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.50.0-r2.ebuild?rev=1.4&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.50.0-r2.ebuild?r1=1.3&r2=1.4
56
57 Index: boost-1.50.0-r2.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.50.0-r2.ebuild,v
60 retrieving revision 1.3
61 retrieving revision 1.4
62 diff -u -r1.3 -r1.4
63 --- boost-1.50.0-r2.ebuild 25 Oct 2012 22:04:33 -0000 1.3
64 +++ boost-1.50.0-r2.ebuild 30 Oct 2012 23:11:53 -0000 1.4
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2012 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.50.0-r2.ebuild,v 1.3 2012/10/25 22:04:33 floppym Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.50.0-r2.ebuild,v 1.4 2012/10/30 23:11:53 floppym Exp $
70
71 EAPI="4"
72 PYTHON_DEPEND="python? *"
73 @@ -569,7 +569,7 @@
74 popd 1>/dev/null
75
76 local python_module python_module_dir
77 - for python_module in mpi.py ; do
78 + for python_module in mpi.py mpi_debug.py ; do
79 for python_module_dir in "${ROOT}"usr/$(get_libdir)/python*/site-packages ; do
80 if [[ -e "${python_module_dir}/${python_module}" ]] ; then
81 rm "${python_module_dir}/${python_module}" || die -q "Unable to remove \"${python_module_dir}/${python_module}\""
82 @@ -577,7 +577,7 @@
83 done
84 done
85
86 - # Deprecated code for Boost <1.48.
87 + # Deprecated code for older versions of Boost.
88 local mod="mpi.so"
89 for moddir in "${ROOT}"/usr/$(get_libdir)/python*/site-packages ; do
90 if [ -L "${moddir}/${mod}" ] ; then
91 @@ -592,30 +592,4 @@
92 else
93 [[ -e "${ROOT}/etc/eselect/boost/active" ]] && die -q "\"${ROOT}/etc/eselect/boost/active\" exists and isn't a symlink"
94 fi
95 -
96 - if use python; then
97 - if use mpi; then
98 - create_mpi.py() {
99 - echo "from boost_${MAJOR_PV}.mpi import *" > "${EROOT}$(python_get_sitedir -b)/mpi.py"
100 - }
101 - python_execute_function -q create_mpi.py
102 - fi
103 -
104 - python_mod_optimize boost_${MAJOR_PV} $(use mpi && echo mpi.py)
105 - fi
106 -}
107 -
108 -pkg_postrm() {
109 - if use python; then
110 - if use mpi; then
111 - delete_mpi.py() {
112 - if [[ "$(<"${EROOT}$(python_get_sitedir -b)/mpi.py")" == "from boost_${MAJOR_PV}.mpi import *" ]]; then
113 - rm -f "${EROOT}$(python_get_sitedir -b)/mpi.py"
114 - fi
115 - }
116 - python_execute_function -q delete_mpi.py
117 - fi
118 -
119 - python_mod_cleanup boost_${MAJOR_PV} $(use mpi && echo mpi.py)
120 - fi
121 }
122
123
124
125 1.10 dev-libs/boost/boost-1.49.0-r1.ebuild
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.49.0-r1.ebuild?rev=1.10&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.49.0-r1.ebuild?rev=1.10&content-type=text/plain
129 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.49.0-r1.ebuild?r1=1.9&r2=1.10
130
131 Index: boost-1.49.0-r1.ebuild
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0-r1.ebuild,v
134 retrieving revision 1.9
135 retrieving revision 1.10
136 diff -u -r1.9 -r1.10
137 --- boost-1.49.0-r1.ebuild 25 Oct 2012 22:04:33 -0000 1.9
138 +++ boost-1.49.0-r1.ebuild 30 Oct 2012 23:11:53 -0000 1.10
139 @@ -1,6 +1,6 @@
140 # Copyright 1999-2012 Gentoo Foundation
141 # Distributed under the terms of the GNU General Public License v2
142 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0-r1.ebuild,v 1.9 2012/10/25 22:04:33 floppym Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0-r1.ebuild,v 1.10 2012/10/30 23:11:53 floppym Exp $
144
145 EAPI="4"
146 PYTHON_DEPEND="python? *"
147 @@ -610,14 +610,4 @@
148 elog "No active boost version found. Calling eselect to select one..."
149 eselect boost update || ewarn "eselect boost update failed."
150 fi
151 -
152 - if use python; then
153 - python_mod_optimize boost_${MAJOR_PV}
154 - fi
155 -}
156 -
157 -pkg_postrm() {
158 - if use python; then
159 - python_mod_cleanup boost_${MAJOR_PV}
160 - fi
161 }
162
163
164
165 1.267 dev-libs/boost/ChangeLog
166
167 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.267&view=markup
168 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.267&content-type=text/plain
169 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.266&r2=1.267
170
171 Index: ChangeLog
172 ===================================================================
173 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
174 retrieving revision 1.266
175 retrieving revision 1.267
176 diff -u -r1.266 -r1.267
177 --- ChangeLog 25 Oct 2012 22:28:45 -0000 1.266
178 +++ ChangeLog 30 Oct 2012 23:11:53 -0000 1.267
179 @@ -1,6 +1,10 @@
180 # ChangeLog for dev-libs/boost
181 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
182 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.266 2012/10/25 22:28:45 floppym Exp $
183 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.267 2012/10/30 23:11:53 floppym Exp $
184 +
185 + 30 Oct 2012; Mike Gilbert <floppym@g.o> boost-1.48.0-r2.ebuild,
186 + boost-1.49.0-r1.ebuild, boost-1.50.0-r2.ebuild:
187 + Revert changes made on 25 Oct.
188
189 *boost-1.51.0 (25 Oct 2012)