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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3CCB139085 for ; Fri, 6 Jan 2017 11:49:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0777B21C093; Fri, 6 Jan 2017 11:48:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C77E421C093 for ; Fri, 6 Jan 2017 11:48:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B99423413AA for ; Fri, 6 Jan 2017 11:48:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26C642624 for ; Fri, 6 Jan 2017 11:48:52 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1483703303.f5e13e38d79e2ac2b70d2fec39cb5e9eb129ebb0.pacho@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.2.0_rc16-r1.ebuild net-misc/remmina/remmina-1.2.0_rc17.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f5e13e38d79e2ac2b70d2fec39cb5e9eb129ebb0 X-VCS-Branch: master Date: Fri, 6 Jan 2017 11:48:52 +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-Archives-Salt: 0b41062c-01b4-4c79-91b3-cc62259ddcac X-Archives-Hash: 70486b5bea727dd20b73096c65664628 commit: f5e13e38d79e2ac2b70d2fec39cb5e9eb129ebb0 Author: Pacho Ramos gentoo org> AuthorDate: Fri Jan 6 11:33:57 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Jan 6 11:48:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e13e38 net-misc/remmina: Move to rdp USE, https://archives.gentoo.org/gentoo-dev/message/8cd304c4f5cdf91e195dc0e6a65b7ad0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-misc/remmina/metadata.xml | 1 - net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild | 8 ++++---- net-misc/remmina/remmina-1.2.0_rc17.ebuild | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/net-misc/remmina/metadata.xml b/net-misc/remmina/metadata.xml index 7e29433..360035e 100644 --- a/net-misc/remmina/metadata.xml +++ b/net-misc/remmina/metadata.xml @@ -19,7 +19,6 @@ Currently RDP, VNC, SPICE, NX, XDMCP and SSH are supported. - Add support for the net-misc/freerdp application Support connecting to SPICE-enabled virtual machines Enable support for SSH/SFTP protocol; see also 'vte' Enable telepathy support diff --git a/net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild b/net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild index d600c0f..695f4f6 100644 --- a/net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild +++ b/net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="ayatana crypt freerdp gnome-keyring nls spice ssh telepathy webkit zeroconf" +IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy webkit zeroconf" RDEPEND=" dev-libs/glib:2 @@ -27,7 +27,7 @@ RDEPEND=" virtual/freedesktop-icon-theme ayatana? ( dev-libs/libappindicator:3 ) crypt? ( dev-libs/libgcrypt:0= ) - freerdp? ( ~net-misc/freerdp-2.0.0_pre20160722 ) + rdp? ( ~net-misc/freerdp-2.0.0_pre20160722 ) gnome-keyring? ( app-crypt/libsecret ) spice? ( net-misc/spice-gtk[gtk3] ) ssh? ( net-libs/libssh[sftp] @@ -50,7 +50,7 @@ src_configure() { local mycmakeargs=( -DWITH_APPINDICATOR=$(usex ayatana) -DWITH_GCRYPT=$(usex crypt) - -DWITH_FREERDP=$(usex freerdp) + -DWITH_FREERDP=$(usex rdp freerdp) -DWITH_LIBSECRET=$(usex gnome-keyring) -DWITH_GETTEXT=$(usex nls) -DWITH_TRANSLATIONS=$(usex nls) diff --git a/net-misc/remmina/remmina-1.2.0_rc17.ebuild b/net-misc/remmina/remmina-1.2.0_rc17.ebuild index 5509cec..1b53f07 100644 --- a/net-misc/remmina/remmina-1.2.0_rc17.ebuild +++ b/net-misc/remmina/remmina-1.2.0_rc17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ayatana crypt freerdp gnome-keyring nls spice ssh telepathy webkit zeroconf" +IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy webkit zeroconf" RDEPEND=" dev-libs/glib:2 @@ -27,7 +27,7 @@ RDEPEND=" virtual/freedesktop-icon-theme ayatana? ( dev-libs/libappindicator:3 ) crypt? ( dev-libs/libgcrypt:0= ) - freerdp? ( ~net-misc/freerdp-2.0.0_pre20161219 ) + rdp? ( ~net-misc/freerdp-2.0.0_pre20161219 ) gnome-keyring? ( app-crypt/libsecret ) spice? ( net-misc/spice-gtk[gtk3] ) ssh? ( net-libs/libssh[sftp] @@ -49,7 +49,7 @@ src_configure() { local mycmakeargs=( -DWITH_APPINDICATOR=$(usex ayatana) -DWITH_GCRYPT=$(usex crypt) - -DWITH_FREERDP=$(usex freerdp) + -DWITH_FREERDP=$(usex rdp freerdp) -DWITH_LIBSECRET=$(usex gnome-keyring) -DWITH_GETTEXT=$(usex nls) -DWITH_TRANSLATIONS=$(usex nls)