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/allin1/allin1-0.4.5.ebuild | |
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/allin1/allin1-0.4.5.ebuild')
-rw-r--r-- | x11-plugins/allin1/allin1-0.4.5.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-plugins/allin1/allin1-0.4.5.ebuild b/x11-plugins/allin1/allin1-0.4.5.ebuild index c18c70f45321..f3cda2136e22 100644 --- a/x11-plugins/allin1/allin1-0.4.5.ebuild +++ b/x11-plugins/allin1/allin1-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/allin1/allin1-0.4.5.ebuild,v 1.1 2003/09/05 01:01:37 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/allin1/allin1-0.4.5.ebuild,v 1.2 2003/09/06 05:45:17 msterret Exp $ DESCRIPTION="All in one monitoring dockapp: RAM, CPU, Net, Power, df" HOMEPAGE="http://digilander.libero.it/tailchaser/en_linux_allin1.html" @@ -19,9 +19,8 @@ src_compile() { src_install() { preplib /usr - dobin src/allin1 - doman docs/allin1.1 + dobin src/allin1 + doman docs/allin1.1 dodoc INSTALL COPYING README README.it TODO ChangeLog BUGS \ - allin1.spec src/allin1.conf.example - + allin1.spec src/allin1.conf.example } |