diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-08-25 15:31:44 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-08-25 15:31:44 +0000 |
commit | 9c5b86015899e359278db0780500e1be198a5337 (patch) | |
tree | 92bde6d029f9a652edcb67f881acca61444a5619 /net-p2p/leechcraft-bittorrent | |
parent | Add net-misc/leechcraft-dbusmanager (diff) | |
download | gentoo-2-9c5b86015899e359278db0780500e1be198a5337.tar.gz gentoo-2-9c5b86015899e359278db0780500e1be198a5337.tar.bz2 gentoo-2-9c5b86015899e359278db0780500e1be198a5337.zip |
Add net-p2p/leechcraft-bittorent
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/leechcraft-bittorrent')
4 files changed, 53 insertions, 0 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog new file mode 100644 index 000000000000..4ad6ef7adf09 --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/ChangeLog @@ -0,0 +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 $ + +*leechcraft-bittorrent-9999 (25 Aug 2011) +*leechcraft-bittorrent-0.4.85 (25 Aug 2011) + + 25 Aug 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-bittorrent-0.4.85.ebuild, +leechcraft-bittorrent-9999.ebuild, + +metadata.xml: + Copy net-p2p/leechcraft-bittorent from rion-overlay, thanks to 0xd34df00d + diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.85.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.85.ebuild new file mode 100644 index 000000000000..a96632601381 --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.85.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.85.ebuild,v 1.1 2011/08/25 15:31:44 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" diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-9999.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-9999.ebuild new file mode 100644 index 000000000000..60b56d23981c --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-9999.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-9999.ebuild,v 1.1 2011/08/25 15:31:44 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft." + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV} + net-libs/rb_libtorrent" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" diff --git a/net-p2p/leechcraft-bittorrent/metadata.xml b/net-p2p/leechcraft-bittorrent/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/net-p2p/leechcraft-bittorrent/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> |