commit: be29851d206bab1a22f88375ea1f7df962ddbc4d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 13:46:54 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 13:46:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be29851d
x11-plugins/wmmon: drop 1.4, EAPI6-- Closes: https://bugs.gentoo.org/929954 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> x11-plugins/wmmon/wmmon-1.4.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/x11-plugins/wmmon/wmmon-1.4.ebuild b/x11-plugins/wmmon/wmmon-1.4.ebuild deleted file mode 100644 index b52135abe045..000000000000 --- a/x11-plugins/wmmon/wmmon-1.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Dockable system resources monitor applet for WindowMaker" -HOMEPAGE="https://www.dockapps.net/wmmon" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND=">=x11-libs/libdockapp-0.7:= - x11-libs/libX11 - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto"