Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/leechcraft-bittorrent: leechcraft-bittorrent-0.5.90.ebuild ChangeLog
Date: Tue, 25 Dec 2012 16:53:24
Message-Id: 20121225165254.625702171D@flycatcher.gentoo.org
1 maksbotan 12/12/25 16:52:54
2
3 Modified: ChangeLog
4 Added: leechcraft-bittorrent-0.5.90.ebuild
5 Log:
6 Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
7
8 (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.21 net-p2p/leechcraft-bittorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 19 Dec 2012 08:08:15 -0000 1.20
24 +++ ChangeLog 25 Dec 2012 16:52:54 -0000 1.21
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/leechcraft-bittorrent
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.20 2012/12/19 08:08:15 maksbotan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.21 2012/12/25 16:52:54 maksbotan Exp $
30 +
31 +*leechcraft-bittorrent-0.5.90 (25 Dec 2012)
32 +
33 + 25 Dec 2012; Maxim Koltsov <maksbotan@g.o>
34 + +leechcraft-bittorrent-0.5.90.ebuild:
35 + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
36
37 19 Dec 2012; Maxim Koltsov <maksbotan@g.o>
38 -leechcraft-bittorrent-0.5.70.ebuild, -leechcraft-bittorrent-0.5.75.ebuild,
39
40
41
42 1.1 net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.90.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.90.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.90.ebuild?rev=1.1&content-type=text/plain
46
47 Index: leechcraft-bittorrent-0.5.90.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.90.ebuild,v 1.1 2012/12/25 16:52:54 maksbotan Exp $
52
53 EAPI="4"
54
55 inherit leechcraft
56
57 DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft."
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug geoip"
62
63 DEPEND="~net-misc/leechcraft-core-${PV}
64 net-libs/rb_libtorrent"
65 RDEPEND="${DEPEND}
66 virtual/leechcraft-task-show
67 geoip? ( dev-libs/geoip )"
68
69 src_configure(){
70 local mycmakeargs="
71 $(cmake-utils_use_enable geoip BITTORRENT_GEOIP)
72 "
73 cmake-utils_src_configure
74 }