summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 13:46:30 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 13:46:30 +0000
commit9bbb49b13576400e9e2694065301f846a5212558 (patch)
treee7d4b820567129c5ce1e55a9964a8d903129881f /x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild
parentDESCRIPTION is 181 characters (diff)
downloadgentoo-2-9bbb49b13576400e9e2694065301f846a5212558.tar.gz
gentoo-2-9bbb49b13576400e9e2694065301f846a5212558.tar.bz2
gentoo-2-9bbb49b13576400e9e2694065301f846a5212558.zip
DESCRIPTION is 112 characters, quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild')
-rw-r--r--x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild
index 9a8d1b81dbfe..b846ecc7e03a 100644
--- a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild
+++ b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.9 2007/07/22 04:26:48 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.10 2008/06/29 13:46:30 drac Exp $
inherit eutils
IUSE="high-ints"
-DESCRIPTION="WMaker DockUp to monitor: CPU, Memory, Swap usage, system uptime, hardware interrupts, paging and swap activity."
+DESCRIPTION="a dockapp to monitor: CPU, Memory, Uptime, IRQs, Paging and Swap activity."
SRC_URI="http://www.gnugeneration.com/software/wmsysmon/src/${P}.tar.gz
mirror://gentoo/${P}-s4t4n.patch.bz2"
HOMEPAGE="http://www.gnugeneration.com/software/wmsysmon/"
@@ -22,15 +22,15 @@ DEPEND="${RDEPEND}
src_unpack()
{
unpack ${A}
- cd ${S}
+ cd "${S}"
# bug 48851
- epatch ${WORKDIR}/${P}-s4t4n.patch
+ epatch "${WORKDIR}"/${P}-s4t4n.patch
# Monitor all the 24 interrupts on alpha and x86 SMP machines
if use alpha || use high-ints; then
cd src
- epatch ${FILESDIR}/${PN}-high-ints.patch
+ epatch "${FILESDIR}"/${PN}-high-ints.patch
fi
}