diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-15 16:54:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-15 17:10:28 +0200 |
commit | 7e374e819d8fee4248ac7474af57a089cf61e5f9 (patch) | |
tree | 7aa9d7045953c15be6e25af26689bd27a51378dc /x11-plugins | |
parent | sys-cluster/resource-agents: drop 3.9.6, 4.0.1 (diff) | |
download | gentoo-7e374e819d8fee4248ac7474af57a089cf61e5f9.tar.gz gentoo-7e374e819d8fee4248ac7474af57a089cf61e5f9.tar.bz2 gentoo-7e374e819d8fee4248ac7474af57a089cf61e5f9.zip |
x11-plugins/wmacpiload-ac: drop 0.2.0
Closes: https://bugs.gentoo.org/867166
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmacpiload-ac/wmacpiload-ac-0.2.0.ebuild | 28 |
1 files changed, 0 insertions, 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) -} |