diff options
-rw-r--r-- | x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/wmsysmon/wmsysmon-0.7.6.ebuild | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild b/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild index eecdc746a6ab..d951d5df2cc4 100644 --- a/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild +++ b/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild,v 1.7 2004/04/13 18:29:39 rizzo Exp $ - -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-0.7.0.ebuild,v 1.8 2004/06/19 04:04:02 kloeri Exp $ +IUSE="" DESCRIPTION="A program to monitor memory/swap usages." SRC_URI="http://www.sh.rim.or.jp/~ssato/src/${P}.tar.gz" HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#wmmemmon" 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" |