diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-04-16 15:48:08 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-04-16 15:48:08 +0000 |
commit | c2c16810798e055c92ab4b43ff99ff7f7da456bc (patch) | |
tree | 90b1ddc4b76ac84046cae20800ea73d6074e5675 /x11-plugins/wmforkplop | |
parent | Removed mask for gentoolkit-dev-0.2.6.9 (diff) | |
download | gentoo-2-c2c16810798e055c92ab4b43ff99ff7f7da456bc.tar.gz gentoo-2-c2c16810798e055c92ab4b43ff99ff7f7da456bc.tar.bz2 gentoo-2-c2c16810798e055c92ab4b43ff99ff7f7da456bc.zip |
Initial commit from my overlay
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmforkplop')
-rw-r--r-- | x11-plugins/wmforkplop/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmforkplop/metadata.xml | 12 | ||||
-rw-r--r-- | x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild | 20 |
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/wmforkplop/ChangeLog b/x11-plugins/wmforkplop/ChangeLog new file mode 100644 index 000000000000..06d30a4a858c --- /dev/null +++ b/x11-plugins/wmforkplop/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/wmforkplop +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmforkplop/ChangeLog,v 1.1 2009/04/16 15:48:08 voyageur Exp $ + +*wmforkplop-0.9.3 (16 Apr 2009) + + 16 Apr 2009; Bernard Cafarelli <voyageur@gentoo.org> +metadata.xml, + +wmforkplop-0.9.3.ebuild: + Initial commit from my overlay + diff --git a/x11-plugins/wmforkplop/metadata.xml b/x11-plugins/wmforkplop/metadata.xml new file mode 100644 index 000000000000..ed275b7d045f --- /dev/null +++ b/x11-plugins/wmforkplop/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-dock</herd> + <maintainer> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> + </maintainer> + <longdescription> + wmforkplop is yet another dockapp for WindowMaker, or any windowmanager/desktop environment that handles dockapps. It is a mixture between wmhdplop and the great wmtop: wmforkplop monitors your processes by sending visual stimuli to your cortex each time your kernel forks or kills a process. Try to compile a kernel and enjoy the wmforkplop show! + </longdescription> +</pkgmetadata> diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild b/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild new file mode 100644 index 000000000000..2bc6a7384ad9 --- /dev/null +++ b/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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.1 2009/04/16 15:48:08 voyageur Exp $ + +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" +IUSE="" + +DEPEND="gnome-base/libgtop + media-libs/imlib2" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "installation failed" +} |