diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-06-01 21:42:55 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-06-01 21:42:55 +0000 |
commit | 4e2a4a8962e285d2450ec6ef508c5853c3e748f8 (patch) | |
tree | 70dd4bfbfb05b08433904d681db698c30143243a /net-misc/putty | |
parent | Version bumped. (diff) | |
download | historical-4e2a4a8962e285d2450ec6ef508c5853c3e748f8.tar.gz historical-4e2a4a8962e285d2450ec6ef508c5853c3e748f8.tar.bz2 historical-4e2a4a8962e285d2450ec6ef508c5853c3e748f8.zip |
include puttygen binary
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/Manifest | 4 | ||||
-rw-r--r-- | net-misc/putty/putty-0.54.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 2aabc9fc1b05..b1b58dd837f0 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.15 2004/06/01 21:33:54 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.16 2004/06/01 21:42:55 taviso Exp $ + + 01 Jun 2004; Tavis Ormandy <taviso@gentoo.org> putty-0.54.ebuild: + include puttygen binary *putty-0.54_pre1 (01 Jun 2004) diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest index 05b92b6a8017..9ab86a1677e2 100644 --- a/net-misc/putty/Manifest +++ b/net-misc/putty/Manifest @@ -1,6 +1,6 @@ MD5 129b1150ad32121ce6a9039fee4de7e7 putty-0.54_pre1.ebuild 1664 -MD5 c43ccb379e41027591a0e959a35a6d9e putty-0.54.ebuild 1472 -MD5 50fc9f8d49f6b217ad1e259ed41c459d ChangeLog 2522 +MD5 7ad919efa454f0f5146ca4728549d548 putty-0.54.ebuild 1492 +MD5 43b3de1c6aa566eb9952435363afcb24 ChangeLog 2617 MD5 a95f430323d2b9413a9ae45efb4d616c metadata.xml 549 MD5 a2ad14ee6d36a140e2cc1cee21288bd9 files/digest-putty-0.54 62 MD5 4f674a5fd23877ac6d76c6d9baa33041 files/putty-ut_time.patch 824 diff --git a/net-misc/putty/putty-0.54.ebuild b/net-misc/putty/putty-0.54.ebuild index ea78520fe60f..ff794c892067 100644 --- a/net-misc/putty/putty-0.54.ebuild +++ b/net-misc/putty/putty-0.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.54.ebuild,v 1.1 2004/06/01 21:33:54 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.54.ebuild,v 1.2 2004/06/01 21:42:55 taviso Exp $ inherit eutils @@ -40,8 +40,8 @@ src_compile() { src_install() { cd ${S}/unix - doman plink.1 pterm.1 putty.1 puttytel.1 - dobin plink pterm putty puttytel psftp pscp + doman plink.1 pterm.1 putty.1 puttytel.1 puttygen.1 + dobin plink pterm putty puttytel psftp pscp puttygen cd ${S} |