From d22add889f96d5d1813aebb327b8ada8d04fe4d2 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Sat, 14 Oct 2023 13:52:09 +0200 Subject: net-vpn/eduvpn-client: new package, add 4.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mario Haustein Acked-by: Sam James Signed-off-by: Ulrich Müller --- net-vpn/eduvpn-client/Manifest | 1 + net-vpn/eduvpn-client/eduvpn-client-4.1.3.ebuild | 38 ++++++++++++++++++++++++ net-vpn/eduvpn-client/metadata.xml | 24 +++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 net-vpn/eduvpn-client/Manifest create mode 100644 net-vpn/eduvpn-client/eduvpn-client-4.1.3.ebuild create mode 100644 net-vpn/eduvpn-client/metadata.xml (limited to 'net-vpn') diff --git a/net-vpn/eduvpn-client/Manifest b/net-vpn/eduvpn-client/Manifest new file mode 100644 index 000000000000..f75020c5bd16 --- /dev/null +++ b/net-vpn/eduvpn-client/Manifest @@ -0,0 +1 @@ +DIST eduvpn-client-4.1.3.gh.tar.gz 1163669 BLAKE2B 75184f21ecf24466e1496ced1295cb95a42e35f80d070a90dc9a2e2ed46272604703c0f56ebbc9a53b78f09a9ed685e64f578539502ef93b384d779d2a69af8c SHA512 2f180b238fc22dd19ae07a5e9e0518e51b302ecb1413a2d7f4fdb551f9cee5ef82ecf74498b63abb86745b8f9719a075b8d9758104cf124f88d65767944bc839 diff --git a/net-vpn/eduvpn-client/eduvpn-client-4.1.3.ebuild b/net-vpn/eduvpn-client/eduvpn-client-4.1.3.ebuild new file mode 100644 index 000000000000..58124218aa8c --- /dev/null +++ b/net-vpn/eduvpn-client/eduvpn-client-4.1.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) + +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +if [[ ${PV} == "9999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/eduvpn/python-${PN}.git" + S="${WORKDIR}/${P}" +else + SRC_URI="https://github.com/eduvpn/python-eduvpn-client/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/python-${P}" +fi + +DESCRIPTION="Linux client and Python client API for eduVPN" +HOMEPAGE="https://www.eduvpn.org/" + +LICENSE="GPL-3+" +SLOT="0" + +# Test suite involves adding NetworkManager configuration entries, +# disable for now. +RESTRICT="test" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + >=net-vpn/eduvpn-common-1.1.2[${PYTHON_USEDEP}] +" + +distutils_enable_sphinx doc diff --git a/net-vpn/eduvpn-client/metadata.xml b/net-vpn/eduvpn-client/metadata.xml new file mode 100644 index 000000000000..9eb729cd0bdd --- /dev/null +++ b/net-vpn/eduvpn-client/metadata.xml @@ -0,0 +1,24 @@ + + + + + mario.haustein@hrz.tu-chemnitz.de + Mario Haustein + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Linux client for eduVPN + + eduVPN is a frontend for either WireGuard or OpenVPN used widely at + european academic institutions. It features an easy to use VPN + configuration utility. Users just need to login occasionally with their + credentials issued by the institution to refresh their VPN + configuration. + + + eduvpn/python-eduvpn-client + + -- cgit v1.2.3-65-gdbad