Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/
Date: Sat, 26 Jan 2019 14:39:33
Message-Id: 1548513560.716c1469ebb6a926578a75fbca0250acd8a7b8f1.jer@gentoo
1 commit: 716c1469ebb6a926578a75fbca0250acd8a7b8f1
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 26 14:38:41 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 26 14:39:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716c1469
7
8 net-misc/putty: Rename USE=kerberos to USE=gssapi
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-misc/putty/metadata.xml | 34 ++++++++++++++++++++--------------
14 net-misc/putty/putty-0.70.ebuild | 8 ++++----
15 net-misc/putty/putty-9999.ebuild | 8 ++++----
16 3 files changed, 28 insertions(+), 22 deletions(-)
17
18 diff --git a/net-misc/putty/metadata.xml b/net-misc/putty/metadata.xml
19 index f8db72350db..bff885218f3 100644
20 --- a/net-misc/putty/metadata.xml
21 +++ b/net-misc/putty/metadata.xml
22 @@ -1,18 +1,24 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 - <maintainer type="person">
27 - <email>jer@g.o</email>
28 - <name>Jeroen Roovers</name>
29 - </maintainer>
30 - <longdescription lang="en">
31 - PuTTY is a free implementation of Telnet and SSH for Windows and Unix
32 - platforms, along with an xterm terminal emulator. It supports flexible
33 - terminal setup, mid-session reconfiguration using Ctrl-rightclick,
34 - multiple X11 authentication protocols, and various other interesting
35 - things not provided by ssh in an xterm.
36 - </longdescription>
37 - <use>
38 - <flag name="gtk">Build the PuTTY client which requires <pkg>x11-libs/gtk+</pkg>:2. Otherwise only the CLI tools puttygen, plink, pscp and psftp will be built.</flag>
39 - </use>
40 +<maintainer type="person">
41 +<email>jer@g.o</email>
42 +<name>Jeroen Roovers</name>
43 +</maintainer>
44 +<longdescription lang="en">
45 +PuTTY is a free implementation of Telnet and SSH for Windows and Unix
46 +platforms, along with an xterm terminal emulator. It supports flexible terminal
47 +setup, mid-session reconfiguration using Ctrl-rightclick, multiple X11
48 +authentication protocols, and various other interesting things not provided by
49 +ssh in an xterm.
50 +</longdescription>
51 +<use>
52 +<flag name="gssapi">
53 +Enable support for GSSAPI (<pkg>virtual/krb5</pkg>)
54 +</flag>
55 +<flag name="gtk">
56 +Build the PuTTY client which requires <pkg>x11-libs/gtk+</pkg>:3. If disabled
57 +only the CLI tools puttygen, plink, pscp and psftp will be built.
58 +</flag>
59 +</use>
60 </pkgmetadata>
61
62 diff --git a/net-misc/putty/putty-0.70.ebuild b/net-misc/putty/putty-0.70.ebuild
63 index 1d6f330296b..888ed3b7bbb 100644
64 --- a/net-misc/putty/putty-0.70.ebuild
65 +++ b/net-misc/putty/putty-0.70.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2018 Gentoo Foundation
68 +# Copyright 1999-2019 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=6
72 @@ -10,7 +10,7 @@ LICENSE="MIT"
73
74 SLOT="0"
75 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
76 -IUSE="doc +gtk ipv6 kerberos"
77 +IUSE="doc +gtk ipv6 gssapi"
78 SRC_URI="
79 https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2
80 https://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz
81 @@ -25,7 +25,7 @@ RDEPEND="
82 x11-libs/libX11
83 x11-libs/pango
84 )
85 - kerberos? ( virtual/krb5 )
86 + gssapi? ( virtual/krb5 )
87 "
88 DEPEND="
89 ${RDEPEND}
90 @@ -47,7 +47,7 @@ src_prepare() {
91 src_configure() {
92 cd "${S}"/unix || die
93 econf \
94 - $(use_with kerberos gssapi) \
95 + $(use_with gssapi) \
96 $(use_with gtk)
97 }
98
99
100 diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild
101 index c677a8a6686..9d0477fe17e 100644
102 --- a/net-misc/putty/putty-9999.ebuild
103 +++ b/net-misc/putty/putty-9999.ebuild
104 @@ -12,7 +12,7 @@ LICENSE="MIT"
105
106 SLOT="0"
107 KEYWORDS=""
108 -IUSE="doc +gtk ipv6 kerberos"
109 +IUSE="doc +gtk ipv6 gssapi"
110
111 RDEPEND="
112 !net-misc/pssh
113 @@ -23,7 +23,7 @@ RDEPEND="
114 x11-libs/libX11
115 x11-libs/pango
116 )
117 - kerberos? ( virtual/krb5 )
118 + gssapi? ( virtual/krb5 )
119 "
120 DEPEND="
121 ${RDEPEND}
122 @@ -53,8 +53,8 @@ src_prepare() {
123 src_configure() {
124 cd "${S}"/unix || die
125 econf \
126 - $(use_with kerberos gssapi) \
127 - $(use_with gtk)
128 + $(use_with gssapi) \
129 + $(use_with gtk gtk=3)
130 }
131
132 src_compile() {