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 377A1158094 for ; Mon, 29 Aug 2022 08:38:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0003E08C4; Mon, 29 Aug 2022 08:38:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C91A0E08C4 for ; Mon, 29 Aug 2022 08:38:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E801534100B for ; Mon, 29 Aug 2022 08:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2719A5B5 for ; Mon, 29 Aug 2022 08:38:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1661762177.26fa04a2a0dc3b8a38966c12e779b5ed45646862.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmss/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild X-VCS-Directories: x11-plugins/gkrellmss/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 26fa04a2a0dc3b8a38966c12e779b5ed45646862 X-VCS-Branch: master Date: Mon, 29 Aug 2022 08:38:32 +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: b1afc4ed-d69b-4444-9018-e1baca2ab1cf X-Archives-Hash: ca6a5749f7b8de6168dd0ce08edb94a2 commit: 26fa04a2a0dc3b8a38966c12e779b5ed45646862 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 29 07:34:17 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 29 08:36:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fa04a2 x11-plugins/gkrellmss: drop 2.6-r4 Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild | 38 --------------------------- 1 file changed, 38 deletions(-) diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild deleted file mode 100644 index cfd3b71cfb01..000000000000 --- a/x11-plugins/gkrellmss/gkrellmss-2.6-r4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gkrellm-plugin - -DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" -HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html" -SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~sparc x86" -IUSE="nls" - -RDEPEND=" - app-admin/gkrellm:2[X] - media-libs/alsa-lib - sci-libs/fftw:3.0=" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-Respect-LDFLAGS.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -PLUGIN_DOCS=( Themes ) - -src_configure() { - PLUGIN_SO=( src/gkrellmss$(get_modname) ) - default -} - -src_compile() { - addpredict /dev/snd - emake enable_nls=$(usex nls 1 0) -}