diff options
author | 2004-03-14 00:02:52 +0000 | |
---|---|---|
committer | 2004-03-14 00:02:52 +0000 | |
commit | b3802ca9628bee642f9299f66fdf8965f4335d69 (patch) | |
tree | 072645b8bf159c780452e1addc952da9c06f4d43 /net-misc/putty | |
parent | Added ~mips keyword. (diff) | |
download | historical-b3802ca9628bee642f9299f66fdf8965f4335d69.tar.gz historical-b3802ca9628bee642f9299f66fdf8965f4335d69.tar.bz2 historical-b3802ca9628bee642f9299f66fdf8965f4335d69.zip |
Added to ~ppc
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/putty/Manifest | 6 | ||||
-rw-r--r-- | net-misc/putty/putty-20040313.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 9b283d91e1f6..d25c5be4da18 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,11 @@ # 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.9 2004/03/13 15:18:02 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.10 2004/03/14 00:02:52 dholm Exp $ + +*putty-20040313 (14 Mar 2004) + + 14 Mar 2004; David Holm <dholm@gentoo.org> putty-20040313.ebuild: + Added to ~ppc. 13 Mar 2004; Tavis Ormandy <taviso@gentoo.org> : new snapshot, i'll use bzip2 instead of gzip. diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest index f738a4260320..bb26c7682330 100644 --- a/net-misc/putty/Manifest +++ b/net-misc/putty/Manifest @@ -1,6 +1,6 @@ -MD5 27c2740c5ab57b401017d35b04b422db putty-20030902-r1.ebuild 1386 -MD5 7ae9f7449dad5aa60ae33df39274b9aa putty-20040313.ebuild 1409 -MD5 f7767af63d36f659e1e959aff3f751c9 ChangeLog 1426 +MD5 1b6f56136a71b90b72ec99847761d5af ChangeLog 1543 MD5 a95f430323d2b9413a9ae45efb4d616c metadata.xml 549 +MD5 a8ce665f5bfe91853686a105a162079f putty-20040313.ebuild 1413 +MD5 27c2740c5ab57b401017d35b04b422db putty-20030902-r1.ebuild 1386 MD5 d3c6f158244af5bb6cdd7bbda46e8dc6 files/digest-putty-20040313 71 MD5 68c88474593f165e89a7cf28fe98f555 files/digest-putty-20030902-r1 70 diff --git a/net-misc/putty/putty-20040313.ebuild b/net-misc/putty/putty-20040313.ebuild index 489fcd9e0a9a..71ef2ddf8395 100644 --- a/net-misc/putty/putty-20040313.ebuild +++ b/net-misc/putty/putty-20040313.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-20040313.ebuild,v 1.1 2004/03/13 15:18:02 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-20040313.ebuild,v 1.2 2004/03/14 00:02:52 dholm Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/putty-cvs-${PV}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~alpha" +KEYWORDS="~x86 ~alpha ~ppc" IUSE="doc" RDEPEND="=x11-libs/gtk+-1.2* virtual/x11" |