diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-08-05 13:12:35 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-08-05 13:12:35 +0000 |
commit | 1ef2366c7c31cbddad10c2af31e901df09c757a9 (patch) | |
tree | 0122013963027b7c9374b48c0c2b57132c8ea004 /x11-plugins/wmforkplop | |
parent | Add ~x86-fbsd. (diff) | |
download | gentoo-2-1ef2366c7c31cbddad10c2af31e901df09c757a9.tar.gz gentoo-2-1ef2366c7c31cbddad10c2af31e901df09c757a9.tar.bz2 gentoo-2-1ef2366c7c31cbddad10c2af31e901df09c757a9.zip |
Depend on imlib2 with X, thanks Piotr Szymaniak in bug #373057
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmforkplop')
-rw-r--r-- | x11-plugins/wmforkplop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/x11-plugins/wmforkplop/ChangeLog b/x11-plugins/wmforkplop/ChangeLog index b04f02a200ca..72a0dd49bb12 100644 --- a/x11-plugins/wmforkplop/ChangeLog +++ b/x11-plugins/wmforkplop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmforkplop -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmforkplop/ChangeLog,v 1.2 2010/01/07 16:00:12 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmforkplop/ChangeLog,v 1.3 2011/08/05 13:12:35 voyageur Exp $ + + 05 Aug 2011; Bernard Cafarelli <voyageur@gentoo.org> wmforkplop-0.9.3.ebuild: + Depend on imlib2 with X, thanks Piotr Szymaniak in bug #373057 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> wmforkplop-0.9.3.ebuild: diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild b/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild index 336bfa23eaf6..7881c390a9f0 100644 --- a/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild +++ b/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild,v 1.2 2010/01/07 16:00:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild,v 1.3 2011/08/05 13:12:35 voyageur Exp $ + +EAPI=4 DESCRIPTION="monitors the forking activity of the kernel and most active processes" HOMEPAGE="http://hules.free.fr/wmforkplop" @@ -12,9 +14,9 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris" IUSE="" DEPEND="gnome-base/libgtop - media-libs/imlib2" + media-libs/imlib2[X]" RDEPEND="${DEPEND}" -src_install() { - emake DESTDIR="${D}" install || die "installation failed" -} +#src_install() { +# emake DESTDIR="${D}" install +#} |