commit:     83279a0c64424a3b260a685ebd846b91d6628c7a
Author:     Amel Hodzic <ilmostro7 <AT> gmail <DOT> com>
AuthorDate: Fri Dec 24 05:21:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 04:51:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83279a0c

net-vpn/protonvpn-cli: cleanup

Closes: https://bugs.gentoo.org/809449
Signed-off-by: Amel Hodzic <ilmostro7 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23492
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/protonvpn-cli/Manifest                   |  1 -
 net-vpn/protonvpn-cli/protonvpn-cli-2.2.6.ebuild | 28 ------------------------
 2 files changed, 29 deletions(-)

diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest
index a09cbe718f92..4a2230dc834d 100644
--- a/net-vpn/protonvpn-cli/Manifest
+++ b/net-vpn/protonvpn-cli/Manifest
@@ -1,2 +1 @@
 DIST protonvpn-cli-2.2.11.tar.gz 641106 BLAKE2B 
916560e32716e1d29dbfa3ae513df3976dbe4bb667ad9b541f96caefba89636f74f2c13dc8b7d08b22dcc90b380904aa497cc529af8c6ca5865fad67f885acd9
 SHA512 
95d1681ccdd91ad43d4b0e4976c10e0d9c99bc6264fe9324a59d3495235a8439450574a18ed38c86dc4513cf754684328f2d060389e0a49bd61b5ce81356cfcb
-DIST protonvpn-cli-2.2.6.tar.gz 640528 BLAKE2B 
546fbea204b9809035dae7c8e29094ad09ab70aea7eeb3e80c5c554c642a48d2823ff9aef04a5253ded9d131e560e5216d4f3985abd8f55d0a1a453760aaa296
 SHA512 
553cc6fa1ddadb50318b4430de6fb743d44078ca0b64b8c3ef86ed43d5b274fc527d0dd94eee882157dc7823611d305047df62ba8ea1c415affc5a0abf581ed3

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 94370134e8e6..000000000000
--- 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 )

Reply via email to