net-vpn/6tunnel - 0.13 (gentoo)

Search

Install

Install this version:

emerge -a =net-vpn/6tunnel-0.13

Package Information

Description:
TCP proxy for applications that don't speak IPv6
Homepage:
https://github.com/wojtekka/6tunnel
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.13 8 amd64 ~riscv ~s390 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..14} )
inherit flag-o-matic python-any-r1

DESCRIPTION="TCP proxy for applications that don't speak IPv6"
HOMEPAGE="https://github.com/wojtekka/6tunnel"
SRC_URI="https://github.com/wojtekka/6tunnel/releases/download/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~riscv ~s390 x86"
IUSE="test"
RESTRICT="!test? ( test )"

BDEPEND="test? ( ${PYTHON_DEPS} )"

PATCHES=( "${FILESDIR}"/${P}-test.patch )

pkg_setup() {
	use test && python-any-r1_pkg_setup
}

src_configure() {
	# bug #943850
	append-cflags -std=gnu17

	default
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-vpn/6tunnel | euse -E <flag> -p net-vpn/6tunnel | euse -D <flag> -p net-vpn/6tunnel

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

test? (  )

Manifest for 0.13

Type File Size Source URLs
DIST 6tunnel-0.13.tar.gz 103054 bytes https://github.com/wojtekka/6tunnel/releases/download/0.13/6tunnel-0.13.tar.gz