From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A76D138334 for ; Sat, 26 Jan 2019 14:39:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CCB6E0C79; Sat, 26 Jan 2019 14:39:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB7A4E0C79 for ; Sat, 26 Jan 2019 14:39:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A0A6335D2E for ; Sat, 26 Jan 2019 14:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB32250B for ; Sat, 26 Jan 2019 14:39:22 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1548513560.716c1469ebb6a926578a75fbca0250acd8a7b8f1.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/putty/metadata.xml net-misc/putty/putty-0.70.ebuild net-misc/putty/putty-9999.ebuild X-VCS-Directories: net-misc/putty/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 716c1469ebb6a926578a75fbca0250acd8a7b8f1 X-VCS-Branch: master Date: Sat, 26 Jan 2019 14:39:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 625d3e69-6762-4c54-b7a1-12db651bbf5b X-Archives-Hash: 595f64aa873df9bb210de010e57a0ca6 commit: 716c1469ebb6a926578a75fbca0250acd8a7b8f1 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jan 26 14:38:41 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jan 26 14:39:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716c1469 net-misc/putty: Rename USE=kerberos to USE=gssapi Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/putty/metadata.xml | 34 ++++++++++++++++++++-------------- net-misc/putty/putty-0.70.ebuild | 8 ++++---- net-misc/putty/putty-9999.ebuild | 8 ++++---- 3 files changed, 28 insertions(+), 22 deletions(-) diff --git a/net-misc/putty/metadata.xml b/net-misc/putty/metadata.xml index f8db72350db..bff885218f3 100644 --- a/net-misc/putty/metadata.xml +++ b/net-misc/putty/metadata.xml @@ -1,18 +1,24 @@ - - jer@gentoo.org - Jeroen Roovers - - - PuTTY is a free implementation of Telnet and SSH for Windows and Unix - platforms, along with an xterm terminal emulator. It supports flexible - terminal setup, mid-session reconfiguration using Ctrl-rightclick, - multiple X11 authentication protocols, and various other interesting - things not provided by ssh in an xterm. - - - Build the PuTTY client which requires x11-libs/gtk+:2. Otherwise only the CLI tools puttygen, plink, pscp and psftp will be built. - + +jer@gentoo.org +Jeroen Roovers + + +PuTTY is a free implementation of Telnet and SSH for Windows and Unix +platforms, along with an xterm terminal emulator. It supports flexible terminal +setup, mid-session reconfiguration using Ctrl-rightclick, multiple X11 +authentication protocols, and various other interesting things not provided by +ssh in an xterm. + + + +Enable support for GSSAPI (virtual/krb5) + + +Build the PuTTY client which requires x11-libs/gtk+:3. If disabled +only the CLI tools puttygen, plink, pscp and psftp will be built. + + diff --git a/net-misc/putty/putty-0.70.ebuild b/net-misc/putty/putty-0.70.ebuild index 1d6f330296b..888ed3b7bbb 100644 --- a/net-misc/putty/putty-0.70.ebuild +++ b/net-misc/putty/putty-0.70.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc +gtk ipv6 kerberos" +IUSE="doc +gtk ipv6 gssapi" SRC_URI=" https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 https://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz @@ -25,7 +25,7 @@ RDEPEND=" x11-libs/libX11 x11-libs/pango ) - kerberos? ( virtual/krb5 ) + gssapi? ( virtual/krb5 ) " DEPEND=" ${RDEPEND} @@ -47,7 +47,7 @@ src_prepare() { src_configure() { cd "${S}"/unix || die econf \ - $(use_with kerberos gssapi) \ + $(use_with gssapi) \ $(use_with gtk) } diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index c677a8a6686..9d0477fe17e 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -12,7 +12,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE="doc +gtk ipv6 kerberos" +IUSE="doc +gtk ipv6 gssapi" RDEPEND=" !net-misc/pssh @@ -23,7 +23,7 @@ RDEPEND=" x11-libs/libX11 x11-libs/pango ) - kerberos? ( virtual/krb5 ) + gssapi? ( virtual/krb5 ) " DEPEND=" ${RDEPEND} @@ -53,8 +53,8 @@ src_prepare() { src_configure() { cd "${S}"/unix || die econf \ - $(use_with kerberos gssapi) \ - $(use_with gtk) + $(use_with gssapi) \ + $(use_with gtk gtk=3) } src_compile() {