From aeeed8b1a034c86d5c3d9c6375171e469543fc87 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 21 Aug 2018 09:22:49 +0200 Subject: x11-plugins/wmforkplop: restore RDEPEND --- x11-plugins/wmforkplop/wmforkplop-0.9.3-r2.ebuild | 18 ------------------ x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 x11-plugins/wmforkplop/wmforkplop-0.9.3-r2.ebuild create mode 100644 x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r2.ebuild b/x11-plugins/wmforkplop/wmforkplop-0.9.3-r2.ebuild deleted file mode 100644 index 5d55aaf80fb2..000000000000 --- a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="monitors the forking activity of the kernel and most active processes" -HOMEPAGE="http://hules.free.fr/wmforkplop" -SRC_URI="http://hules.free.fr/wmforkplop/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris" - -DEPEND="gnome-base/libgtop - media-libs/imlib2[X]" - -# Easier to patch configure directly here -PATCHES=( "${FILESDIR}"/${P}-cflags.patch ) diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild b/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild new file mode 100644 index 000000000000..3878d594dd31 --- /dev/null +++ b/x11-plugins/wmforkplop/wmforkplop-0.9.3-r3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="monitors the forking activity of the kernel and most active processes" +HOMEPAGE="http://hules.free.fr/wmforkplop" +SRC_URI="http://hules.free.fr/wmforkplop/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris" + +DEPEND="gnome-base/libgtop + media-libs/imlib2[X]" +RDEPEND="${DEPEND}" + +# Easier to patch configure directly here +PATCHES=( "${FILESDIR}"/${P}-cflags.patch ) -- cgit v1.2.3-65-gdbad