diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-15 19:45:35 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-15 19:45:35 +0000 |
commit | 7a816b4aae1b9021ee7f10d0093c443aa98d2b6a (patch) | |
tree | 747ca1523cfca61c9d4a0a4117b917c249658e31 /net-p2p | |
parent | Fix building with USE=-consolekit (bug #394845). (diff) | |
download | gentoo-2-7a816b4aae1b9021ee7f10d0093c443aa98d2b6a.tar.gz gentoo-2-7a816b4aae1b9021ee7f10d0093c443aa98d2b6a.tar.bz2 gentoo-2-7a816b4aae1b9021ee7f10d0093c443aa98d2b6a.zip |
Do much LeechCraft maintainance, including bump to 0.4.96
(Portage version: 2.1.10.40/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.4.96.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog index 6de6fb0c08b1..f02aaa588747 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.2 2011/09/14 17:07:22 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.3 2011/12/15 19:45:35 maksbotan Exp $ + +*leechcraft-bittorrent-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-bittorrent-0.4.96.ebuild: + Bump net-p2p/leechcraft-bittorrent to 0.4.96, thanks to 0xd34df00d *leechcraft-bittorrent-0.4.90 (14 Sep 2011) diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.96.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.96.ebuild new file mode 100644 index 000000000000..4d17773181dd --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.96.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 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.4.96.ebuild,v 1.1 2011/12/15 19:45:35 maksbotan Exp $ + +EAPI="2" + +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" |