Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.14.6.ebuild ChangeLog
Date: Tue, 10 Nov 2009 18:22:01
Message-Id: E1N7vLq-0004n8-V9@stork.gentoo.org
1 yngwin 09/11/10 18:21:58
2
3 Modified: rb_libtorrent-0.14.6.ebuild ChangeLog
4 Log:
5 Adding patch to fix problematic ldflags use in configure, bug 290756.
6 (Portage version: 2.2_rc49/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild?r1=1.2&r2=1.3
14
15 Index: rb_libtorrent-0.14.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- rb_libtorrent-0.14.6.ebuild 27 Oct 2009 10:39:28 -0000 1.2
22 +++ rb_libtorrent-0.14.6.ebuild 10 Nov 2009 18:21:58 -0000 1.3
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v 1.2 2009/10/27 10:39:28 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v 1.3 2009/11/10 18:21:58 yngwin Exp $
28
29 EAPI="2"
30 -inherit eutils flag-o-matic
31 +inherit autotools eutils flag-o-matic
32
33 MY_P=${P/rb_/}
34 MY_P=${MY_P/torrent/torrent-rasterbar}
35 @@ -26,6 +26,11 @@
36 sys-libs/zlib"
37 RDEPEND="${DEPEND}"
38
39 +src_prepare() {
40 + epatch "${FILESDIR}"/0.14.6-configure-ldflags-fix.patch #290756
41 + eautoreconf
42 +}
43 +
44 src_configure() {
45 append-ldflags -pthread
46
47
48
49
50 1.68 net-libs/rb_libtorrent/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.68&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.68&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.67&r2=1.68
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
59 retrieving revision 1.67
60 retrieving revision 1.68
61 diff -u -r1.67 -r1.68
62 --- ChangeLog 27 Oct 2009 10:39:28 -0000 1.67
63 +++ ChangeLog 10 Nov 2009 18:21:58 -0000 1.68
64 @@ -1,6 +1,10 @@
65 # ChangeLog for net-libs/rb_libtorrent
66 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.67 2009/10/27 10:39:28 ssuominen Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.68 2009/11/10 18:21:58 yngwin Exp $
69 +
70 + 10 Nov 2009; Ben de Groot <yngwin@g.o>
71 + +files/0.14.6-configure-ldflags-fix.patch, rb_libtorrent-0.14.6.ebuild:
72 + Adding patch to fix problematic ldflags use in configure, bug 290756.
73
74 27 Oct 2009; Samuli Suominen <ssuominen@g.o>
75 rb_libtorrent-0.14.6.ebuild: