diff options
author | 2007-01-11 20:19:19 +0000 | |
---|---|---|
committer | 2007-01-11 20:19:19 +0000 | |
commit | 618c27ce45fdb8a21dd53300234bfb792562d362 (patch) | |
tree | 29dbb89b0c6d2640a79d879ada5b8d3d2f123763 /net-p2p/deluge/deluge-0.4.1.ebuild | |
parent | dev-tex/babelbib: Initial commit. (diff) | |
download | sunrise-618c27ce45fdb8a21dd53300234bfb792562d362.tar.gz sunrise-618c27ce45fdb8a21dd53300234bfb792562d362.tar.bz2 sunrise-618c27ce45fdb8a21dd53300234bfb792562d362.zip |
net-p2p/deluge: Add 64bit support, patch contributed by muczy on irc
svn path=/sunrise/; revision=2728
Diffstat (limited to 'net-p2p/deluge/deluge-0.4.1.ebuild')
-rw-r--r-- | net-p2p/deluge/deluge-0.4.1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net-p2p/deluge/deluge-0.4.1.ebuild b/net-p2p/deluge/deluge-0.4.1.ebuild deleted file mode 100644 index 58e3ceb04..000000000 --- a/net-p2p/deluge/deluge-0.4.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils python multilib - -DESCRIPTION="BitTorrent client in Python and PyGTK." -HOMEPAGE="http://deluge-torrent.org/" -SRC_URI="http://deluge-torrent.org/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gnome" - -DEPEND=">=dev-lang/python-2.3 - dev-libs/boost - >=dev-python/pygtk-2 - ~dev-python/python-libtorrent-0.4.0 - dev-python/pyxdg - gnome? ( dev-python/notify-python )" -RDEPEND="${DEPEND}" - -src_install() { - python_version - insinto "/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" - doins -r *.py glade/ pixmaps/ plugins/ - - newicon pixmaps/${PN}-32.png ${PN}.png - make_wrapper ${PN} "/usr/bin/python /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/${PN}.py" - make_desktop_entry ${PN} ${PN} - - dodoc README -} -pkg_postinst() { - python_version - python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" -} - -pkg_postrm() { - python_version - python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" -} |