Install this version:
emerge -a =net-vpn/vpnc-scripts-20220510
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-vpn/vpnc-scripts-20220510
Or alternatively:
emerge --autounmask-write -a =net-vpn/vpnc-scripts-20220510
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20220510 | 8 | amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 | 0 |
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ ${PV} == 99999999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
else
SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
fi
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
HOMEPAGE="https://gitlab.com/openconnect/vpnc-scripts"
LICENSE="GPL-2+"
SLOT="0"
RDEPEND="!<net-vpn/vpnc-0.5.3_p550-r3"
src_install() {
exeinto /etc/vpnc
doexe vpnc-script{,-{ptrtd,sshd}}
}
!<net-vpn/vpnc-0.5.3_p550-r3
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vpnc-scripts-20220510.tar.gz | 44155 bytes | ftp://ftp.infradead.org/pub/vpnc-scripts/vpnc-scripts-20220510.tar.gz |