diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 21:05:06 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 21:05:06 +0000 |
commit | 712e69d7321cf73a6c820200bd39a8c02af8d71e (patch) | |
tree | b300c8ae10efea73fcf845bcd5dbdbaffc85172a /net-p2p | |
parent | Bump LeechCraft to 0.5.70 "Hessian Blade" (diff) | |
download | gentoo-2-712e69d7321cf73a6c820200bd39a8c02af8d71e.tar.gz gentoo-2-712e69d7321cf73a6c820200bd39a8c02af8d71e.tar.bz2 gentoo-2-712e69d7321cf73a6c820200bd39a8c02af8d71e.zip |
Bump LeechCraft to 0.5.70 "Hessian Blade"
(Portage version: 2.1.10.63/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.70.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog index e7f6f5fc20be..355ec19fe434 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.11 2012/04/22 13:17:53 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.12 2012/05/31 21:05:06 maksbotan Exp $ + +*leechcraft-bittorrent-0.5.70 (31 May 2012) + + 31 May 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-bittorrent-0.5.70.ebuild: + Bump LeechCraft to 0.5.70 "Hessian Blade" *leechcraft-bittorrent-0.5.65 (22 Apr 2012) diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.70.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.70.ebuild new file mode 100644 index 000000000000..31cc988a2875 --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.70.ebuild @@ -0,0 +1,18 @@ +# 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.70.ebuild,v 1.1 2012/05/31 21:05:06 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV} + net-libs/rb_libtorrent" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" |