From 97645f68ded959aa75f85918a9db71814615fe5e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 2 Sep 2020 10:22:21 +0200 Subject: sys-fs/traydevice: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/717490 Signed-off-by: Michał Górny --- profiles/package.mask | 5 ---- sys-fs/traydevice/Manifest | 1 - sys-fs/traydevice/metadata.xml | 8 ------ sys-fs/traydevice/traydevice-1.6.2-r2.ebuild | 40 ---------------------------- 4 files changed, 54 deletions(-) delete mode 100644 sys-fs/traydevice/Manifest delete mode 100644 sys-fs/traydevice/metadata.xml delete mode 100644 sys-fs/traydevice/traydevice-1.6.2-r2.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index 900e80a4a833..384ac74e0665 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -626,11 +626,6 @@ dev-vcs/gitinspector # Removal in 30 days. Bug #735328. dev-util/tailor -# Michał Górny (2020-08-03) -# Last release in 2012. Py2 only. Has build failure reported. -# Removal in 30 days. Bug #717490. -sys-fs/traydevice - # Mikle Kolyada (2020-08-02) # consolekit is abandoned upstream. # People are encouraged to switch to any logind diff --git a/sys-fs/traydevice/Manifest b/sys-fs/traydevice/Manifest deleted file mode 100644 index ea1206bd39c7..000000000000 --- a/sys-fs/traydevice/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST traydevice-1.6.2.tar.gz 29238 BLAKE2B 78a5e01ad4f5f1f4df2f64d876b2567aa2001683c9827ac4a152219ab0febeaf4a47744f4cca277516a1cd4a2461f2fd915ab08762c16ab9198326fa2f2c0bab SHA512 19523c502a58aed9e1ea3c52970438a7119d9f4895527777b6c5c4167d44e917b23ca4cb7c1916f7eb7ff8c539d3c72cc1b70712affaa32a9eaa344ec8e92634 diff --git a/sys-fs/traydevice/metadata.xml b/sys-fs/traydevice/metadata.xml deleted file mode 100644 index bc1b97e1eb76..000000000000 --- a/sys-fs/traydevice/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - desktop-misc@gentoo.org - Gentoo Desktop Miscellaneous Project - - diff --git a/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild b/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild deleted file mode 100644 index 43f07a7fa705..000000000000 --- a/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="A little desktop application displaying systray icon for UDisks" -HOMEPAGE="https://savannah.nongnu.org/projects/traydevice/" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] - dev-python/lxml[${PYTHON_MULTI_USEDEP}] - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}] - ') - sys-fs/udisks:2" -DEPEND="app-text/docbook2X" - -src_compile() { :; } - -python_install() { - distutils-r1_python_install \ - --prefix=/usr \ - --install-data=/usr/share/${PN} \ - --install-man=/usr/share/man \ - --docbook2man=docbook2man.pl -} - -python_install_all() { - distutils-r1_python_install_all - rm -f "${ED}"/usr/share/${PN}/doc/*.txt -} -- cgit v1.2.3-65-gdbad