diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:22:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:22:21 +0200 |
commit | 97645f68ded959aa75f85918a9db71814615fe5e (patch) | |
tree | 6ca20d062750f52f99754b80689b463621cc51ae /sys-fs | |
parent | net-mail/libpst: Remove last-rited pkg (diff) | |
download | gentoo-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>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/traydevice/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/traydevice/metadata.xml | 8 | ||||
-rw-r--r-- | sys-fs/traydevice/traydevice-1.6.2-r2.ebuild | 40 |
3 files changed, 0 insertions, 49 deletions
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 -} |