From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3012158020 for ; Tue, 20 Dec 2022 14:26:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BB50E0970; Tue, 20 Dec 2022 14:26:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51F33E0970 for ; Tue, 20 Dec 2022 14:26:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68BEC3411D6 for ; Tue, 20 Dec 2022 14:26:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E794F7ED for ; Tue, 20 Dec 2022 14:26:36 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1671546336.b9b0600623bfcee69388e16014806b64f4a8ea3e.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/remmina/metadata.xml net-misc/remmina/remmina-1.4.27.ebuild net-misc/remmina/remmina-1.4.28.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b9b0600623bfcee69388e16014806b64f4a8ea3e X-VCS-Branch: master Date: Tue, 20 Dec 2022 14:26:36 +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: 2b9e60b0-654d-4d76-8ab2-f5225e512b5f X-Archives-Hash: f85c14b116d727dd6a26d76d050b235a commit: b9b0600623bfcee69388e16014806b64f4a8ea3e Author: Jakov Smolić gentoo org> AuthorDate: Tue Dec 20 13:59:42 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Dec 20 14:25:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b06006 net-misc/remmina: Remove USE=x2go Signed-off-by: Jakov Smolić gentoo.org> net-misc/remmina/metadata.xml | 1 - net-misc/remmina/remmina-1.4.27.ebuild | 5 ++--- net-misc/remmina/remmina-1.4.28.ebuild | 5 ++--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/net-misc/remmina/metadata.xml b/net-misc/remmina/metadata.xml index 78554c55848c..2aa71df8ae84 100644 --- a/net-misc/remmina/metadata.xml +++ b/net-misc/remmina/metadata.xml @@ -18,7 +18,6 @@ Enable KDE Wallet plugin Support connecting to SPICE-enabled virtual machines Enable support for SSH/SFTP protocol - Enable support for X2Go Remmina/Remmina diff --git a/net-misc/remmina/remmina-1.4.27.ebuild b/net-misc/remmina/remmina-1.4.27.ebuild index 59ff7d45ff1b..616bcb36c273 100644 --- a/net-misc/remmina/remmina-1.4.27.ebuild +++ b/net-misc/remmina/remmina-1.4.27.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz" LICENSE="GPL-2+-with-openssl-exception" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv x86" -IUSE="+appindicator crypt cups examples gnome-keyring gvnc kwallet nls python spice ssh rdp telemetry vnc webkit x2go zeroconf" +IUSE="+appindicator crypt cups examples gnome-keyring gvnc kwallet nls python spice ssh rdp telemetry vnc webkit zeroconf" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -45,7 +45,6 @@ COMMON_DEPEND=" x11-libs/vte:2.91 ) vnc? ( net-libs/libvncserver[jpeg] ) webkit? ( net-libs/webkit-gtk:4 ) - x2go? ( net-misc/pyhoca-cli ) zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] ) " @@ -99,7 +98,7 @@ src_configure() { -DWITH_UPDATE_DESKTOP_DB=OFF -DWITH_VTE=$(usex ssh) -DWITH_WWW=$(usex webkit) - -DWITH_X2GO=$(usex x2go) + -DWITH_X2GO=OFF # when this feature is stable, add python eclass usage to optionally enable -DWITH_PYTHON=OFF ) diff --git a/net-misc/remmina/remmina-1.4.28.ebuild b/net-misc/remmina/remmina-1.4.28.ebuild index e58073c34c82..988d70ef89aa 100644 --- a/net-misc/remmina/remmina-1.4.28.ebuild +++ b/net-misc/remmina/remmina-1.4.28.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz" LICENSE="GPL-2+-with-openssl-exception" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -IUSE="+appindicator crypt cups examples gnome-keyring gvnc kwallet nls python spice ssh rdp telemetry vnc wayland webkit x2go zeroconf" +IUSE="+appindicator crypt cups examples gnome-keyring gvnc kwallet nls python spice ssh rdp telemetry vnc wayland webkit zeroconf" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -44,7 +44,6 @@ COMMON_DEPEND=" x11-libs/vte:2.91 ) vnc? ( net-libs/libvncserver[jpeg] ) webkit? ( net-libs/webkit-gtk:4 ) - x2go? ( net-misc/pyhoca-cli ) zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] ) " @@ -98,7 +97,7 @@ src_configure() { -DWITH_UPDATE_DESKTOP_DB=OFF -DWITH_VTE=$(usex ssh) -DWITH_WWW=$(usex webkit) - -DWITH_X2GO=$(usex x2go) + -DWITH_X2GO=OFF # when this feature is stable, add python eclass usage to optionally enable -DWITH_PYTHON=OFF )