diff options
Diffstat (limited to 'x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild')
-rw-r--r-- | x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild index 0e9813967119..850f2b719b3e 100644 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild,v 1.1 2004/08/02 12:07:02 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild,v 1.1.1.1 2005/11/30 10:10:54 chriswhite Exp $ inherit eutils IUSE="high-ints" DESCRIPTION="WMaker DockUp to monitor: CPU, Memory, Swap usage, system uptime, hardware interrupts, paging and swap activity." -SRC_URI="http://www.gnugeneration.com/software/wmsysmon/src/${P}.tar.gz" +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/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc ~alpha ~amd64 ~ppc" +KEYWORDS="x86 sparc alpha amd64 ppc ppc64" DEPEND="virtual/x11" @@ -20,7 +21,7 @@ src_unpack() cd ${S} # bug 48851 - epatch ${FILESDIR}/${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 @@ -37,5 +38,5 @@ src_compile() src_install () { dobin src/wmsysmon - dodoc COPYING ChangeLog FAQ README + dodoc ChangeLog FAQ README } |