diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:42:17 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:42:17 +0000 |
commit | 4684bb47cc1d5774fd0fdd4ff98a373a7df85051 (patch) | |
tree | deb0bd059ff0c9d7df22f32cfe65ddaa3343aba5 /x11-plugins/wmmisc | |
parent | DESCRIPTION.toolong (diff) | |
download | gentoo-2-4684bb47cc1d5774fd0fdd4ff98a373a7df85051.tar.gz gentoo-2-4684bb47cc1d5774fd0fdd4ff98a373a7df85051.tar.bz2 gentoo-2-4684bb47cc1d5774fd0fdd4ff98a373a7df85051.zip |
old
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmmisc')
-rw-r--r-- | x11-plugins/wmmisc/wmmisc-0.9.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-plugins/wmmisc/wmmisc-0.9.ebuild b/x11-plugins/wmmisc/wmmisc-0.9.ebuild deleted file mode 100644 index 0a48289a7186..000000000000 --- a/x11-plugins/wmmisc/wmmisc-0.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmisc/wmmisc-0.9.ebuild,v 1.5 2007/07/22 04:28:27 dberkholz Exp $ - -IUSE="" - -DESCRIPTION="WMaker DockApp to monitor the amount of users logged in, the total number of processes, the number of running processes, the total number of forks and the system load average." -HOMEPAGE="http://www.dockapps.org/file.php/id/160" -SRC_URI="http://www.dockapps.org/download.php/id/460/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -src_compile() -{ - emake CFLAGS="${CFLAGS}" || die "Compilation failed" -} - -src_install() -{ - dodir /usr/bin - einstall || die "Installation failed" -} |