Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-fs/traydevice/
Date: Wed, 02 Sep 2020 08:24:32
Message-Id: 1599034941.97645f68ded959aa75f85918a9db71814615fe5e.mgorny@gentoo
1 commit: 97645f68ded959aa75f85918a9db71814615fe5e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 08:22:21 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 08:22:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97645f68
7
8 sys-fs/traydevice: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/717490
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 5 ----
14 sys-fs/traydevice/Manifest | 1 -
15 sys-fs/traydevice/metadata.xml | 8 ------
16 sys-fs/traydevice/traydevice-1.6.2-r2.ebuild | 40 ----------------------------
17 4 files changed, 54 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 900e80a4a83..384ac74e066 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -626,11 +626,6 @@ dev-vcs/gitinspector
24 # Removal in 30 days. Bug #735328.
25 dev-util/tailor
26
27 -# Michał Górny <mgorny@g.o> (2020-08-03)
28 -# Last release in 2012. Py2 only. Has build failure reported.
29 -# Removal in 30 days. Bug #717490.
30 -sys-fs/traydevice
31 -
32 # Mikle Kolyada <zlogene@g.o> (2020-08-02)
33 # consolekit is abandoned upstream.
34 # People are encouraged to switch to any logind
35
36 diff --git a/sys-fs/traydevice/Manifest b/sys-fs/traydevice/Manifest
37 deleted file mode 100644
38 index ea1206bd39c..00000000000
39 --- a/sys-fs/traydevice/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST traydevice-1.6.2.tar.gz 29238 BLAKE2B 78a5e01ad4f5f1f4df2f64d876b2567aa2001683c9827ac4a152219ab0febeaf4a47744f4cca277516a1cd4a2461f2fd915ab08762c16ab9198326fa2f2c0bab SHA512 19523c502a58aed9e1ea3c52970438a7119d9f4895527777b6c5c4167d44e917b23ca4cb7c1916f7eb7ff8c539d3c72cc1b70712affaa32a9eaa344ec8e92634
43
44 diff --git a/sys-fs/traydevice/metadata.xml b/sys-fs/traydevice/metadata.xml
45 deleted file mode 100644
46 index bc1b97e1eb7..00000000000
47 --- a/sys-fs/traydevice/metadata.xml
48 +++ /dev/null
49 @@ -1,8 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 - <maintainer type="project">
54 - <email>desktop-misc@g.o</email>
55 - <name>Gentoo Desktop Miscellaneous Project</name>
56 - </maintainer>
57 -</pkgmetadata>
58
59 diff --git a/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild b/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild
60 deleted file mode 100644
61 index 43f07a7fa70..00000000000
62 --- a/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild
63 +++ /dev/null
64 @@ -1,40 +0,0 @@
65 -# Copyright 1999-2020 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -DISTUTILS_SINGLE_IMPL=1
70 -PYTHON_COMPAT=( python2_7 )
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="A little desktop application displaying systray icon for UDisks"
74 -HOMEPAGE="https://savannah.nongnu.org/projects/traydevice/"
75 -SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="GPL-3"
78 -SLOT="0"
79 -KEYWORDS="amd64 x86"
80 -IUSE=""
81 -
82 -RDEPEND="
83 - $(python_gen_cond_dep '
84 - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
85 - dev-python/lxml[${PYTHON_MULTI_USEDEP}]
86 - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
87 - ')
88 - sys-fs/udisks:2"
89 -DEPEND="app-text/docbook2X"
90 -
91 -src_compile() { :; }
92 -
93 -python_install() {
94 - distutils-r1_python_install \
95 - --prefix=/usr \
96 - --install-data=/usr/share/${PN} \
97 - --install-man=/usr/share/man \
98 - --docbook2man=docbook2man.pl
99 -}
100 -
101 -python_install_all() {
102 - distutils-r1_python_install_all
103 - rm -f "${ED}"/usr/share/${PN}/doc/*.txt
104 -}