diff options
author | Sam James <sam@gentoo.org> | 2023-11-25 06:15:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-25 06:19:37 +0000 |
commit | 82c8f53ea6eee58e52d2a3ae94c4df9dc0d68ca0 (patch) | |
tree | 7f043ed64b919f72d8d08c22913141c96222edd5 /x11-plugins | |
parent | dev-python/unearth: Remove old (diff) | |
download | gentoo-82c8f53ea6eee58e52d2a3ae94c4df9dc0d68ca0.tar.gz gentoo-82c8f53ea6eee58e52d2a3ae94c4df9dc0d68ca0.tar.bz2 gentoo-82c8f53ea6eee58e52d2a3ae94c4df9dc0d68ca0.zip |
x11-plugins/gkrellm-radio: drop 2.0.4-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild deleted file mode 100644 index 4ede19cfcb87..000000000000 --- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gkrellm-plugin multilib toolchain-funcs - -DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners" -HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php" -SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc sparc x86" -IUSE="lirc" - -RDEPEND=" - app-admin/gkrellm:2[X] - lirc? ( app-misc/lirc )" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-makefile.patch - "${FILESDIR}"/${P}-r1-pkgconfig.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} -} |