diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-07-03 15:55:34 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-07-03 15:55:34 +0000 |
commit | 66d3629dcaa9f73b900c40548a85b46a801a03c7 (patch) | |
tree | 65da49b251f87d48a6d2b65871a07ada2c3294cc /app-leechcraft/lc-bittorrent | |
parent | Bump LeechCraft to 0.5.98, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-66d3629dcaa9f73b900c40548a85b46a801a03c7.tar.gz gentoo-2-66d3629dcaa9f73b900c40548a85b46a801a03c7.tar.bz2 gentoo-2-66d3629dcaa9f73b900c40548a85b46a801a03c7.zip |
Bump LeechCraft to 0.5.98, thanks to 0xd34df00d.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-bittorrent')
-rw-r--r-- | app-leechcraft/lc-bittorrent/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.98.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/app-leechcraft/lc-bittorrent/ChangeLog b/app-leechcraft/lc-bittorrent/ChangeLog index 8a725a0d24a1..cb7b03fb857f 100644 --- a/app-leechcraft/lc-bittorrent/ChangeLog +++ b/app-leechcraft/lc-bittorrent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-bittorrent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-bittorrent/ChangeLog,v 1.4 2013/06/11 17:15:07 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-bittorrent/ChangeLog,v 1.5 2013/07/03 15:55:34 maksbotan Exp $ + +*lc-bittorrent-0.5.98 (03 Jul 2013) + + 03 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-bittorrent-0.5.98.ebuild: + Bump LeechCraft to 0.5.98, thanks to 0xd34df00d. *lc-bittorrent-0.5.97 (11 Jun 2013) diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.98.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.98.ebuild new file mode 100644 index 000000000000..87e87a600eda --- /dev/null +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.98.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.98.ebuild,v 1.1 2013/07/03 15:55:34 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug geoip" + +DEPEND="~app-leechcraft/lc-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 +} |