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 66089158094 for ; Thu, 15 Sep 2022 15:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AA2FE096A; Thu, 15 Sep 2022 15:11:00 +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 86138E096A for ; Thu, 15 Sep 2022 15:10:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FE95340FD2 for ; Thu, 15 Sep 2022 15:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4E4F5DD for ; Thu, 15 Sep 2022 15:10:54 +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: <1663254628.7e374e819d8fee4248ac7474af57a089cf61e5f9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpiload-ac/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild X-VCS-Directories: x11-plugins/wmacpiload-ac/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7e374e819d8fee4248ac7474af57a089cf61e5f9 X-VCS-Branch: master Date: Thu, 15 Sep 2022 15:10:54 +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: 44b8aace-a888-433a-8ae0-9fe89ed552b2 X-Archives-Hash: d901a29fdc602a122d4bb85d2b154776 commit: 7e374e819d8fee4248ac7474af57a089cf61e5f9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 15 14:54:50 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 15 15:10:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e374e81 x11-plugins/wmacpiload-ac: drop 0.2.0 Closes: https://bugs.gentoo.org/867166 Signed-off-by: Andreas Sturmlechner gentoo.org> .../wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild deleted file mode 100644 index 5dd7b6116524..000000000000 --- a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P=${P/-ac} - -DESCRIPTION="WMACPILoad based dockapp to monitor CPU temp and battery time on ACPI kernels" -HOMEPAGE="http://wmacpiload.tuxfamily.org/" -SRC_URI="http://wmacpiload.tuxfamily.org/download/${MY_P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 x86" -IUSE="debug" - -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - econf $(use_enable debug) -}