Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.16.5.ebuild
Date: Tue, 27 Nov 2012 17:42:05
Message-Id: 20121127174154.8498C20C65@flycatcher.gentoo.org
1 mr_bones_ 12/11/27 17:41:54
2
3 Modified: rb_libtorrent-0.16.5.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild?r1=1.4&r2=1.5
15
16 Index: rb_libtorrent-0.16.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- rb_libtorrent-0.16.5.ebuild 21 Nov 2012 20:47:36 -0000 1.4
23 +++ rb_libtorrent-0.16.5.ebuild 27 Nov 2012 17:41:54 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild,v 1.5 2012/11/27 17:41:54 mr_bones_ Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="python? 2:2.6"
32 @@ -67,7 +67,6 @@
33 ${myconf}
34 }
35
36 -
37 src_install() {
38 emake DESTDIR="${D}" install
39 use static-libs || find "${D}" -name '*.la' -exec rm -f {} +