summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2006-11-28 21:47:28 +0000
committerRaúl Porcel <armin76@gentoo.org>2006-11-28 21:47:28 +0000
commit060042901b7b6c7d0839ee6c23e5eb241e109044 (patch)
tree6957e92fcf74460f253115573ea1da39b3bfc313 /dev-python/python-libtorrent/python-libtorrent-0.4.0.ebuild
parentsoci/.: New ebuild for bug #156506 (diff)
downloadsunrise-060042901b7b6c7d0839ee6c23e5eb241e109044.tar.gz
sunrise-060042901b7b6c7d0839ee6c23e5eb241e109044.tar.bz2
sunrise-060042901b7b6c7d0839ee6c23e5eb241e109044.zip
dev-python/python-libtorrent: version bump
svn path=/sunrise/; revision=2023
Diffstat (limited to 'dev-python/python-libtorrent/python-libtorrent-0.4.0.ebuild')
-rw-r--r--dev-python/python-libtorrent/python-libtorrent-0.4.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/python-libtorrent/python-libtorrent-0.4.0.ebuild b/dev-python/python-libtorrent/python-libtorrent-0.4.0.ebuild
new file mode 100644
index 000000000..d4af2730a
--- /dev/null
+++ b/dev-python/python-libtorrent/python-libtorrent-0.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="Python bindings for rb_libtorrent"
+HOMEPAGE="http://deluge-torrent.org"
+SRC_URI="http://deluge.mynimalistic.net/downloads/${PN}_${PV}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+S="${WORKDIR}/${PN}"
+
+DEPEND=">=dev-lang/python-2.3
+ dev-libs/boost"
+RDEPEND="${DEPEND}"