diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:00:07 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:00:07 +0000 |
commit | 8c656c20f16aed13ee20c5bb1ce3387330c43239 (patch) | |
tree | 72656b77b0753a666111c7fd92696db3dee596dd | |
parent | QA - Add IUSE, don't assign default S. (Manifest recommit) (diff) | |
download | gentoo-2-8c656c20f16aed13ee20c5bb1ce3387330c43239.tar.gz gentoo-2-8c656c20f16aed13ee20c5bb1ce3387330c43239.tar.bz2 gentoo-2-8c656c20f16aed13ee20c5bb1ce3387330c43239.zip |
QA - Add IUSE.
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.0_beta2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild index ebb005249cd2..3b8aea96b736 100644 --- a/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild +++ b/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild,v 1.6 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild,v 1.7 2004/06/19 04:00:07 kloeri Exp $ S=${WORKDIR}/wmmon.app +IUSE="" DESCRIPTION="Dockable system resources monitor applette for WindowMaker" WMMON_VERSION=1_0b2 SRC_URI="http://rpig.dyndns.org/~anstinus/Linux/wmmon-${WMMON_VERSION}.tar.gz" |