diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-02-22 18:03:51 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-02-22 18:03:51 +0000 |
commit | 95ba1a5e3ac51f468d6b4ebe50b372575b32ee76 (patch) | |
tree | 325cb514fdf3fe89a74a1c06d3d3892a8eb5e2c1 | |
parent | removed libsigsegv after committing ppc-macos fix (diff) | |
download | historical-95ba1a5e3ac51f468d6b4ebe50b372575b32ee76.tar.gz historical-95ba1a5e3ac51f468d6b4ebe50b372575b32ee76.tar.bz2 historical-95ba1a5e3ac51f468d6b4ebe50b372575b32ee76.zip |
stable, #82753
Package-Manager: portage-2.0.51-r15
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/Manifest | 4 | ||||
-rw-r--r-- | net-misc/putty/putty-0.57.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 204f40f29798..bfa8ec1777fb 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.21 2005/02/21 08:39:08 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.22 2005/02/22 18:03:51 blubb Exp $ + + 22 Feb 2005; Simon Stelling <blubb@gentoo.org> putty-0.57.ebuild: + stable on amd64 wrt bug #82753 *putty-0.57 (21 Feb 2005) diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest index 31dbe51f65c6..d4f651000625 100644 --- a/net-misc/putty/Manifest +++ b/net-misc/putty/Manifest @@ -1,6 +1,6 @@ -MD5 f9d63b4d448c375e84525ecd7d94e8d4 putty-0.57.ebuild 1409 -MD5 abf0d718c9fdd240ea172a56865a8b43 ChangeLog 3190 +MD5 eac89d4a236dd8b3f981f24a335d2631 ChangeLog 3291 MD5 a95f430323d2b9413a9ae45efb4d616c metadata.xml 549 +MD5 418f4d4155605ce82a3c35f6e8b7864c putty-0.57.ebuild 1407 MD5 3a07269379d199e6363fbe0250c5899a files/digest-putty-0.57 63 MD5 4f674a5fd23877ac6d76c6d9baa33041 files/putty-ut_time.patch 824 MD5 85355228c88a7a925e751df0f058f0ea files/putty.desktop 207 diff --git a/net-misc/putty/putty-0.57.ebuild b/net-misc/putty/putty-0.57.ebuild index e4fe84cd8c6e..f081dd5c7132 100644 --- a/net-misc/putty/putty-0.57.ebuild +++ b/net-misc/putty/putty-0.57.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.57.ebuild,v 1.3 2005/02/21 08:43:26 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.57.ebuild,v 1.4 2005/02/22 18:03:51 blubb Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://the.earth.li/~sgtatham/putty/latest/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 alpha ~ppc ~sparc ~amd64" +KEYWORDS="x86 alpha ~ppc ~sparc amd64" IUSE="doc" RDEPEND="=x11-libs/gtk+-1.2* virtual/x11" |