diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-31 00:34:46 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-31 00:34:46 +0000 |
commit | e931fc1854106462024c80fb03a2a849f8f6631d (patch) | |
tree | 480e926536eef1b3c8010384125f053751609272 /net-misc/putty | |
parent | Update the i18n patch to fix cut again as well as expand #104286 by peteru. (diff) | |
download | historical-e931fc1854106462024c80fb03a2a849f8f6631d.tar.gz historical-e931fc1854106462024c80fb03a2a849f8f6631d.tar.bz2 historical-e931fc1854106462024c80fb03a2a849f8f6631d.zip |
Marked Stable on AMD64.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/Manifest | 18 | ||||
-rw-r--r-- | net-misc/putty/putty-0.58.ebuild | 4 |
3 files changed, 20 insertions, 7 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 2289567609a8..04dcd252b2cd 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.26 2005/08/21 19:11:51 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.27 2005/08/31 00:34:46 metalgod Exp $ + + 31 Aug 2005; Luis Medinas <metalgod@gentoo.org> putty-0.58.ebuild: + Marked Stable on AMD64. *putty-0.58 (21 Aug 2005) diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest index 9092b1c77bec..049cec6b07c2 100644 --- a/net-misc/putty/Manifest +++ b/net-misc/putty/Manifest @@ -1,8 +1,18 @@ -MD5 c95b48867085ebfa89ebe1cef63369ba putty-0.58.ebuild 1556 -MD5 4a383beb375f4954b2af0c9d53acfc22 putty-0.57.ebuild 1820 -MD5 6af0d0104abaceca6cfc9df8873ec457 ChangeLog 3652 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 036764e843cd2df98eb8e4da9bd0aa09 ChangeLog 3750 MD5 a95f430323d2b9413a9ae45efb4d616c metadata.xml 549 +MD5 4a383beb375f4954b2af0c9d53acfc22 putty-0.57.ebuild 1820 +MD5 c0cf0f925d37c3bca8896e4d1a23a609 putty-0.58.ebuild 1557 MD5 3a07269379d199e6363fbe0250c5899a files/digest-putty-0.57 63 -MD5 7c38293f57fa00b6d687477113f0625b files/digest-putty-0.58 63 MD5 4f674a5fd23877ac6d76c6d9baa33041 files/putty-ut_time.patch 824 MD5 85355228c88a7a925e751df0f058f0ea files/putty.desktop 207 +MD5 7c38293f57fa00b6d687477113f0625b files/digest-putty-0.58 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDFQigwUpWvClEHQoRAniMAJ0UgkYZJXUQQdgqL9m2CqrK2ZSjxwCfdoDq +CPLcW/rvUYyZGR9DKTP8gWo= +=Z/gp +-----END PGP SIGNATURE----- diff --git a/net-misc/putty/putty-0.58.ebuild b/net-misc/putty/putty-0.58.ebuild index f0338151b86e..d589b57d4822 100644 --- a/net-misc/putty/putty-0.58.ebuild +++ b/net-misc/putty/putty-0.58.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.58.ebuild,v 1.2 2005/08/29 10:50:37 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.58.ebuild,v 1.3 2005/08/31 00:34:46 metalgod Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://the.earth.li/~sgtatham/putty/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 ~alpha ~ppc ~sparc ~amd64" +KEYWORDS="~alpha amd64 ~ppc ~sparc x86" IUSE="doc gtk ipv6" RDEPEND="gtk? ( =x11-libs/gtk+-1.2* virtual/x11 )" |