commit: 4e0c8cbc0930eec60713f988927d0328aa9eedb5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 5 08:27:17 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 5 08:27:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0c8cbc
x11-plugins/wmcpuload: Drop old (EAPI=0) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-plugins/wmcpuload/Manifest | 1 - x11-plugins/wmcpuload/wmcpuload-1.1.0_pre5.ebuild | 27 ----------------------- 2 files changed, 28 deletions(-) diff --git a/x11-plugins/wmcpuload/Manifest b/x11-plugins/wmcpuload/Manifest index 64e3e7ef33e..373b0af2aab 100644 --- a/x11-plugins/wmcpuload/Manifest +++ b/x11-plugins/wmcpuload/Manifest @@ -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 index 47eeeabe835..00000000000 --- a/x11-plugins/wmcpuload/wmcpuload-1.1.0_pre5.ebuild +++ /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 -}
