summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-03-16 16:41:38 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-03-16 16:41:38 +0000
commit70aa3550fba7235509e3c0e006d4f729021ef81c (patch)
treeed82f9f349d44f3cceec72a6260af1091381cfb8 /dev-python/python-libtorrent/python-libtorrent-0.4.0.ebuild
parentgames-strategy/hedgewars: cmake minimum required ver increased to 2.4.4 due t... (diff)
downloadsunrise-70aa3550fba7235509e3c0e006d4f729021ef81c.tar.gz
sunrise-70aa3550fba7235509e3c0e006d4f729021ef81c.tar.bz2
sunrise-70aa3550fba7235509e3c0e006d4f729021ef81c.zip
Remove, use net-p2p/deluge in the main tree
svn path=/sunrise/; revision=3250
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.ebuild36
1 files changed, 0 insertions, 36 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
deleted file mode 100644
index 77d3706a0..000000000
--- a/dev-python/python-libtorrent/python-libtorrent-0.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-DESCRIPTION="Python bindings for rb_libtorrent"
-HOMEPAGE="http://deluge-torrent.org"
-SRC_URI="http://deluge-torrent.org/downloads/${PN}_${PV}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-DEPEND="dev-libs/boost"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- if ! built_with_use dev-libs/boost threads; then
- eerror "dev-libs/boost has to be built with threads USE-flag."
- die "Missing threads USE-flag for dev-libs/boost"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # Adding boost libraries suffix, see
- # http://deluge-torrent.org/trac/ticket/62
- # for details
- sed -i -e "s:\('boost_[^']*\):\1-mt:g" setup.py
-}