diff options
author | 2007-03-16 16:41:54 +0000 | |
---|---|---|
committer | 2007-03-16 16:41:54 +0000 | |
commit | a3d233ad9f60753b6dc7277c40b8ff57fec1d1f1 (patch) | |
tree | 7f91e8bf508bbeafd297550b586df9e4f7f4bac2 /net-p2p/deluge/deluge-0.4.1.ebuild | |
parent | Remove, use net-p2p/deluge in the main tree (diff) | |
download | sunrise-a3d233ad9f60753b6dc7277c40b8ff57fec1d1f1.tar.gz sunrise-a3d233ad9f60753b6dc7277c40b8ff57fec1d1f1.tar.bz2 sunrise-a3d233ad9f60753b6dc7277c40b8ff57fec1d1f1.zip |
Remove, use net-p2p/deluge in the main tree
svn path=/sunrise/; revision=3251
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 844efc172..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/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="libnotify" - -DEPEND=">=dev-lang/python-2.3 - dev-libs/boost - >=dev-python/pygtk-2 - ~dev-python/python-libtorrent-0.4.0 - dev-python/pyxdg - libnotify? ( 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}" -} |