summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 12:10:43 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 12:10:43 +0000
commita913575f3789572a76e98d53c68e9e511b479d7f (patch)
tree78aa5f0315c08f62fcab0adc3a586ee68dfe2be4 /app-misc/tkpasman
parentwhitespace cleanup (diff)
downloadgentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.gz
gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.bz2
gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.zip
whitespace cleanup
Diffstat (limited to 'app-misc/tkpasman')
-rw-r--r--app-misc/tkpasman/Manifest4
-rw-r--r--app-misc/tkpasman/tkpasman-2.2.ebuild4
-rw-r--r--app-misc/tkpasman/tkpasman-2.2a.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/tkpasman/Manifest b/app-misc/tkpasman/Manifest
index 1fa121074605..94a7a7a25bd0 100644
--- a/app-misc/tkpasman/Manifest
+++ b/app-misc/tkpasman/Manifest
@@ -1,5 +1,5 @@
MD5 d9d4e451b9952be285f29cb34a0a25e2 ChangeLog 536
-MD5 46efedae56302a830863b394cd4f17af tkpasman-2.2.ebuild 852
-MD5 cb26a35259c7920080def53c9e30c144 tkpasman-2.2a.ebuild 842
+MD5 5b898a380c51cc519c7a418c7f67a709 tkpasman-2.2.ebuild 855
+MD5 9bb15fca69d10f1f6c56656d3a93bbf5 tkpasman-2.2a.ebuild 845
MD5 d76723adc51c452e8b35c96fb5c5eb3e files/digest-tkpasman-2.2 63
MD5 ae240d49b3add0897d8625c6c9d4335c files/digest-tkpasman-2.2a 64
diff --git a/app-misc/tkpasman/tkpasman-2.2.ebuild b/app-misc/tkpasman/tkpasman-2.2.ebuild
index a70073f4e1e7..eba79def05bb 100644
--- a/app-misc/tkpasman/tkpasman-2.2.ebuild
+++ b/app-misc/tkpasman/tkpasman-2.2.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/tkpasman/tkpasman-2.2.ebuild,v 1.3 2003/07/11 19:30:24 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2.ebuild,v 1.4 2003/09/05 12:10:36 msterret Exp $
MY_P="TkPasMan-${PV}"
@@ -21,7 +21,7 @@ RDEPEND="ssl? ( dev-libs/openssl )
src_unpack() {
unpack ${A}
- cd ${S}
+ cd ${S}
cp config config.old
use ssl || sed "s:^USE_OPENSSL=true:USE_OPENSSL=false:g" config.old >config
diff --git a/app-misc/tkpasman/tkpasman-2.2a.ebuild b/app-misc/tkpasman/tkpasman-2.2a.ebuild
index afe6a0832122..13a448f53161 100644
--- a/app-misc/tkpasman/tkpasman-2.2a.ebuild
+++ b/app-misc/tkpasman/tkpasman-2.2a.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/tkpasman/tkpasman-2.2a.ebuild,v 1.1 2003/07/19 13:25:10 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2a.ebuild,v 1.2 2003/09/05 12:10:36 msterret Exp $
MY_P="TkPasMan-${PV}"
@@ -21,7 +21,7 @@ RDEPEND="ssl? ( dev-libs/openssl )
>=dev-lang/tcl-8.3"
src_unpack() {
- unpack ${A} ; cd ${S}
+ unpack ${A} ; cd ${S}
use ssl || sed -i "s:^USE_OPENSSL=true:USE_OPENSSL=false:g" config
}