diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-06-03 16:15:34 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-06-03 16:15:34 +0000 |
commit | 047ea7fe997edc6ac97920cd24c3414e291a6de1 (patch) | |
tree | 5a08159d1a1ce4ecb5609d0a7479a1f4dcb75c43 /net-misc/putty | |
parent | initial import, putty ssh client. (diff) | |
download | gentoo-2-047ea7fe997edc6ac97920cd24c3414e291a6de1.tar.gz gentoo-2-047ea7fe997edc6ac97920cd24c3414e291a6de1.tar.bz2 gentoo-2-047ea7fe997edc6ac97920cd24c3414e291a6de1.zip |
*** empty log message ***
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/Manifest | 2 | ||||
-rw-r--r-- | net-misc/putty/putty-20030603.ebuild | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest index 2db9cbc00be6..e0ad0caedcfb 100644 --- a/net-misc/putty/Manifest +++ b/net-misc/putty/Manifest @@ -1,3 +1,3 @@ MD5 af22b195d693c4b2feeb70dde90baa9a ChangeLog 365 -MD5 4ca2fb56d51d27690bcec4597fc2fd3b putty-20030603.ebuild 1345 +MD5 ff00efda0a99ae774090bf301966dd15 putty-20030603.ebuild 1189 MD5 bcc49e4648a2fa3b47fb42141928e0e0 files/digest-putty-20030603 70 diff --git a/net-misc/putty/putty-20030603.ebuild b/net-misc/putty/putty-20030603.ebuild index 2b6e72447bea..efd0f4965b07 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.1 2003/06/03 15:57:53 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-20030603.ebuild,v 1.2 2003/06/03 16:15:26 taviso Exp $ cvs_update="20030603" DESCRIPTION="UNIX port of the famous Windows SSH client" @@ -56,8 +56,3 @@ src_install() { # docs... dodoc README README.txt LICENSE doc/* } - -pkg_postinst() { - einfo "Please note that pterm will not work without UNIX98 PTYS support" - einfo "If you want to use pterm, you may have to enable it." -} |