From 5e0a03d20e373ec0166faedd060f977acb806fc8 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Thu, 11 Feb 2016 10:04:37 +0100 Subject: x11-plugins/wmtop: version bump Updated ebuild (EAPI6, upstream has autoconf now, ...) Package-Manager: portage-2.2.27 --- x11-plugins/wmtop/Manifest | 1 + x11-plugins/wmtop/wmtop-0.85.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 x11-plugins/wmtop/wmtop-0.85.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/wmtop/Manifest b/x11-plugins/wmtop/Manifest index 239c2fa89bd1..1e21743aa13c 100644 --- a/x11-plugins/wmtop/Manifest +++ b/x11-plugins/wmtop/Manifest @@ -1 +1,2 @@ +DIST wmtop-0.85.tar.gz 21554 SHA256 4d2de9fc4a372751a45f16bb487d8625d383550a08252fcdcd8f927b291626d0 SHA512 fd41bcb6799d2c24a43ab906f70138984781c1184e83aca68dcaee9af2bd5e49c50c6dbe2775852152c7d459bc30c074ba3d67f499e033da1646e207d6a02830 WHIRLPOOL c1a1cd22edd660b74ffee97859f2b71a96a7b75f9d22f0ff42a1cdca2b58d75b8c75441ba6476a1916c5ecf66e20e438a92c6edc91ae044bac22e993c0e65475 DIST wmtop-0.9.0.tar.gz 25833 SHA256 b141e608b32c1d58c03c31c18b420d25a490bfe49a63a56cef5b8f86935752de SHA512 f0308b10e94350c51b6782c1399e6583e493b74a261834fd3c8ec75d7c8bbf643a7df5663a8c2645a9167e6718f141ee163039b1f559cbe6c0c154bc1ab1d2d8 WHIRLPOOL 1e2c2b3890c56c3a8afc6de06446bdee9daa48a77b24626550c3a1db2e2c246d830d36083bf3586ba16d4570a409c46e2302ac04ed04b5e7c4ad6367f8bb4988 diff --git a/x11-plugins/wmtop/wmtop-0.85.ebuild b/x11-plugins/wmtop/wmtop-0.85.ebuild new file mode 100644 index 000000000000..f46ee44d3ac3 --- /dev/null +++ b/x11-plugins/wmtop/wmtop-0.85.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit autotools + +DESCRIPTION="dockapp for monitoring the top three processes using cpu or memory" +HOMEPAGE="http://windowmaker.org/dockapps/?name=wmtop" +# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/libdockapp-0.7:= + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-proto/xproto" + +src_prepare() { + eapply_user + + eautoreconf +} -- cgit v1.2.3-18-g5258