diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-04-22 13:17:53 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-04-22 13:17:53 +0000 |
commit | 0899dd667f9348d7d6803c921b752be038059a05 (patch) | |
tree | c625733a270c002ba374a9d4a7e236c6ad4a8a72 /net-p2p | |
parent | Bump LeechCraft to 0.5.65, thanks to 0xd34df00d (diff) | |
download | gentoo-2-0899dd667f9348d7d6803c921b752be038059a05.tar.gz gentoo-2-0899dd667f9348d7d6803c921b752be038059a05.tar.bz2 gentoo-2-0899dd667f9348d7d6803c921b752be038059a05.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d
(Portage version: 2.1.10.56/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.65.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog index eb79cc426ee9..e7f6f5fc20be 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.10 2012/04/07 17:35:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.11 2012/04/22 13:17:53 maksbotan Exp $ + +*leechcraft-bittorrent-0.5.65 (22 Apr 2012) + + 22 Apr 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-bittorrent-0.5.65.ebuild: + Bump net-p2p/leechcraft-bittorrent to 0.5.65, thanks to 0xd34df00d 07 Apr 2012; Markus Meier <maekke@gentoo.org> leechcraft-bittorrent-0.4.99.ebuild: diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.65.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.65.ebuild new file mode 100644 index 000000000000..0a9cbc76effa --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.65.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.65.ebuild,v 1.1 2012/04/22 13:17:53 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" |