bump protonvpn
This commit is contained in:
parent
183ea4e3f0
commit
859a38ab49
2 changed files with 2 additions and 1 deletions
39
net-vpn/protonvpn-nm-lib/protonvpn-nm-lib-3.11.0.ebuild
Normal file
39
net-vpn/protonvpn-nm-lib/protonvpn-nm-lib-3.11.0.ebuild
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="ProtonVPN NetworkManager library"
|
||||
HOMEPAGE="https://protonvpn.com https://github.com/ProtonVPN/protonvpn-nm-lib"
|
||||
SRC_URI="https://github.com/ProtonVPN/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
RESTRICT="primaryuri"
|
||||
|
||||
RDEPEND="
|
||||
net-misc/networkmanager
|
||||
net-vpn/networkmanager-openvpn
|
||||
net-vpn/openvpn
|
||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||
dev-python/pyxdg[${PYTHON_USEDEP}]
|
||||
dev-python/keyring[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
dev-python/distro[${PYTHON_USEDEP}]
|
||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
||||
gnome-base/gnome-keyring
|
||||
dev-python/proton-client[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
DOCS=( README.md )
|
Loading…
Add table
Add a link
Reference in a new issue