summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-01 02:42:55 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-01 02:50:40 +0100
commit69e9e48324ee4cc9f36c303b5bc92d0794eb7fef (patch)
tree0e6930da9943be421b1671c975b493ac5cd2f6c5 /net-vpn
parentnet-misc/python-x2go: Remove old (py3.6) (diff)
downloadgentoo-69e9e48324ee4cc9f36c303b5bc92d0794eb7fef.tar.gz
gentoo-69e9e48324ee4cc9f36c303b5bc92d0794eb7fef.tar.bz2
gentoo-69e9e48324ee4cc9f36c303b5bc92d0794eb7fef.zip
net-vpn/protonvpn-cli: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r--net-vpn/protonvpn-cli/Manifest1
-rw-r--r--net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest
index bb33154b3ffa..a7110fcb7a2e 100644
--- a/net-vpn/protonvpn-cli/Manifest
+++ b/net-vpn/protonvpn-cli/Manifest
@@ -1,2 +1 @@
-DIST protonvpn-cli-2.2.0.tar.gz 42694 BLAKE2B fb32401580090401cd6c2c3c692313992c62ed24b383c88e006f69f99a6b96e7081d6927778817245c604cb978b2157e88288ab5236211297258b02dc63a197a SHA512 9ff188ddba679187cf69ab2a18023bd030ff8e734cc5f8516cd93490e601cf21482573b2ab0b7586e371c1f83955db1ad66fa98203f3abdf848a0755484c079e
DIST protonvpn-cli-2.2.2.tar.gz 42989 BLAKE2B 4d96d193405a30e53b9a1204facfb797c946039ca093b7e5af69443e75d3e0e98d541956c9a54ddc5a6917c0d62f512ee0740c3d893b0779290ccef4b6276206 SHA512 892aad9e509eef978bb3d4c044f00f04d87ce35cb3d5c3a69129b7a99d50a46af84c9931d6d7249690ef60d7ea63ff01e09c4dd24c0a57eb8497bfc1371bd2d7
diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild
deleted file mode 100644
index d1f445f5b0e2..000000000000
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-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/${PN}-ng/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}/${PN}-ng-${PV}"
-
-DOCS=( CHANGELOG.md README.md USAGE.md )