diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-03 23:55:14 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-11-03 23:56:48 +0100 |
commit | ab2babe534434f0b617d6ec01f65ed0f1f0bdabd (patch) | |
tree | d7b472022f7ac3d152fcf59c9df3cde8094ab2af /net-misc | |
parent | app-admin/whowatch: Take over maintenance (diff) | |
download | gentoo-ab2babe534434f0b617d6ec01f65ed0f1f0bdabd.tar.gz gentoo-ab2babe534434f0b617d6ec01f65ed0f1f0bdabd.tar.bz2 gentoo-ab2babe534434f0b617d6ec01f65ed0f1f0bdabd.zip |
net-misc/putty: Take over maintenance
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/putty/metadata.xml | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/net-misc/putty/metadata.xml b/net-misc/putty/metadata.xml index bc1f2eab89b4..5e99e6c774c8 100644 --- a/net-misc/putty/metadata.xml +++ b/net-misc/putty/metadata.xml @@ -1,17 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription lang="en"> -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. -</longdescription> -<use> -<flag name="gssapi">Enable support for GSSAPI (<pkg>virtual/krb5</pkg>)</flag> -<flag name="gtk">Build the PuTTY client which requires <pkg>x11-libs/gtk+</pkg>. If disabled only the CLI tools puttygen, plink, pscp and psftp will be built</flag> -<flag name="gtk2">Build the PuTTY client with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3</flag> -</use> + <maintainer type="person"> + <email>polynomial-c@gentoo.org</email> + <name>Lars Wendler</name> + </maintainer> + <longdescription lang="en"> + 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. + </longdescription> + <use> + <flag name="gssapi">Enable support for GSSAPI (<pkg>virtual/krb5</pkg>)</flag> + <flag name="gtk">Build the PuTTY client which requires <pkg>x11-libs/gtk+</pkg>. If disabled only the CLI tools puttygen, plink, pscp and psftp will be built</flag> + <flag name="gtk2">Build the PuTTY client with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3</flag> + </use> </pkgmetadata> |