diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
commit | 57ae1c8ff364c122b12372c38bb50d5a652487a9 (patch) | |
tree | 621866def4e0dd6febc32b6be3c0156f9ebe6579 /app-misc/proxyper | |
parent | whitespace cleanup (diff) | |
download | historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.gz historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.bz2 historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.zip |
whitespace cleanup
Diffstat (limited to 'app-misc/proxyper')
-rw-r--r-- | app-misc/proxyper/Manifest | 4 | ||||
-rw-r--r-- | app-misc/proxyper/proxyper-333.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/proxyper/Manifest b/app-misc/proxyper/Manifest index 5d68e6aac4e2..8afb9650e059 100644 --- a/app-misc/proxyper/Manifest +++ b/app-misc/proxyper/Manifest @@ -1,4 +1,4 @@ +MD5 df3ae70d6812da8bcb4b949e894b23e3 ChangeLog 395 +MD5 1c46cf0db7673a1bd0d95f00b1d85c02 proxyper-333.ebuild 1390 MD5 725a1f7d026ed892bb7fcf4e886925cc files/digest-proxyper-333 148 MD5 7cf9cc735f3b3da221f30879f630d8bb files/proxyper.init 513 -MD5 df3ae70d6812da8bcb4b949e894b23e3 ChangeLog 395 -MD5 ca9be6245f39895060f69e195d93cb1d proxyper-333.ebuild 1389 diff --git a/app-misc/proxyper/proxyper-333.ebuild b/app-misc/proxyper/proxyper-333.ebuild index 8e56ad1e2ac9..07a741037227 100644 --- a/app-misc/proxyper/proxyper-333.ebuild +++ b/app-misc/proxyper/proxyper-333.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/app-misc/proxyper/proxyper-333.ebuild,v 1.2 2003/07/01 22:31:32 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/proxyper/proxyper-333.ebuild,v 1.3 2003/09/05 12:10:36 msterret Exp $ # This is my very first ebuild. I hope it will be easy since there's no @@ -23,7 +23,7 @@ elif [ `use ppc` ]; then elif [ `use sparc` ]; then S="${WORKDIR}/${PN}${PV}-linux-sparc" elif [ `use alpha` ]; then - S="${WORKDIR}/${PN}${PV}-linux-alpha" + S="${WORKDIR}/${PN}${PV}-linux-alpha" fi RESTRICT="nomirror" |