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-radio/
Date: Mon, 29 Aug 2022 08:38:37
Message-Id: 1661762177.7156f0be1b6635071cd83c104ac44bd3809ce406.asturm@gentoo
1 commit: 7156f0be1b6635071cd83c104ac44bd3809ce406
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:34:00 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:36:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7156f0be
7
8 x11-plugins/gkrellm-radio: drop 2.0.4
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../gkrellm-radio/gkrellm-radio-2.0.4.ebuild | 33 ----------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
17 deleted file mode 100644
18 index 37e9b9d77ffe..000000000000
19 --- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild
20 +++ /dev/null
21 @@ -1,33 +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="A minimalistic GKrellM2 plugin to control radio tuners"
30 -SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
31 -HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="2"
35 -KEYWORDS="~amd64 ~ppc sparc x86"
36 -IUSE="lirc"
37 -
38 -RDEPEND="
39 - app-admin/gkrellm:2[X]
40 - lirc? ( app-misc/lirc )"
41 -DEPEND="${RDEPEND}"
42 -
43 -S=${WORKDIR}/${PN}
44 -PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
45 -
46 -src_configure() {
47 - PLUGIN_SO=( radio$(get_modname) )
48 - default
49 -}
50 -
51 -src_compile() {
52 - use lirc && myconf="${myconf} WITH_LIRC=1"
53 - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf}
54 -}