summaryrefslogtreecommitdiff
path: root/net-vpn/gp-saml-gui
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/gp-saml-gui')
-rw-r--r--net-vpn/gp-saml-gui/Manifest4
-rw-r--r--net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild7
-rw-r--r--net-vpn/gp-saml-gui/metadata.xml10
3 files changed, 12 insertions, 9 deletions
diff --git a/net-vpn/gp-saml-gui/Manifest b/net-vpn/gp-saml-gui/Manifest
index 8a6f9eb..ecb2d03 100644
--- a/net-vpn/gp-saml-gui/Manifest
+++ b/net-vpn/gp-saml-gui/Manifest
@@ -1,2 +1,2 @@
-EBUILD gp-saml-gui-9999.ebuild 540 BLAKE2B 91ec4be3e1421768e6cc5dc2c101024d303131f6c468d1936730f874e7f456eb3b47418cf66a172bcf3b66213ef69f5ca47d18a6a2e83a7d873134bb821bd960 SHA512 f4aa93e88ea7dc463d542973d89dc022d207128da4a32b460a6b87c612fac2b39934c5001bce476110b59d3bf3f63021c16bc2827bedc0fbe0eaf22ffa6a0a36
-MISC metadata.xml 573 BLAKE2B f538003fc234a1afe6c5eb992c7d9d591fed2bcb6a51f7e81e164d28d2aa3527bdb82533d2e9f8e6a150c47a5a9bb8da262afe24697f9886cd99675019dc6149 SHA512 a8e13a907268d10e9c4e1118db2a0d7ea8d81a00734f75d5e5b2dcb3dbcf3f71f5809bab93fbaeb94893241dc267085334e2815c8ba1e46914106175e0b6372e
+EBUILD gp-saml-gui-9999.ebuild 557 BLAKE2B 155be64cb394398137702af8bd3acfcc00b5d3aa27f053ca97890883084fcaa06f887261ec9f892eab5071202808844c31a5c7c1830c46cc90b03d6df65204b6 SHA512 ea8dc7960e70c3c89233c85d0d7696228939c6034cc17f8af26efbe813e5668738a69e475b4e0c00f862cf77a0ca478093eeb0a62b6eb0a66527aa3ce096088c
+MISC metadata.xml 696 BLAKE2B fd226c1d12bab2ba8bb08eab8a8dba5ab802faf31be26912f364c25f855ba65946cd4254f5a92ea32772f70342c473022fa2c304a16ef87a71b0cf3a9f599666 SHA512 f6c18cead93256a904bf10602b139b5bc284f449b91a01ddf754f18a1a65acb40772e5b441850dd36fe624edae04db85399cfb8d5a5100e9cb268bec5d7ad79f
diff --git a/net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild b/net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild
index 6de1104..a79c75f 100644
--- a/net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild
+++ b/net-vpn/gp-saml-gui/gp-saml-gui-9999.ebuild
@@ -2,14 +2,15 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 git-r3
DESCRIPTION="Interactively authenticate to GlobalProtect VPNs that require SAML"
HOMEPAGE="https://github.com/dlenski/gp-saml-gui"
EGIT_REPO_URI="https://github.com/dlenski/gp-saml-gui.git"
-KEYWORDS="~amd64"
LICENSE="GPL-3+"
SLOT="0"
@@ -17,6 +18,6 @@ SLOT="0"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
- net-libs/webkit-gtk
+ net-libs/webkit-gtk:4
net-vpn/openconnect
"
diff --git a/net-vpn/gp-saml-gui/metadata.xml b/net-vpn/gp-saml-gui/metadata.xml
index 690df3e..93f45ef 100644
--- a/net-vpn/gp-saml-gui/metadata.xml
+++ b/net-vpn/gp-saml-gui/metadata.xml
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>marcin.deranek@slonko.net</email>
<name>Marcin Deranek</name>
</maintainer>
- <use>
- </use>
<longdescription>
This is a helper script to allow you to interactively login
to a GlobalProtect VPN that uses SAML authentication, so
that you can subsequently connect with OpenConnect.
</longdescription>
<upstream>
- <remote-id type="github">dlenski/gp-saml-gui.git</remote-id>
+ <maintainer status="active">
+ <name>Dan Lenski</name>
+ </maintainer>
+ <bugs-to>https://github.com/dlenski/gp-saml-gui/issues</bugs-to>
+ <remote-id type="github">dlenski/gp-saml-gui</remote-id>
</upstream>
</pkgmetadata>