x11-plugins/wmmemload: drop old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2018-12-08 20:57:20 +01:00
committed by Bernard Cafarelli
parent b5f21262c7
commit 86d2015bfb

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools eutils
DESCRIPTION="dockapp that displays memory and swap space usage"
HOMEPAGE="https://www.dockapps.net/wmmemload"
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXt"
S=${WORKDIR}/dockapps
src_prepare() {
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog THANKS
}