x11-plugins/wmcpuload: Drop old (EAPI=0)
authorMichał Górny <mgorny@gentoo.org>
Sat, 5 Oct 2019 08:27:17 +0000 (10:27 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 5 Oct 2019 08:27:17 +0000 (10:27 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
x11-plugins/wmcpuload/Manifest
x11-plugins/wmcpuload/wmcpuload-1.1.0_pre5.ebuild [deleted file]

index 64e3e7ef33e96916dcf8769b6b84e73882115b9e..373b0af2aaba30ce0ce242694fd6d80d141ec5e9 100644 (file)
@@ -1,2 +1 @@
-DIST wmcpuload-1.1.0pre5.tar.gz 121921 BLAKE2B 3a2c226782e432cf71fc8ae2897219e5a808f4fa02566cbbf48dcce703e105831e21bd3794b153e823ba1a8964e21bffe410681de97433216776ca45a2e8c183 SHA512 9f55609d2d2fde1ee1d02e06840c7769317d6bb5a49de30928d307b514ceb4d05875485a8708420f4a322cdbf1c4aa9d19ec081175a8aabc2f6b15e1a4bb5054
 DIST wmcpuload-1.1.1.tar.gz 167751 BLAKE2B e3e80edbf969a849798ee665e6d8f28a3869f4a6125e99f2e3793d9397574549c8462c53d835d2c18b6817e797bb89d1614a66d7fb84e3241b36ee947b38f0eb SHA512 7271a9216d52a8bc904be9ea401f52b35f0086da4bfc16c76a8348b58818199ecfcf8fb7768fe4d5a1e5cbb986e8d89a92f81f2f1aeea59f84d564607be73b6e
diff --git a/x11-plugins/wmcpuload/wmcpuload-1.1.0_pre5.ebuild b/x11-plugins/wmcpuload/wmcpuload-1.1.0_pre5.ebuild
deleted file mode 100644 (file)
index 47eeeab..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="a dockapp for monitoring CPU usage with a LCD display"
-HOMEPAGE="https://www.dockapps.net/wmcpuload"
-SRC_URI="mirror://gentoo/${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-base/xorg-proto
-       x11-libs/libICE"
-
-S=${WORKDIR}/${P/_/}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed."
-       dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}