diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 05:45:21 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 05:45:21 +0000 |
commit | d0bb554d3bbe2db4ad73f03162baaa24f1299e22 (patch) | |
tree | da08988fb71752b74cc09ab16f28ceec46b205f1 /x11-plugins/ascpu | |
parent | oops someone forgot me ! (diff) | |
download | gentoo-2-d0bb554d3bbe2db4ad73f03162baaa24f1299e22.tar.gz gentoo-2-d0bb554d3bbe2db4ad73f03162baaa24f1299e22.tar.bz2 gentoo-2-d0bb554d3bbe2db4ad73f03162baaa24f1299e22.zip |
whitespace cleanup
Diffstat (limited to 'x11-plugins/ascpu')
-rw-r--r-- | x11-plugins/ascpu/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/ascpu/ascpu-1.9.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/ascpu/Manifest b/x11-plugins/ascpu/Manifest index 5a37371b85e7..724266f49c99 100644 --- a/x11-plugins/ascpu/Manifest +++ b/x11-plugins/ascpu/Manifest @@ -1,4 +1,4 @@ MD5 a69c6331359b45a09c2e2378d95de1ff ChangeLog 379 -MD5 7476d3ae649e2a30d20d5fde2288fd08 ascpu-1.9.ebuild 664 +MD5 3a3acfd472a0f6077ad9f0d1d978392f ascpu-1.9.ebuild 664 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 50d4f15ca151..2529081c1eda 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 # 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.3 2002/11/05 21:10:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.4 2003/09/06 05:45:17 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="CPU statistics monitor utility for X Windows" @@ -21,7 +21,7 @@ src_unpack() { } src_install () { - dodir /usr/bin + dodir /usr/bin dodir /usr/share/man/man1 make DESTDIR=${D} install || die |