Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/
Date: Wed, 14 Jul 2021 11:32:16
Message-Id: 1626262327.b5cdafb2c6d34ad594bb5d3f668e772d37ceb6aa.bkohler@gentoo
1 commit: b5cdafb2c6d34ad594bb5d3f668e772d37ceb6aa
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 14 11:31:48 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 14 11:32:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cdafb2
7
8 net-misc/remmina: drop mentions of telepathy & XDMCP
9
10 These are dead, per upstream.
11
12 Closes: https://github.com/gentoo/gentoo/pull/21632
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
15
16 net-misc/remmina/remmina-1.4.20.ebuild | 7 ++-----
17 1 file changed, 2 insertions(+), 5 deletions(-)
18
19 diff --git a/net-misc/remmina/remmina-1.4.20.ebuild b/net-misc/remmina/remmina-1.4.20.ebuild
20 index f0ee1b9f951..bce90bb5c37 100644
21 --- a/net-misc/remmina/remmina-1.4.20.ebuild
22 +++ b/net-misc/remmina/remmina-1.4.20.ebuild
23 @@ -7,14 +7,14 @@ inherit cmake optfeature xdg
24
25 MY_P="${PN^}-v${PV}"
26
27 -DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client"
28 +DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
29 HOMEPAGE="https://remmina.org/"
30 SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz"
31
32 LICENSE="GPL-2+-with-openssl-exception"
33 SLOT="0"
34 KEYWORDS="~amd64 ~arm64 ~x86"
35 -IUSE="crypt cups examples gnome-keyring gvnc kwallet nls spice ssh rdp telemetry telepathy vnc webkit zeroconf"
36 +IUSE="crypt cups examples gnome-keyring gvnc kwallet nls spice ssh rdp telemetry vnc webkit zeroconf"
37
38 DEPEND="
39 dev-libs/glib:2
40 @@ -38,7 +38,6 @@ DEPEND="
41 spice? ( net-misc/spice-gtk[gtk3] )
42 ssh? ( net-libs/libssh:0=[sftp]
43 x11-libs/vte:2.91 )
44 - telepathy? ( net-libs/telepathy-glib )
45 vnc? ( net-libs/libvncserver[jpeg] )
46 webkit? ( net-libs/webkit-gtk:4 )
47 zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
48 @@ -77,7 +76,6 @@ src_configure() {
49 -DWITH_SPICE=$(usex spice)
50 -DWITH_LIBSSH=$(usex ssh)
51 -DWITH_VTE=$(usex ssh)
52 - -DWITH_TELEPATHY=$(usex telepathy)
53 -DWITH_LIBVNCSERVER=$(usex vnc)
54 -DWITH_WWW=$(usex webkit)
55 -DWITH_AVAHI=$(usex zeroconf)
56 @@ -94,5 +92,4 @@ pkg_postinst() {
57 xdg_pkg_postinst
58
59 optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt]
60 - optfeature "XDMCP support" x11-base/xorg-server[xephyr]
61 }