net-vpn/tinc: drop gui, bug #665208
authorAnthony G. Basile <blueness@gentoo.org>
Wed, 5 Sep 2018 02:02:21 +0000 (22:02 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Wed, 5 Sep 2018 02:02:21 +0000 (22:02 -0400)
Thanks Charlie Gehlin <charlie@gehlin.com>

Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-vpn/tinc/files/tinc-1.1_pre16-r1-fix-paths.patch [moved from net-vpn/tinc/files/tinc-1.1_pre16-fix-paths.patch with 100% similarity]
net-vpn/tinc/metadata.xml
net-vpn/tinc/tinc-1.1_pre16-r1.ebuild [moved from net-vpn/tinc/tinc-1.1_pre16.ebuild with 90% similarity]

index 02dd537c6e68a253325ae8ca30cc8f10bbd5b52c..f6ec81bf4f880e3fd96eb4e711aa8f5b963c0f89 100644 (file)
@@ -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>
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 919232287018a8cf187ab94818b6516d6cb605bd..f252a1217c306820b797d6ca3aa0528f4fdfa0cd 100644 (file)
@@ -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() {