diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-09-14 17:07:22 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-09-14 17:07:22 +0000 |
commit | 0893beaf61059fbcdf0ed180d375e2c4ffd351bb (patch) | |
tree | 711a657577c1352e0d663d047b8f329525b051f3 /net-p2p | |
parent | Big leechcraft bump, 0.4.90 (diff) | |
download | gentoo-2-0893beaf61059fbcdf0ed180d375e2c4ffd351bb.tar.gz gentoo-2-0893beaf61059fbcdf0ed180d375e2c4ffd351bb.tar.bz2 gentoo-2-0893beaf61059fbcdf0ed180d375e2c4ffd351bb.zip |
Big leechcraft bump, 0.4.90
(Portage version: 2.1.10.15/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.90.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog index 4ad6ef7adf09..6de6fb0c08b1 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.1 2011/08/25 15:31:44 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.2 2011/09/14 17:07:22 maksbotan Exp $ + +*leechcraft-bittorrent-0.4.90 (14 Sep 2011) + + 14 Sep 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-bittorrent-0.4.90.ebuild: + Bump net-p2p/leechcraft-bittorrent to 0.4.90, thanks to 0xd34df00d *leechcraft-bittorrent-9999 (25 Aug 2011) *leechcraft-bittorrent-0.4.85 (25 Aug 2011) diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.90.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.90.ebuild new file mode 100644 index 000000000000..86f5c2a23743 --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.90.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.90.ebuild,v 1.1 2011/09/14 17:07:22 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" |