commit:     9c4798a2de9f0c1bc2d3004ab1e4f35a30a21af4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 21:47:49 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 21:51:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4798a2

sys-fs/traydevice: Remove old

Package-Manager: portage-2.2.27

 sys-fs/traydevice/Manifest                |  2 --
 sys-fs/traydevice/traydevice-1.5.2.ebuild | 45 ------------------------------
 sys-fs/traydevice/traydevice-1.5.ebuild   | 46 -------------------------------
 sys-fs/traydevice/traydevice-1.6.2.ebuild | 38 -------------------------
 4 files changed, 131 deletions(-)

diff --git a/sys-fs/traydevice/Manifest b/sys-fs/traydevice/Manifest
index 5b7cb19..33c01b3 100644
--- a/sys-fs/traydevice/Manifest
+++ b/sys-fs/traydevice/Manifest
@@ -1,3 +1 @@
-DIST traydevice-1.5.2.tar.gz 24379 SHA256 
e3d703d04c7b91b552332334c7fdbec9317eed8367dd733b9f45d24239c94393 SHA512 
c36f221f544d0e900505d9b621961863fc8f96437d3ce81abfb8772ad7800124adb71b4d4601d3d6cc8e86c6b9fe5b748bfdb13b32f69201b479c9a3d9446802
 WHIRLPOOL 
78191bdf1e558c3e4c63cdf8451b4ebf4c279473cb22c239973ca69b3dcedc6756224218997da0e71845ac13a6a5ffd08e84813552d45c43fd670fc312041b29
-DIST traydevice-1.5.tar.gz 24234 SHA256 
15af177049797d3536196899960b749529fdaffdd29ec4335f1dd6ec0e610ea3 SHA512 
ce52427b11511f77b45456f6655c4e5cf7f95f0475d882911dad54bf302ba48f95a3165305b9249d87813eb6bbc40f1b87cde634832a48269c4d450ed3ef2f63
 WHIRLPOOL 
07c8150f87ca239a0c9d326e5017f7e162f6d335cc1dbdff80f7c2c55fd3a72204d0ee7f7ae684892ac2f7e5598d68a13b8cfaab0a773db9c5d20568545b9e3a
 DIST traydevice-1.6.2.tar.gz 29238 SHA256 
abeb4573d52a2111b0512e5cb2b728431151ed6b91b94dafbe42b872688deccb SHA512 
19523c502a58aed9e1ea3c52970438a7119d9f4895527777b6c5c4167d44e917b23ca4cb7c1916f7eb7ff8c539d3c72cc1b70712affaa32a9eaa344ec8e92634
 WHIRLPOOL 
891a3b397d1b10dd143042da4fc048e8cbbcfba492b396a0ddc03d91e1d992fcdad963e0997e4530ba8276d4fd812dc4b699282c8f9d9e9c9d36751af3d8d11e

diff --git a/sys-fs/traydevice/traydevice-1.5.2.ebuild 
b/sys-fs/traydevice/traydevice-1.5.2.ebuild
deleted file mode 100644
index 17d8fe0..0000000
--- a/sys-fs/traydevice/traydevice-1.5.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="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:0"
-DEPEND="app-text/docbook2X"
-
-src_prepare() {
-       sed -i \
-               -e 's:docbook2man:docbook2man.pl:' \
-               setup.py || die
-
-       distutils_src_prepare
-}
-
-src_compile() { :; }
-
-src_install() {
-       distutils_src_install \
-               --prefix=/usr \
-               --install-data=/usr/share/${PN} \
-               --install-man=/usr/share/man
-
-       rm -f "${D}"/usr/share/${PN}/*.txt
-}

diff --git a/sys-fs/traydevice/traydevice-1.5.ebuild 
b/sys-fs/traydevice/traydevice-1.5.ebuild
deleted file mode 100644
index ecf4f67..0000000
--- a/sys-fs/traydevice/traydevice-1.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="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:0"
-DEPEND="app-text/docbook2X"
-
-src_prepare() {
-       sed -i \
-               -e 's:docbook2man:docbook2man.pl:' \
-               setup.py || die
-
-       distutils_src_prepare
-}
-
-src_compile() { :; }
-
-src_install() {
-       distutils_src_install \
-               --root="${D}" \
-               --prefix=/usr \
-               --install-data=/usr/share/${PN} \
-               --install-man=/usr/share/man
-
-       rm -f "${D}"/usr/share/${PN}/*.txt
-}

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 7e6e828..0000000
--- 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
-}

Reply via email to