commit: 259ac3567cdd7c0f1ce3b22c30491907c9e88bb4
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Jan 29 18:55:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 11:11:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259ac356
net-vpn/eduvpn-client: sync live
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/eduvpn-client/eduvpn-client-9999.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild
b/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild
index cee3b2010cb7..0daf18c1c20a 100644
--- a/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild
+++ b/net-vpn/eduvpn-client/eduvpn-client-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,10 +24,10 @@ else
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/eduvpn.asc
fi
inherit verify-sig
- MY_P="python-${P}"
+ MY_P="linux-app-${PV}"
SRC_URI="
-
https://github.com/eduvpn/python-eduvpn-client/releases/download/${PV}/${MY_P}.tar.xz
- verify-sig? (
https://github.com/eduvpn/python-eduvpn-client/releases/download/${PV}/${MY_P}.tar.xz.asc
)
+
https://codeberg.org/eduVPN/linux-app/releases/download/${PV}/${MY_P}.tar.xz ->
${P}.tar.xz
+ verify-sig? (
https://codeberg.org/eduVPN/linux-app/releases/download/${PV}/${MY_P}.tar.xz.asc
-> ${P}.tar.xz.asc )
"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_P}"
@@ -47,7 +47,8 @@ RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
net-misc/networkmanager
- >=net-vpn/eduvpn-common-2.1[${PYTHON_USEDEP}]
+ >=net-vpn/eduvpn-common-2.99[${PYTHON_USEDEP}]
+ x11-libs/libnotify
"
if [[ ${PV} != *9999* ]] ; then