summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/traydevice/traydevice-1.6.2.ebuild')
-rw-r--r--sys-fs/traydevice/traydevice-1.6.2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-fs/traydevice/traydevice-1.6.2.ebuild b/sys-fs/traydevice/traydevice-1.6.2.ebuild
deleted file mode 100644
index 7e6e828bb02c..000000000000
--- a/sys-fs/traydevice/traydevice-1.6.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 3.*"
-
-inherit distutils
-
-DESCRIPTION="A little desktop application displaying systray icon for UDisks"
-HOMEPAGE="http://savannah.nongnu.org/projects/traydevice/"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/dbus-python
- dev-python/lxml
- dev-python/pyxdg
- sys-fs/udisks:2"
-DEPEND="app-text/docbook2X"
-
-src_compile() { :; }
-
-src_install() {
- distutils_src_install \
- --prefix=/usr \
- --install-data=/usr/share/${PN} \
- --install-man=/usr/share/man \
- --docbook2man=$(type -p docbook2man.pl)
-
- rm -f "${D}"/usr/share/${PN}/*.txt
-}