diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | d57e8cd5234564c17748dd8cc2009b254afb8b5c (patch) | |
tree | 90b32b34467e23ea2c4af62a42850439767cf524 /net-misc/putty | |
parent | LICENSE fix (diff) | |
download | historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2 historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/Manifest | 4 | ||||
-rw-r--r-- | net-misc/putty/putty-20030603.ebuild | 12 | ||||
-rw-r--r-- | net-misc/putty/putty-20030902.ebuild | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest index e418831edd3e..26246798b02a 100644 --- a/net-misc/putty/Manifest +++ b/net-misc/putty/Manifest @@ -1,6 +1,6 @@ -MD5 d6f12b4524798c04895f8a0be357fe99 putty-20030902.ebuild 1372 MD5 e81d46d7332086c2401679b083cd383f ChangeLog 796 -MD5 7c8f03eb56fc5a6e0230a53623eb98cb putty-20030603.ebuild 1421 +MD5 f05c1530fb8ab3d11c216ab2efb29484 putty-20030603.ebuild 1418 MD5 a95f430323d2b9413a9ae45efb4d616c metadata.xml 549 +MD5 71e555f70bd54b56f33c5966619ff7b5 putty-20030902.ebuild 1370 MD5 bcc49e4648a2fa3b47fb42141928e0e0 files/digest-putty-20030603 70 MD5 68c88474593f165e89a7cf28fe98f555 files/digest-putty-20030902 70 diff --git a/net-misc/putty/putty-20030603.ebuild b/net-misc/putty/putty-20030603.ebuild index 4800d80384eb..5b61dd72f820 100644 --- a/net-misc/putty/putty-20030603.ebuild +++ b/net-misc/putty/putty-20030603.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/net-misc/putty/putty-20030603.ebuild,v 1.5 2003/06/26 10:09:58 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-20030603.ebuild,v 1.6 2003/09/05 22:01:49 msterret Exp $ cvs_update="20030603" DESCRIPTION="UNIX port of the famous Windows Telnet and SSH client" @@ -28,7 +28,7 @@ inherit ccc S=${WORKDIR}/${PN} src_compile() { - + # generate the makefiles einfo "Generating Makefiles..." ${S}/mkfiles.pl || die "failed to create makefiles." @@ -43,15 +43,15 @@ src_compile() { } src_install() { - + cd ${S}/unix - + # man pages... doman plink.1 pterm.1 putty.1 puttytel.1 - + # binaries... dobin plink pterm putty puttytel - + cd ${S} # docs... diff --git a/net-misc/putty/putty-20030902.ebuild b/net-misc/putty/putty-20030902.ebuild index e176b0989196..aa34caf2514f 100644 --- a/net-misc/putty/putty-20030902.ebuild +++ b/net-misc/putty/putty-20030902.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/net-misc/putty/putty-20030902.ebuild,v 1.1 2003/09/02 12:11:28 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-20030902.ebuild,v 1.2 2003/09/05 22:01:49 msterret Exp $ DESCRIPTION="UNIX port of the famous Windows Telnet and SSH client" @@ -37,15 +37,15 @@ src_compile() { } src_install() { - + cd ${S}/unix - + # man pages... doman plink.1 pterm.1 putty.1 puttytel.1 - + # binaries... dobin plink pterm putty puttytel - + cd ${S} # docs... |