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 79FC7158094 for ; Mon, 29 Aug 2022 08:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EE13E0876; Mon, 29 Aug 2022 08:38:34 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74F0DE0876 for ; Mon, 29 Aug 2022 08:38:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DC08341030 for ; Mon, 29 Aug 2022 08:38:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDDC95AF for ; Mon, 29 Aug 2022 08:38:31 +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: <1661762176.234c0f85f37eb6626216deaa7f8f126f4763b139.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-leds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild X-VCS-Directories: x11-plugins/gkrellm-leds/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 234c0f85f37eb6626216deaa7f8f126f4763b139 X-VCS-Branch: master Date: Mon, 29 Aug 2022 08:38:31 +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: 45c70454-c621-4af4-8edc-e313703fec6e X-Archives-Hash: c6a1bc60fd9de9163998b654fd216ef3 commit: 234c0f85f37eb6626216deaa7f8f126f4763b139 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 29 07:33:27 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 29 08:36:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234c0f85 x11-plugins/gkrellm-leds: drop 0.8.2-r1 Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner gentoo.org> .../gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild deleted file mode 100644 index ee631d42e276..000000000000 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gkrellm-plugin - -MY_P="${P/rellm-/}" - -DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs" -HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/" -SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~alpha amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND=" - app-admin/gkrellm:2[X] - x11-libs/libXtst" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - PLUGIN_SO=( src/.libs/gkleds$(get_modname) ) - default -}