diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:52:14 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:52:14 +0000 |
commit | 1a304a03c2fb4684f278fb9deb088ffb4bc52e34 (patch) | |
tree | d5a2ea135063346fddbc5bd4b5e1917146633dfc /x11-plugins/ascpu | |
parent | reshuffle metadata.xml (diff) | |
download | gentoo-2-1a304a03c2fb4684f278fb9deb088ffb4bc52e34.tar.gz gentoo-2-1a304a03c2fb4684f278fb9deb088ffb4bc52e34.tar.bz2 gentoo-2-1a304a03c2fb4684f278fb9deb088ffb4bc52e34.zip |
header fix
Diffstat (limited to 'x11-plugins/ascpu')
-rw-r--r-- | x11-plugins/ascpu/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/ascpu/ascpu-1.9.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/ascpu/Manifest b/x11-plugins/ascpu/Manifest index 9de46de50595..b82d6248e02d 100644 --- a/x11-plugins/ascpu/Manifest +++ b/x11-plugins/ascpu/Manifest @@ -1,4 +1,4 @@ MD5 a69c6331359b45a09c2e2378d95de1ff ChangeLog 379 -MD5 7dfeb733de713b5eab2eebde43aed760 ascpu-1.9.ebuild 662 +MD5 b808e931d9df0156f34e685782c71983 ascpu-1.9.ebuild 679 MD5 d8501577130cd99a4eb4543995c90c2f files/ascpu-1.9-gentoo.patch 763 MD5 683348a20ecc2ea05fc85877e60846a0 files/digest-ascpu-1.9 60 diff --git a/x11-plugins/ascpu/ascpu-1.9.ebuild b/x11-plugins/ascpu/ascpu-1.9.ebuild index 5770ac922351..c6ac7ad300ca 100644 --- a/x11-plugins/ascpu/ascpu-1.9.ebuild +++ b/x11-plugins/ascpu/ascpu-1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 2002 Dwight Schauer +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.5 2003/09/06 05:56:25 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.6 2003/09/29 21:49:06 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="CPU statistics monitor utility for X Windows" @@ -17,7 +17,7 @@ src_unpack() { unpack ${A} cd ${S} - patch -p0 < ${FILESDIR}/${P}-gentoo.patch + epatch ${FILESDIR}/${P}-gentoo.patch || die } src_install () { |