summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-02 10:22:21 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-02 10:22:21 +0200
commit97645f68ded959aa75f85918a9db71814615fe5e (patch)
tree6ca20d062750f52f99754b80689b463621cc51ae
parentnet-mail/libpst: Remove last-rited pkg (diff)
downloadgentoo-97645f68ded959aa75f85918a9db71814615fe5e.tar.gz
gentoo-97645f68ded959aa75f85918a9db71814615fe5e.tar.bz2
gentoo-97645f68ded959aa75f85918a9db71814615fe5e.zip
sys-fs/traydevice: Remove last-rited pkg
Closes: https://bugs.gentoo.org/717490 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.mask5
-rw-r--r--sys-fs/traydevice/Manifest1
-rw-r--r--sys-fs/traydevice/metadata.xml8
-rw-r--r--sys-fs/traydevice/traydevice-1.6.2-r2.ebuild40
4 files changed, 0 insertions, 54 deletions
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 <mgorny@gentoo.org> (2020-08-03)
-# Last release in 2012. Py2 only. Has build failure reported.
-# Removal in 30 days. Bug #717490.
-sys-fs/traydevice
-
# Mikle Kolyada <zlogene@gentoo.org> (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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
- </maintainer>
-</pkgmetadata>
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
-}