net-misc/remmina: Move to rdp USE, https://archives.gentoo.org/gentoo-dev/message...
authorPacho Ramos <pacho@gentoo.org>
Fri, 6 Jan 2017 11:33:57 +0000 (12:33 +0100)
committerPacho Ramos <pacho@gentoo.org>
Fri, 6 Jan 2017 11:48:23 +0000 (12:48 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-misc/remmina/metadata.xml
net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild
net-misc/remmina/remmina-1.2.0_rc17.ebuild

index 7e29433f16eeb54b753c2591c36cef9ed186eeca..360035e45c814ab8e5fd42e14b95adddaae99d0c 100644 (file)
@@ -19,7 +19,6 @@
                Currently RDP, VNC, SPICE, NX, XDMCP and SSH are supported.
        </longdescription>
        <use>
-               <flag name="freerdp">Add support for the net-misc/freerdp application</flag>
                <flag name="spice">Support connecting to SPICE-enabled virtual machines</flag>
                <flag name="ssh">Enable support for SSH/SFTP protocol; see also 'vte'</flag>
                <flag name="telepathy">Enable telepathy support</flag>
index d600c0f8b84e2c8c6c8aba1ad6875a949f7a5b9d..695f4f63dcbf9dbbe73f5cef4ee67e6c08ebeac6 100644 (file)
@@ -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)
index 5509cec28b3d49269723a163ed588981a4194491..1b53f072efce8fba9455bf4eedc870aa6fd9e11b 100644 (file)
@@ -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)