summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/leechcraft-bittorrent/ChangeLog10
-rw-r--r--net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.99.ebuild18
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"