net-vpn/vpn-slice - 0.16.1 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =net-vpn/vpn-slice-0.16.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-vpn/vpn-slice-0.16.1

Or alternatively:

emerge --autounmask-write -a =net-vpn/vpn-slice-0.16.1

Package Information

Description:
vpnc-script replacement for easy and secure split-tunnel VPN setup.
Homepage:
https://github.com/dlenski/vpn-slice https://pypi.org/project/vpn-slice/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.16.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{0,1,2,3,4,5} )
inherit distutils-r1 pypi

DESCRIPTION="vpnc-script replacement for easy and secure split-tunnel VPN setup."
HOMEPAGE="https://github.com/dlenski/vpn-slice https://pypi.org/project/vpn-slice/"
SRC_URI="$(pypi_sdist_url --no-normalize "${PN}")"
S="${WORKDIR}/${P}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}] net-dns/bind"

Inherited Eclasses

Dependencies

RDEPEND

dev-python/dnspython[] net-dns/bind