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-plugins/gkrellm-xkb/
Date: Mon, 29 Aug 2022 08:38:36
Message-Id: 1661762179.8dbe8d5137a0fa8bd52fd4ceccce690318b49138.asturm@gentoo
1 commit: 8dbe8d5137a0fa8bd52fd4ceccce690318b49138
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:35:32 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:36:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbe8d51
7
8 x11-plugins/gkrellm-xkb: drop 1.05-r1
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild | 29 ----------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
17 deleted file mode 100644
18 index eb076714e07d..000000000000
19 --- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05-r1.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit gkrellm-plugin toolchain-funcs
28 -
29 -DESCRIPTION="XKB keyboard switcher for gkrellm2"
30 -HOMEPAGE="http://tripie.sweb.cz/gkrellm/xkb/"
31 -SRC_URI="http://tripie.sweb.cz/gkrellm/xkb/dist/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="app-admin/gkrellm:2[X]"
39 -DEPEND="${RDEPEND}"
40 -
41 -PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
42 -
43 -src_configure() {
44 - PLUGIN_SO=( xkb$(get_modname) )
45 - default
46 -}
47 -
48 -src_compile() {
49 - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
50 -}