diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:07:07 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:07:07 +0000 |
commit | 30439f6f687b87151904ceecfe7ce5dd3a1ef80f (patch) | |
tree | 995111765bef92a1c88f17832f849453065fbd7b /x11-plugins/wmsysmon | |
parent | QA - Add IUSE, use default src_compile. (diff) | |
download | historical-30439f6f687b87151904ceecfe7ce5dd3a1ef80f.tar.gz historical-30439f6f687b87151904ceecfe7ce5dd3a1ef80f.tar.bz2 historical-30439f6f687b87151904ceecfe7ce5dd3a1ef80f.zip |
QA - Add IUSE, don't assign default S.
Diffstat (limited to 'x11-plugins/wmsysmon')
-rw-r--r-- | x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild index 642029cf17d8..b0bc5ee3771c 100644 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild,v 1.5 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild,v 1.6 2004/06/19 04:07:07 kloeri Exp $ -S=${WORKDIR}/${P} DESCRIPTION="WMaker DockUp to monitor: Memory usage, Swap usage, I/O throughput, system uptime, hardware interrupts, paging and swap activity." SRC_URI="http://www.gnugeneration.com/software/wmsysmon/src/${P}.tar.gz" HOMEPAGE="http://www.gnugeneration.com/software/wmsysmon/" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.gnugeneration.com/software/wmsysmon/" DEPEND="virtual/x11" SLOT="0" +IUSE="" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64" |