From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA995158157 for ; Sat, 25 Nov 2023 06:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E53E82BC026; Sat, 25 Nov 2023 06:21:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69D4A2BC025 for ; Sat, 25 Nov 2023 06:21:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C33933FE2A for ; Sat, 25 Nov 2023 06:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61BC8A64 for ; Sat, 25 Nov 2023 06:21:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1700893177.82c8f53ea6eee58e52d2a3ae94c4df9dc0d68ca0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-radio/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild X-VCS-Directories: x11-plugins/gkrellm-radio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 82c8f53ea6eee58e52d2a3ae94c4df9dc0d68ca0 X-VCS-Branch: master Date: Sat, 25 Nov 2023 06:21:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b0e0e98-968c-4024-8b16-e87f9e058e50 X-Archives-Hash: cab48920b3990ad4e4bf7b21f95e988d commit: 82c8f53ea6eee58e52d2a3ae94c4df9dc0d68ca0 Author: Sam James gentoo org> AuthorDate: Sat Nov 25 06:15:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 25 06:19:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c8f53e x11-plugins/gkrellm-radio: drop 2.0.4-r1 Signed-off-by: Sam James gentoo.org> .../gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild | 36 ---------------------- 1 file changed, 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} -}