Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xystray/
Date: Thu, 12 May 2022 14:10:28
Message-Id: 1652364355.59edd648e83f6bac99cbaa730dcca1acb24865e2.marecki@gentoo
1 commit: 59edd648e83f6bac99cbaa730dcca1acb24865e2
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 14:05:55 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 14:05:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59edd648
7
8 x11-misc/xystray: drop 1.0
9
10 Intentionally drops this package to ~arch-only on x86.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 x11-misc/xystray/xystray-1.0.ebuild | 28 ----------------------------
15 1 file changed, 28 deletions(-)
16
17 diff --git a/x11-misc/xystray/xystray-1.0.ebuild b/x11-misc/xystray/xystray-1.0.ebuild
18 deleted file mode 100644
19 index d640d249dafd..000000000000
20 --- a/x11-misc/xystray/xystray-1.0.ebuild
21 +++ /dev/null
22 @@ -1,28 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -DESCRIPTION="A simple implementation of freedesktop.org notification area for X"
29 -HOMEPAGE="https://steelman.github.com/xystray/"
30 -SRC_URI="https://github.com/steelman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="GPL-2+"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -CDEPEND="
38 - x11-libs/libX11
39 - x11-libs/libXt"
40 -DEPEND="${CDEPEND}
41 - x11-libs/libXaw"
42 -RDEPEND="${CDEPEND}"
43 -
44 -PATCHES=(
45 - "${FILESDIR}/${P}-ldflags.patch"
46 -)
47 -
48 -src_install() {
49 - dobin xystray
50 -}