summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-14 16:43:40 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-14 16:43:40 +0300
commitc556b9c594b89cc5cb64c24d49c0dd48c69044b5 (patch)
treede4c9ee02738b3ec2774312ae2dc8fac36dbeaf0 /x11-plugins
parentx11-plugins/wmcliphist: drop 2.1-r2, EAPI6-- (diff)
downloadgentoo-c556b9c594b89cc5cb64c24d49c0dd48c69044b5.tar.gz
gentoo-c556b9c594b89cc5cb64c24d49c0dd48c69044b5.tar.bz2
gentoo-c556b9c594b89cc5cb64c24d49c0dd48c69044b5.zip
x11-plugins/wmcpuload: drop 1.1.1, EAPI6--
Closes: https://bugs.gentoo.org/929951 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmcpuload/wmcpuload-1.1.1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-plugins/wmcpuload/wmcpuload-1.1.1.ebuild b/x11-plugins/wmcpuload/wmcpuload-1.1.1.ebuild
deleted file mode 100644
index eb78e9b41ec3..000000000000
--- a/x11-plugins/wmcpuload/wmcpuload-1.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="a dockapp for monitoring CPU usage with a LCD display"
-HOMEPAGE="https://www.dockapps.net/wmcpuload"
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-libs/libICE"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )