Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/unclutter-xfixes/
Date: Tue, 30 Mar 2021 09:06:39
Message-Id: 1617095170.f26df8d15fdfbb1e9b01cefd5c600f85e083c5dc.asturm@gentoo
1 commit: f26df8d15fdfbb1e9b01cefd5c600f85e083c5dc
2 Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 27 16:26:13 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 09:06:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26df8d1
7
8 x11-misc/unclutter-xfixes: drop 1.5
9
10 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../unclutter-xfixes/unclutter-xfixes-1.5.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/x11-misc/unclutter-xfixes/unclutter-xfixes-1.5.ebuild b/x11-misc/unclutter-xfixes/unclutter-xfixes-1.5.ebuild
17 deleted file mode 100644
18 index 87d0a9f6f80..00000000000
19 --- a/x11-misc/unclutter-xfixes/unclutter-xfixes-1.5.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="A rewrite of unclutter using the x11-xfixes extension"
30 -HOMEPAGE="https://github.com/Airblader/unclutter-xfixes"
31 -SRC_URI="https://github.com/Airblader/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~x86"
36 -
37 -RDEPEND="
38 - dev-libs/libev
39 - x11-libs/libX11
40 - x11-libs/libXfixes
41 - x11-libs/libXi
42 - !x11-misc/unclutter
43 -"
44 -DEPEND="${RDEPEND}
45 - app-text/asciidoc
46 - virtual/pkgconfig
47 -"
48 -
49 -src_compile() {
50 - emake CC="$(tc-getCC)"
51 -}