diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-02-02 17:49:53 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-02-02 17:49:53 +0000 |
commit | c61865ad0d8072a1e4f917ae9d3926b88b758b1f (patch) | |
tree | cfda68b6a6f6365214b36c1fb23875f2933a45e7 /net-p2p | |
parent | Big leechcraft bump to 0.4.99, thanks to 0xd34df00d (diff) | |
download | gentoo-2-c61865ad0d8072a1e4f917ae9d3926b88b758b1f.tar.gz gentoo-2-c61865ad0d8072a1e4f917ae9d3926b88b758b1f.tar.bz2 gentoo-2-c61865ad0d8072a1e4f917ae9d3926b88b758b1f.zip |
Big leechcraft bump to 0.4.99, thanks to 0xd34df00d
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/leechcraft-bittorrent/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.99.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog index 0be1519dd543..113b4561bb1f 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.5 2011/12/31 12:18:31 maksbotan Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.6 2012/02/02 17:49:53 maksbotan Exp $ + +*leechcraft-bittorrent-0.4.99 (02 Feb 2012) + + 02 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-bittorrent-0.4.99.ebuild: + Bump net-p2p/leechcraft-bittorrent to 0.4.99, thanks to 0xd34df00d *leechcraft-bittorrent-0.4.97 (31 Dec 2011) diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.99.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.99.ebuild new file mode 100644 index 000000000000..244524f487d9 --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.99.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.4.99.ebuild,v 1.1 2012/02/02 17:49: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" |