Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmsysmon: wmsysmon-0.7.7.ebuild
Date: Sun, 29 Jun 2008 13:46:36
Message-Id: E1KCxEd-0000l4-35@stork.gentoo.org
1 drac 08/06/29 13:46:31
2
3 Modified: wmsysmon-0.7.7.ebuild
4 Log:
5 DESCRIPTION is 112 characters, quoting
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.10 x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild?r1=1.9&r2=1.10
14
15 Index: wmsysmon-0.7.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- wmsysmon-0.7.7.ebuild 22 Jul 2007 04:26:48 -0000 1.9
22 +++ wmsysmon-0.7.7.ebuild 29 Jun 2008 13:46:30 -0000 1.10
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.9 2007/07/22 04:26:48 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.10 2008/06/29 13:46:30 drac Exp $
29
30 inherit eutils
31
32 IUSE="high-ints"
33 -DESCRIPTION="WMaker DockUp to monitor: CPU, Memory, Swap usage, system uptime, hardware interrupts, paging and swap activity."
34 +DESCRIPTION="a dockapp to monitor: CPU, Memory, Uptime, IRQs, Paging and Swap activity."
35 SRC_URI="http://www.gnugeneration.com/software/wmsysmon/src/${P}.tar.gz
36 mirror://gentoo/${P}-s4t4n.patch.bz2"
37 HOMEPAGE="http://www.gnugeneration.com/software/wmsysmon/"
38 @@ -22,15 +22,15 @@
39 src_unpack()
40 {
41 unpack ${A}
42 - cd ${S}
43 + cd "${S}"
44
45 # bug 48851
46 - epatch ${WORKDIR}/${P}-s4t4n.patch
47 + epatch "${WORKDIR}"/${P}-s4t4n.patch
48
49 # Monitor all the 24 interrupts on alpha and x86 SMP machines
50 if use alpha || use high-ints; then
51 cd src
52 - epatch ${FILESDIR}/${PN}-high-ints.patch
53 + epatch "${FILESDIR}"/${PN}-high-ints.patch
54 fi
55 }
56
57
58
59
60 --
61 gentoo-commits@l.g.o mailing list