diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-20 12:59:26 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-03-20 12:59:26 +0000 |
commit | 235c9b99b4ee3b66169c7dfe309430fb57547e4f (patch) | |
tree | fe0e7741e3d95885a77120abccbbb1860ea63063 /net-p2p/leechcraft-bittorrent | |
parent | Bump LeechCraft to 0.5.60, thank to 0xd34df00d (diff) | |
download | historical-235c9b99b4ee3b66169c7dfe309430fb57547e4f.tar.gz historical-235c9b99b4ee3b66169c7dfe309430fb57547e4f.tar.bz2 historical-235c9b99b4ee3b66169c7dfe309430fb57547e4f.zip |
Bump LeechCraft to 0.5.60, thank to 0xd34df00d
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'net-p2p/leechcraft-bittorrent')
-rw-r--r-- | net-p2p/leechcraft-bittorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.60.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog index 53d257e54ff3..31be50282ca1 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.8 2012/02/09 11:26:29 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.9 2012/03/20 12:59:02 maksbotan Exp $ + +*leechcraft-bittorrent-0.5.60 (20 Mar 2012) + + 20 Mar 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-bittorrent-0.5.60.ebuild: + Bump LeechCraft to 0.5.60, thank to 0xd34df00d *leechcraft-bittorrent-0.5.0 (09 Feb 2012) diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.60.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.60.ebuild new file mode 100644 index 000000000000..1f49bceeb34f --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.60.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.60.ebuild,v 1.1 2012/03/20 12:59:02 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" |