summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/deluge/deluge-0.4.1.ebuild')
-rw-r--r--net-p2p/deluge/deluge-0.4.1.ebuild41
1 files changed, 0 insertions, 41 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 ba0a012..0000000
--- a/net-p2p/deluge/deluge-0.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils multilib python
-
-DESCRIPTION="GTK Bittorrent Client"
-HOMEPAGE="http://deluge-torrent.org/"
-SRC_URI="http://deluge.mynimalistic.net/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/python-libtorrent
- dev-python/notify-python
- dev-python/pyxdg"
-DEPEND="${RDEPEND}"
-
-src_install() {
- sed -i 's/, delugedbus//' ${PN}.py
- python_version
- insinto "/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}"
- doins -r *.py po/ 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 Changelog 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}"
-}