commit:     d7eef58d8c3ba44604691f721bb1e25428b86ff7
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  5 02:02:21 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 02:02:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7eef58d

net-vpn/tinc: drop gui, bug #665208

Thanks Charlie Gehlin <charlie <AT> gehlin.com>

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ...1_pre16-fix-paths.patch => tinc-1.1_pre16-r1-fix-paths.patch} | 0
 net-vpn/tinc/metadata.xml                                        | 1 -
 net-vpn/tinc/{tinc-1.1_pre16.ebuild => tinc-1.1_pre16-r1.ebuild} | 9 +--------
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/net-vpn/tinc/files/tinc-1.1_pre16-fix-paths.patch 
b/net-vpn/tinc/files/tinc-1.1_pre16-r1-fix-paths.patch
similarity index 100%
rename from net-vpn/tinc/files/tinc-1.1_pre16-fix-paths.patch
rename to net-vpn/tinc/files/tinc-1.1_pre16-r1-fix-paths.patch

diff --git a/net-vpn/tinc/metadata.xml b/net-vpn/tinc/metadata.xml
index 02dd537c6e6..f6ec81bf4f8 100644
--- a/net-vpn/tinc/metadata.xml
+++ b/net-vpn/tinc/metadata.xml
@@ -14,7 +14,6 @@
                <!--
                <flag name="gcrypt">Add support for encrypted log files using 
<pkg>dev-libs/libgcrypt</pkg></flag>
                -->
-               <flag name="gui">Add GUI support, using 
<pkg>dev-python/wxpython</pkg></flag>
                <flag name="uml"> Enable support for User Mode Linux 
Sockets</flag>
                <flag name="vde"> Enable Virtual Distributed Ethernet (VDE) 
based networking</flag>
        </use>

diff --git a/net-vpn/tinc/tinc-1.1_pre16.ebuild 
b/net-vpn/tinc/tinc-1.1_pre16-r1.ebuild
similarity index 90%
rename from net-vpn/tinc/tinc-1.1_pre16.ebuild
rename to net-vpn/tinc/tinc-1.1_pre16-r1.ebuild
index 91923228701..f252a1217c3 100644
--- a/net-vpn/tinc/tinc-1.1_pre16.ebuild
+++ b/net-vpn/tinc/tinc-1.1_pre16-r1.ebuild
@@ -24,12 +24,11 @@ SRC_URI="http://www.tinc-vpn.org/packages/${MY_P}.tar.gz
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+lzo +ncurses gui libressl +readline +ssl uml vde upnp +zlib"
+IUSE="+lzo +ncurses libressl +readline +ssl uml vde upnp +zlib"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
        ${PYTHON_DEPS}
-       gui? ( dev-python/wxpython:3.0[${PYTHON_USEDEP}] )
        ssl? (
                !libressl? ( dev-libs/openssl:0= )
                libressl? ( dev-libs/libressl:0= )
@@ -89,12 +88,6 @@ src_install() {
        doconfd "${FILESDIR}"/tinc.networks
        newconfd "${FILESDIR}"/tincd.conf tincd
        newinitd "${FILESDIR}"/tincd-r2 tincd
-
-       if use gui; then
-               python_fix_shebang "${ED}"/usr/bin/tinc-gui
-       else
-               rm -f "${ED}"/usr/bin/tinc-gui || die
-       fi
 }
 
 pkg_postinst() {

Reply via email to