summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-09-04 22:02:21 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-09-04 22:02:21 -0400
commitd7eef58d8c3ba44604691f721bb1e25428b86ff7 (patch)
treeb49e41537c8d34655617760848df9641646e6ba1 /net-vpn/tinc
parentnet-vpn/tinc: drop older 1.1 version (diff)
downloadgentoo-d7eef58d8c3ba44604691f721bb1e25428b86ff7.tar.gz
gentoo-d7eef58d8c3ba44604691f721bb1e25428b86ff7.tar.bz2
gentoo-d7eef58d8c3ba44604691f721bb1e25428b86ff7.zip
net-vpn/tinc: drop gui, bug #665208
Thanks Charlie Gehlin <charlie@gehlin.com> Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-vpn/tinc')
-rw-r--r--net-vpn/tinc/files/tinc-1.1_pre16-r1-fix-paths.patch (renamed from net-vpn/tinc/files/tinc-1.1_pre16-fix-paths.patch)0
-rw-r--r--net-vpn/tinc/metadata.xml1
-rw-r--r--net-vpn/tinc/tinc-1.1_pre16-r1.ebuild (renamed from net-vpn/tinc/tinc-1.1_pre16.ebuild)9
3 files changed, 1 insertions, 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
index 30cafee87878..30cafee87878 100644
--- 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
diff --git a/net-vpn/tinc/metadata.xml b/net-vpn/tinc/metadata.xml
index 02dd537c6e68..f6ec81bf4f88 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
index 919232287018..f252a1217c30 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() {