Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.15.10.ebuild rb_libtorrent-0.15.9.ebuild rb_libtorrent-0.15.5.ebuild ChangeLog
Date: Sat, 03 Nov 2012 23:14:26
Message-Id: 20121103231408.98350215F3@flycatcher.gentoo.org
1 hwoarang 12/11/03 23:14:08
2
3 Modified: rb_libtorrent-0.15.10.ebuild
4 rb_libtorrent-0.15.9.ebuild
5 rb_libtorrent-0.15.5.ebuild ChangeLog
6 Log:
7 Backport boost fix to 0.15.X releases. Bug #441582
8
9 (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
10
11 Revision Changes Path
12 1.6 net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild?r1=1.5&r2=1.6
17
18 Index: rb_libtorrent-0.15.10.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- rb_libtorrent-0.15.10.ebuild 14 Jun 2012 18:45:31 -0000 1.5
25 +++ rb_libtorrent-0.15.10.ebuild 3 Nov 2012 23:14:08 -0000 1.6
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild,v 1.5 2012/06/14 18:45:31 jdhore Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild,v 1.6 2012/11/03 23:14:08 hwoarang Exp $
31
32 EAPI="4"
33 PYTHON_DEPEND="python? 2:2.6"
34 @@ -48,12 +48,6 @@
35 --with-boost-filesystem=boost_filesystem-mt \
36 --with-boost-thread=boost_thread-mt \
37 --with-boost-python=boost_python-${PYTHON_ABI}-mt"
38 - # detect boost version and location, bug 295474
39 - BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")"
40 - BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
41 - BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
42 - BOOST_INC="${EPREFIX}/usr/include/boost-${BOOST_VER}"
43 - BOOST_LIB="${EPREFIX}/usr/$(get_libdir)/boost-${BOOST_VER}"
44
45 local LOGGING
46 use debug && LOGGING="--enable-logging=verbose"
47 @@ -66,8 +60,6 @@
48 $(use_enable static-libs static) \
49 --with-zlib=system \
50 ${LOGGING} \
51 - --with-boost=${BOOST_INC} \
52 - --with-boost-libdir=${BOOST_LIB} \
53 ${BOOST_LIBS}
54 }
55
56
57
58
59 1.7 net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild?rev=1.7&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild?rev=1.7&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild?r1=1.6&r2=1.7
64
65 Index: rb_libtorrent-0.15.9.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild,v
68 retrieving revision 1.6
69 retrieving revision 1.7
70 diff -u -r1.6 -r1.7
71 --- rb_libtorrent-0.15.9.ebuild 19 Apr 2012 14:40:00 -0000 1.6
72 +++ rb_libtorrent-0.15.9.ebuild 3 Nov 2012 23:14:08 -0000 1.7
73 @@ -1,6 +1,6 @@
74 # Copyright 1999-2012 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild,v 1.6 2012/04/19 14:40:00 ranger Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild,v 1.7 2012/11/03 23:14:08 hwoarang Exp $
78
79 EAPI="2"
80 PYTHON_DEPEND="python? 2:2.6"
81 @@ -45,12 +45,6 @@
82 --with-boost-filesystem=boost_filesystem-mt \
83 --with-boost-thread=boost_thread-mt \
84 --with-boost-python=boost_python-mt"
85 - # detect boost version and location, bug 295474
86 - BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")"
87 - BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
88 - BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
89 - BOOST_INC="/usr/include/boost-${BOOST_VER}"
90 - BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}"
91
92 local LOGGING
93 use debug && LOGGING="--enable-logging=verbose"
94 @@ -63,8 +57,6 @@
95 $(use_enable static-libs static) \
96 --with-zlib=system \
97 ${LOGGING} \
98 - --with-boost=${BOOST_INC} \
99 - --with-boost-libdir=${BOOST_LIB} \
100 ${BOOST_LIBS}
101 }
102
103
104
105
106 1.8 net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild?rev=1.8&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild?rev=1.8&content-type=text/plain
110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild?r1=1.7&r2=1.8
111
112 Index: rb_libtorrent-0.15.5.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild,v
115 retrieving revision 1.7
116 retrieving revision 1.8
117 diff -u -r1.7 -r1.8
118 --- rb_libtorrent-0.15.5.ebuild 5 Feb 2012 01:32:54 -0000 1.7
119 +++ rb_libtorrent-0.15.5.ebuild 3 Nov 2012 23:14:08 -0000 1.8
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2012 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild,v 1.7 2012/02/05 01:32:54 floppym Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild,v 1.8 2012/11/03 23:14:08 hwoarang Exp $
125
126 EAPI="2"
127 PYTHON_DEPEND="python? 2:2.6"
128 @@ -38,13 +38,6 @@
129 --with-boost-thread=boost_thread-mt \
130 --with-boost-python=boost_python-mt"
131
132 - # detect boost version and location, bug 295474
133 - BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")"
134 - BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
135 - BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
136 - BOOST_INC="/usr/include/boost-${BOOST_VER}"
137 - BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}"
138 -
139 local LOGGING
140 use debug && LOGGING="--enable-logging=verbose"
141
142 @@ -55,8 +48,6 @@
143 $(use_enable ssl encryption) \
144 --with-zlib=system \
145 ${LOGGING} \
146 - --with-boost=${BOOST_INC} \
147 - --with-boost-libdir=${BOOST_LIB} \
148 ${BOOST_LIBS}
149 }
150
151
152
153
154 1.139 net-libs/rb_libtorrent/ChangeLog
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.139&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.139&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.138&r2=1.139
159
160 Index: ChangeLog
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
163 retrieving revision 1.138
164 retrieving revision 1.139
165 diff -u -r1.138 -r1.139
166 --- ChangeLog 2 Nov 2012 20:06:46 -0000 1.138
167 +++ ChangeLog 3 Nov 2012 23:14:08 -0000 1.139
168 @@ -1,6 +1,11 @@
169 # ChangeLog for net-libs/rb_libtorrent
170 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
171 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.138 2012/11/02 20:06:46 hwoarang Exp $
172 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.139 2012/11/03 23:14:08 hwoarang Exp $
173 +
174 + 03 Nov 2012; Markos Chandras <hwoarang@g.o>
175 + rb_libtorrent-0.15.10.ebuild, rb_libtorrent-0.15.5.ebuild,
176 + rb_libtorrent-0.15.9.ebuild, rb_libtorrent-0.16.3.ebuild:
177 + Backport boost fix to 0.15.X releases. Bug #441582
178
179 02 Nov 2012; Markos Chandras <hwoarang@g.o>
180 -rb_libtorrent-0.16.4.ebuild, rb_libtorrent-0.16.3.ebuild: