diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 14:13:15 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 14:13:15 +0000 |
commit | 19f41db504da6f16854f7721266c5a402c77a1f2 (patch) | |
tree | 46dbdccfb5a32e99ed52c707770a820b27fbff89 /net-p2p | |
parent | Bump LeechCraft to 0.5.80, thanks to 0xd34df00d (diff) | |
download | gentoo-2-19f41db504da6f16854f7721266c5a402c77a1f2.tar.gz gentoo-2-19f41db504da6f16854f7721266c5a402c77a1f2.tar.bz2 gentoo-2-19f41db504da6f16854f7721266c5a402c77a1f2.zip |
Bump LeechCraft to 0.5.80, thanks to 0xd34df00d
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/leechcraft-bittorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.80.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog index 96f197467035..87cc7155e881 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.16 2012/08/04 09:06:13 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.17 2012/08/13 14:13:15 maksbotan Exp $ + +*leechcraft-bittorrent-0.5.80 (13 Aug 2012) + + 13 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-bittorrent-0.5.80.ebuild: + Bump LeechCraft to 0.5.80, thanks to 0xd34df00d 04 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> +files/boost-1.50.patch, leechcraft-bittorrent-0.5.75.ebuild, leechcraft-bittorrent-9999.ebuild: diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.80.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.80.ebuild new file mode 100644 index 000000000000..ddb3af92caa5 --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.80.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.80.ebuild,v 1.1 2012/08/13 14:13:15 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 +} |