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: ChangeLog rb_libtorrent-0.16.5.ebuild
Date: Wed, 21 Nov 2012 20:47:47
Message-Id: 20121121204736.E5F2E20C65@flycatcher.gentoo.org
1 hwoarang 12/11/21 20:47:36
2
3 Modified: ChangeLog rb_libtorrent-0.16.5.ebuild
4 Log:
5 Enable verbose build. Bug #441842
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
8
9 Revision Changes Path
10 1.141 net-libs/rb_libtorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.141&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.141&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.140&r2=1.141
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
19 retrieving revision 1.140
20 retrieving revision 1.141
21 diff -u -r1.140 -r1.141
22 --- ChangeLog 8 Nov 2012 06:24:13 -0000 1.140
23 +++ ChangeLog 21 Nov 2012 20:47:36 -0000 1.141
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-libs/rb_libtorrent
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.140 2012/11/08 06:24:13 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.141 2012/11/21 20:47:36 hwoarang Exp $
29 +
30 + 21 Nov 2012; Markos Chandras <hwoarang@g.o>
31 + rb_libtorrent-0.16.5.ebuild:
32 + Enable verbose build. Bug #441842
33
34 08 Nov 2012; Diego E. Pettenò <flameeyes@g.o>
35 rb_libtorrent-0.15.10.ebuild, rb_libtorrent-0.15.5.ebuild,
36
37
38
39 1.4 net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild?r1=1.3&r2=1.4
44
45 Index: rb_libtorrent-0.16.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- rb_libtorrent-0.16.5.ebuild 8 Nov 2012 06:24:13 -0000 1.3
52 +++ rb_libtorrent-0.16.5.ebuild 21 Nov 2012 20:47:36 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild,v 1.3 2012/11/08 06:24:13 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild,v 1.4 2012/11/21 20:47:36 hwoarang Exp $
58
59 EAPI="4"
60 PYTHON_DEPEND="python? 2:2.6"
61 @@ -44,6 +44,9 @@
62 src_configure() {
63 local myconf
64
65 + # bug 441842
66 + myconf="--disable-silent-rules"
67 +
68 # use multi-threading versions of boost libs
69 if has_version '>=dev-libs/boost-1.52.0-r1'; then
70 myconf+=" --with-boost-python=boost_python-${PYTHON_ABI}"
71 @@ -64,6 +67,7 @@
72 ${myconf}
73 }
74
75 +
76 src_install() {
77 emake DESTDIR="${D}" install
78 use static-libs || find "${D}" -name '*.la' -exec rm -f {} +