diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-22 14:25:36 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-22 14:25:36 +0000 |
commit | df87d627b6bda0c37ba4bac63badf4bc1a1faed5 (patch) | |
tree | 772732325b4f886944ca4cb5d59c37b4a4dcb4e0 /net-misc/putty | |
parent | Regen digest. (diff) | |
download | gentoo-2-df87d627b6bda0c37ba4bac63badf4bc1a1faed5.tar.gz gentoo-2-df87d627b6bda0c37ba4bac63badf4bc1a1faed5.tar.bz2 gentoo-2-df87d627b6bda0c37ba4bac63badf4bc1a1faed5.zip |
alpha/sparc/x86 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/putty-0.60.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 1a298fe718e5..120560acdf2c 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.37 2008/02/21 17:51:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.38 2008/02/22 14:25:36 armin76 Exp $ + + 22 Feb 2008; Raúl Porcel <armin76@gentoo.org> putty-0.60.ebuild: + alpha/sparc/x86 stable 21 Feb 2008; nixnut <nixnut@gentoo.org> putty-0.60.ebuild: Stable on ppc wrt bug 211007 diff --git a/net-misc/putty/putty-0.60.ebuild b/net-misc/putty/putty-0.60.ebuild index ee43be5962ea..d17b2a756032 100644 --- a/net-misc/putty/putty-0.60.ebuild +++ b/net-misc/putty/putty-0.60.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60.ebuild,v 1.2 2008/02/21 17:51:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60.ebuild,v 1.3 2008/02/22 14:25:36 armin76 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="~alpha ~amd64 ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ppc sparc x86" IUSE="doc gtk ipv6" RDEPEND="gtk? ( =x11-libs/gtk+-1.2* )" @@ -42,7 +42,7 @@ src_install() { dobin puttygen plink pscp psftp cd "${S}" - dodoc README README.txt CHECKLST.txt LATEST.VER + dodoc README CHECKLST.txt LATEST.VER # install desktop file provided by Gustav Schaffter in #49577 use gtk && { |