Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/
Date: Fri, 01 Jan 2021 01:50:49
Message-Id: 1609465840.69e9e48324ee4cc9f36c303b5bc92d0794eb7fef.mgorny@gentoo
1 commit: 69e9e48324ee4cc9f36c303b5bc92d0794eb7fef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:42:55 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:50:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e9e483
7
8 net-vpn/protonvpn-cli: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-vpn/protonvpn-cli/Manifest | 1 -
13 net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild | 28 ------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest
17 index bb33154b3ff..a7110fcb7a2 100644
18 --- a/net-vpn/protonvpn-cli/Manifest
19 +++ b/net-vpn/protonvpn-cli/Manifest
20 @@ -1,2 +1 @@
21 -DIST protonvpn-cli-2.2.0.tar.gz 42694 BLAKE2B fb32401580090401cd6c2c3c692313992c62ed24b383c88e006f69f99a6b96e7081d6927778817245c604cb978b2157e88288ab5236211297258b02dc63a197a SHA512 9ff188ddba679187cf69ab2a18023bd030ff8e734cc5f8516cd93490e601cf21482573b2ab0b7586e371c1f83955db1ad66fa98203f3abdf848a0755484c079e
22 DIST protonvpn-cli-2.2.2.tar.gz 42989 BLAKE2B 4d96d193405a30e53b9a1204facfb797c946039ca093b7e5af69443e75d3e0e98d541956c9a54ddc5a6917c0d62f512ee0740c3d893b0779290ccef4b6276206 SHA512 892aad9e509eef978bb3d4c044f00f04d87ce35cb3d5c3a69129b7a99d50a46af84c9931d6d7249690ef60d7ea63ff01e09c4dd24c0a57eb8497bfc1371bd2d7
23
24 diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild
25 deleted file mode 100644
26 index d1f445f5b0e..00000000000
27 --- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A VPN command-line tool from protonvpn - python rewrite"
42 -HOMEPAGE="https://protonvpn.com https://github.com/ProtonVPN/protonvpn-cli-ng"
43 -SRC_URI="https://github.com/ProtonVPN/${PN}-ng/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -KEYWORDS="~amd64"
47 -SLOT="0"
48 -
49 -RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
50 - dev-python/requests[${PYTHON_USEDEP}]
51 - dev-python/pythondialog:0[${PYTHON_USEDEP}]
52 - net-vpn/openvpn"
53 -DEPEND="${RDEPEND}"
54 -
55 -S="${WORKDIR}/${PN}-ng-${PV}"
56 -
57 -DOCS=( CHANGELOG.md README.md USAGE.md )