Сравнение vpnc-scripts-20220510 с vpnc-scripts-20250727

/usr/portage/net-vpn/vpnc-scripts/vpnc-scripts-20250727.ebuild 2026-09-13 20:03:04.182041353 +0300
1
# Copyright 2021-2025 Gentoo Authors
1
# Copyright 2021-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
7 7
	inherit git-r3
8 8
	EGIT_REPO_URI="https://gitlab.com/openconnect/vpnc-scripts.git"
9 9
else
10
	SRC_URI="ftp://ftp.infradead.org/pub/vpnc-scripts/${P}.tar.gz"
11
	KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
10
	COMMIT="ce9e961bd0f6b867e1c7c35f78f6fb973f6ff101"
11
	SRC_URI="https://gitlab.com/openconnect/vpnc-scripts/-/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
12
	S="${WORKDIR}/${PN}-${COMMIT}"
13
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
12 14
fi
13 15

  
14 16
DESCRIPTION="Connect scripts for use with vpnc and openconnect (and similar clients)"
Спасибо!