diff options
author | 2021-12-23 23:21:17 -0600 | |
---|---|---|
committer | 2022-01-11 04:51:58 +0000 | |
commit | 83279a0c64424a3b260a685ebd846b91d6628c7a (patch) | |
tree | 95453c1a7702f307d02649e7f437560f0357db47 /net-vpn/protonvpn-cli/protonvpn-cli-2.2.6.ebuild | |
parent | dev-db/mysql-connector-c: Stabilize 8.0.27 sparc, #822258 (diff) | |
download | gentoo-83279a0c64424a3b260a685ebd846b91d6628c7a.tar.gz gentoo-83279a0c64424a3b260a685ebd846b91d6628c7a.tar.bz2 gentoo-83279a0c64424a3b260a685ebd846b91d6628c7a.zip |
net-vpn/protonvpn-cli: cleanup
Closes: https://bugs.gentoo.org/809449
Signed-off-by: Amel Hodzic <ilmostro7@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23492
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/protonvpn-cli/protonvpn-cli-2.2.6.ebuild')
-rw-r--r-- | net-vpn/protonvpn-cli/protonvpn-cli-2.2.6.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.6.ebuild b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.6.ebuild deleted file mode 100644 index 94370134e8e..00000000000 --- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="A VPN command-line tool from protonvpn - python rewrite" -HOMEPAGE="https://protonvpn.com https://github.com/ProtonVPN/protonvpn-cli-ng" -SRC_URI="https://github.com/ProtonVPN/linux-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND="dev-python/docopt[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/pythondialog:0[${PYTHON_USEDEP}] - net-vpn/openvpn" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/linux-cli-${PV}" - -DOCS=( CHANGELOG.md README.md USAGE.md ) |