diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-29 09:34:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-29 10:36:17 +0200 |
commit | 7156f0be1b6635071cd83c104ac44bd3809ce406 (patch) | |
tree | aaedb214a70a2618fd3b62292776d45d0882dcff /x11-plugins | |
parent | x11-plugins/gkrellmoon: drop 0.6-r2 (diff) | |
download | gentoo-7156f0be1b6635071cd83c104ac44bd3809ce406.tar.gz gentoo-7156f0be1b6635071cd83c104ac44bd3809ce406.tar.bz2 gentoo-7156f0be1b6635071cd83c104ac44bd3809ce406.zip |
x11-plugins/gkrellm-radio: drop 2.0.4
Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild deleted file mode 100644 index 37e9b9d77ffe..000000000000 --- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gkrellm-plugin toolchain-funcs - -DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners" -SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" -HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc sparc x86" -IUSE="lirc" - -RDEPEND=" - app-admin/gkrellm:2[X] - lirc? ( app-misc/lirc )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN} -PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) - -src_configure() { - PLUGIN_SO=( radio$(get_modname) ) - default -} - -src_compile() { - use lirc && myconf="${myconf} WITH_LIRC=1" - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf} -} |