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.14.12.ebuild ChangeLog
Date: Mon, 31 Jan 2011 11:54:53
Message-Id: 20110131115442.3FB0D20054@flycatcher.gentoo.org
1 hwoarang 11/01/31 11:54:42
2
3 Modified: rb_libtorrent-0.14.12.ebuild ChangeLog
4 Log:
5 Make it build against dev-libs/boost-1.45. Bug #352001
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild?r1=1.2&r2=1.3
15
16 Index: rb_libtorrent-0.14.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- rb_libtorrent-0.14.12.ebuild 11 Nov 2010 15:27:23 -0000 1.2
23 +++ rb_libtorrent-0.14.12.ebuild 31 Jan 2011 11:54:42 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild,v 1.2 2010/11/11 15:27:23 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild,v 1.3 2011/01/31 11:54:42 hwoarang Exp $
30
31 EAPI="2"
32 inherit autotools eutils flag-o-matic versionator
33 @@ -30,6 +30,7 @@
34 src_prepare() {
35 epatch "${FILESDIR}"/${PN}-0.14.9-as-needed-fix.patch #276873
36 epatch "${FILESDIR}"/${PN}-0.14.8-boost-detect.patch #295474
37 + epatch "${FILESDIR}"/${P}_boost-1.45.patch #352001
38 rm ltmain.sh #298069
39 eautoreconf
40 }
41
42
43
44 1.102 net-libs/rb_libtorrent/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.102&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.102&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.101&r2=1.102
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
53 retrieving revision 1.101
54 retrieving revision 1.102
55 diff -u -r1.101 -r1.102
56 --- ChangeLog 13 Jan 2011 20:51:41 -0000 1.101
57 +++ ChangeLog 31 Jan 2011 11:54:42 -0000 1.102
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-libs/rb_libtorrent
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.101 2011/01/13 20:51:41 xarthisius Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.102 2011/01/31 11:54:42 hwoarang Exp $
63 +
64 + 31 Jan 2011; Markos Chandras <hwoarang@g.o>
65 + rb_libtorrent-0.14.12.ebuild, +files/rb_libtorrent-0.14.12_boost-1.45.patch:
66 + Make it build against dev-libs/boost-1.45. Bug #352001
67
68 13 Jan 2011; Kacper Kowalik <xarthisius@g.o>
69 rb_libtorrent-0.15.1.ebuild: