summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-12-25 16:52:54 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-12-25 16:52:54 +0000
commit40b15d216c909dbe6dfeec91d070a6ec908a4df7 (patch)
tree19dd2bb8f013e0148c033a055e89069caaa5fa08 /net-p2p
parentBump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff)
downloadgentoo-2-40b15d216c909dbe6dfeec91d070a6ec908a4df7.tar.gz
gentoo-2-40b15d216c909dbe6dfeec91d070a6ec908a4df7.tar.bz2
gentoo-2-40b15d216c909dbe6dfeec91d070a6ec908a4df7.zip
Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/leechcraft-bittorrent/ChangeLog8
-rw-r--r--net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.90.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog
index dfb97abad458..bf05ac0c7415 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.20 2012/12/19 08:08:15 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.21 2012/12/25 16:52:54 maksbotan Exp $
+
+*leechcraft-bittorrent-0.5.90 (25 Dec 2012)
+
+ 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-bittorrent-0.5.90.ebuild:
+ Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org>
-leechcraft-bittorrent-0.5.70.ebuild, -leechcraft-bittorrent-0.5.75.ebuild,
diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.90.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.90.ebuild
new file mode 100644
index 000000000000..e229481ce072
--- /dev/null
+++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.90.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.90.ebuild,v 1.1 2012/12/25 16:52:54 maksbotan 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
+}