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-leds/
Date: Mon, 29 Aug 2022 08:38:35
Message-Id: 1661762176.234c0f85f37eb6626216deaa7f8f126f4763b139.asturm@gentoo
1 commit: 234c0f85f37eb6626216deaa7f8f126f4763b139
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:33:27 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:36:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234c0f85
7
8 x11-plugins/gkrellm-leds: drop 0.8.2-r1
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
17 deleted file mode 100644
18 index ee631d42e276..000000000000
19 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild
20 +++ /dev/null
21 @@ -1,30 +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
28 -
29 -MY_P="${P/rellm-/}"
30 -
31 -DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs"
32 -HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/"
33 -SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="2"
37 -KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
38 -IUSE=""
39 -
40 -RDEPEND="
41 - app-admin/gkrellm:2[X]
42 - x11-libs/libXtst"
43 -DEPEND="${RDEPEND}
44 - x11-base/xorg-proto"
45 -
46 -S="${WORKDIR}/${MY_P}"
47 -
48 -src_configure() {
49 - PLUGIN_SO=( src/.libs/gkleds$(get_modname) )
50 - default
51 -}