summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-10-08 16:03:16 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-10-08 16:03:16 +0000
commitb9a517b7c1ba87c017924e6665ddf0284697036a (patch)
tree1257d74fba581ac2939dabf682b30f64d2bf7b30 /net-p2p/leechcraft-bittorrent
parentBump LeechCraft to 0.5.85, thanks to 0xd34df00d (diff)
downloadgentoo-2-b9a517b7c1ba87c017924e6665ddf0284697036a.tar.gz
gentoo-2-b9a517b7c1ba87c017924e6665ddf0284697036a.tar.bz2
gentoo-2-b9a517b7c1ba87c017924e6665ddf0284697036a.zip
Bump LeechCraft to 0.5.85, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/leechcraft-bittorrent')
-rw-r--r--net-p2p/leechcraft-bittorrent/ChangeLog8
-rw-r--r--net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.85.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog
index 87cc7155e881..4f017f9734a9 100644
--- a/net-p2p/leechcraft-bittorrent/ChangeLog
+++ b/net-p2p/leechcraft-bittorrent/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/leechcraft-bittorrent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.17 2012/08/13 14:13:15 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.18 2012/10/08 16:03:16 pinkbyte Exp $
+
+*leechcraft-bittorrent-0.5.85 (08 Oct 2012)
+
+ 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org>
+ +leechcraft-bittorrent-0.5.85.ebuild:
+ Bump LeechCraft to 0.5.85, thanks to 0xd34df00d
*leechcraft-bittorrent-0.5.80 (13 Aug 2012)
diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.85.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.85.ebuild
new file mode 100644
index 000000000000..e1c5ec58e439
--- /dev/null
+++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.85.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.85.ebuild,v 1.1 2012/10/08 16:03:16 pinkbyte Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug geoip"
+
+DEPEND="~net-misc/leechcraft-core-${PV}
+ net-libs/rb_libtorrent"
+RDEPEND="${DEPEND}
+ virtual/leechcraft-task-show
+ geoip? ( dev-libs/geoip )"
+
+src_configure(){
+ local mycmakeargs="
+ $(cmake-utils_use_enable geoip BITTORRENT_GEOIP)
+ "
+ cmake-utils_src_configure
+}