[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2023-05-03 Thread Sam James
commit: 0f016579324f87d60297badd355a7eb9978e1209
Author: Sam James  gentoo  org>
AuthorDate: Wed May  3 09:17:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  3 09:17:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f016579

net-vpn/protonvpn-cli: add missing jinja2 dep

Reported by cihancan on IRC.

Signed-off-by: Sam James  gentoo.org>

 ...-cli-2.2.11-r1.ebuild => protonvpn-cli-2.2.11-r2.ebuild} | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild
similarity index 87%
rename from net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
rename to net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild
index 5a538c301506..14149fe874e3 100644
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild
@@ -13,14 +13,17 @@ HOMEPAGE="https://protonvpn.com 
https://github.com/ProtonVPN/protonvpn-cli-ng;
 
SRC_URI="https://github.com/ProtonVPN/linux-cli-community/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~riscv"
 SLOT="0"
+KEYWORDS="~amd64 ~riscv"
 
-RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pythondialog:0[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-python/docopt[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
-   net-vpn/openvpn"
+   dev-python/pythondialog:0[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   net-vpn/openvpn
+"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/linux-cli-community-${PV}"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2023-05-03 Thread Sam James
commit: 0d1406a1715038c43ed79b71854fc6770cd85200
Author: Sam James  gentoo  org>
AuthorDate: Wed May  3 07:22:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  3 07:24:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1406a1

net-vpn/protonvpn-cli: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 net-vpn/protonvpn-cli/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-vpn/protonvpn-cli/metadata.xml 
b/net-vpn/protonvpn-cli/metadata.xml
index 329a95502564..abdc7d2169b8 100644
--- a/net-vpn/protonvpn-cli/metadata.xml
+++ b/net-vpn/protonvpn-cli/metadata.xml
@@ -8,4 +8,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   ProtonVPN/protonvpn-cli-ng
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2023-05-03 Thread Sam James
commit: 6c2f1cbd06eb9b8ec985d16ed8934b07e8156334
Author: Sam James  gentoo  org>
AuthorDate: Wed May  3 07:20:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  3 07:20:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2f1cbd

net-vpn/protonvpn-cli: enable py3.11

Closes: https://bugs.gentoo.org/897158
Signed-off-by: Sam James  gentoo.org>

 net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
index bc5bc6946a88..5a538c301506 100644
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2022-11-01 Thread Yixun Lan
commit: 1abce2affc656ce2233292b9f43b98f641e95eab
Author: Chris Su  lesscrowds  org>
AuthorDate: Tue Nov  1 08:17:46 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov  1 10:23:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abce2af

net-vpn/protonvpn-cli: Keyword 2.2.11-r1 riscv, #878971

Closes: https://github.com/gentoo/gentoo/pull/28066
Signed-off-by: Chris Su  lesscrowds.org>
Signed-off-by: Yixun Lan  gentoo.org>

 net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
index 85b531e1487c..61dedb050037 100644
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://protonvpn.com 
https://github.com/ProtonVPN/protonvpn-cli-ng;
 
SRC_URI="https://github.com/ProtonVPN/linux-cli-community/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 SLOT="0"
 
 RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2022-04-08 Thread Joonas Niilola
commit: a3c3a98f09592a7601a3774dd90859e0d1b6e8aa
Author: Miezhiko  gmail  com>
AuthorDate: Fri Apr  1 07:46:05 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  8 12:16:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c3a98f

net-vpn/protonvpn-cli: allow python 3.10

Signed-off-by: Miezhiko  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24846
Signed-off-by: Joonas Niilola  gentoo.org>

 net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
index 9ae7f688ec16..85b531e1487c 100644
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2022-01-10 Thread Sam James
commit: 83279a0c64424a3b260a685ebd846b91d6628c7a
Author: Amel Hodzic  gmail  com>
AuthorDate: Fri Dec 24 05:21:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 11 04:51:58 2022 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23492
Signed-off-by: Sam James  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..
--- 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 )



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2021-12-23 Thread Sam James
commit: 6d3011325a6b4974ede57c5a5f48cc6f2a25ec49
Author: Amel Hodzic  gmail  com>
AuthorDate: Thu Dec 23 22:19:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 24 04:37:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d301132

net-vpn/protonvpn-cli: missing dep on dev-python/distro

Closes: https://bugs.gentoo.org/823224
Signed-off-by: Amel Hodzic  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../{protonvpn-cli-2.2.11.ebuild => protonvpn-cli-2.2.11-r1.ebuild}  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
similarity index 95%
rename from net-vpn/protonvpn-cli/protonvpn-cli-2.2.11.ebuild
rename to net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
index e0cef7730859..9ae7f688ec16 100644
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11.ebuild
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r1.ebuild
@@ -18,6 +18,7 @@ SLOT="0"
 RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pythondialog:0[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
net-vpn/openvpn"
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2021-03-20 Thread Joonas Niilola
commit: f515d194733b0fbb32ac1ea77feb93681953b8ec
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Mar 20 08:16:19 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Mar 20 08:25:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f515d194

net-vpn/protonvpn-cli: drop 2.2.2, 2.2.4

Signed-off-by: Joonas Niilola  gentoo.org>

 net-vpn/protonvpn-cli/Manifest   |  2 --
 net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild | 28 
 net-vpn/protonvpn-cli/protonvpn-cli-2.2.4.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest
index eca9e9fcdd1..5ba8d76b99c 100644
--- a/net-vpn/protonvpn-cli/Manifest
+++ b/net-vpn/protonvpn-cli/Manifest
@@ -1,3 +1 @@
-DIST protonvpn-cli-2.2.2.tar.gz 42989 BLAKE2B 
4d96d193405a30e53b9a1204facfb797c946039ca093b7e5af69443e75d3e0e98d541956c9a54ddc5a6917c0d62f512ee0740c3d893b0779290ccef4b6276206
 SHA512 
892aad9e509eef978bb3d4c044f00f04d87ce35cb3d5c3a69129b7a99d50a46af84c9931d6d7249690ef60d7ea63ff01e09c4dd24c0a57eb8497bfc1371bd2d7
-DIST protonvpn-cli-2.2.4.tar.gz 640297 BLAKE2B 
a45642448e541d4c19a052480cdd0de2d9163a092cff36d3971f5b1c13d49fc0f23445e17ca71435b7aac5bb83efc17ec1f2dff19f481d552e81baec69228163
 SHA512 
8bdf7b0d13ea7c2c6172dde43d8008905e36792247a6c281dd1accf2b394f8117b50d18cba8652962984cf9c7e422cc4378b2c8fc57c24d0da353ca0a93a4f5b
 DIST protonvpn-cli-2.2.6.tar.gz 640528 BLAKE2B 
546fbea204b9809035dae7c8e29094ad09ab70aea7eeb3e80c5c554c642a48d2823ff9aef04a5253ded9d131e560e5216d4f3985abd8f55d0a1a453760aaa296
 SHA512 
553cc6fa1ddadb50318b4430de6fb743d44078ca0b64b8c3ef86ed43d5b274fc527d0dd94eee882157dc7823611d305047df62ba8ea1c415affc5a0abf581ed3

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild
deleted file mode 100644
index 0283143cad6..000
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.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_{7,8} )
-
-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 )

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.4.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.4.ebuild
deleted file mode 100644
index 5728dcf9aca..000
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.4.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} )
-
-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 )



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2021-02-18 Thread Joonas Niilola
commit: 5b2c7cd50d22c6c5b9e24902492d76cd47496a06
Author: Amel Hodzic  gmail  com>
AuthorDate: Fri Feb  5 02:30:45 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 18 09:36:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2c7cd5

net-vpn/protonvpn-cli: vbump to 2.2.6

Closes: https://bugs.gentoo.org/768744

* version bump to 2.2.6
* add python3_9 support

Signed-off-by: Amel Hodzic  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19338
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest
index 1140b08581a..eca9e9fcdd1 100644
--- a/net-vpn/protonvpn-cli/Manifest
+++ b/net-vpn/protonvpn-cli/Manifest
@@ -1,2 +1,3 @@
 DIST protonvpn-cli-2.2.2.tar.gz 42989 BLAKE2B 
4d96d193405a30e53b9a1204facfb797c946039ca093b7e5af69443e75d3e0e98d541956c9a54ddc5a6917c0d62f512ee0740c3d893b0779290ccef4b6276206
 SHA512 
892aad9e509eef978bb3d4c044f00f04d87ce35cb3d5c3a69129b7a99d50a46af84c9931d6d7249690ef60d7ea63ff01e09c4dd24c0a57eb8497bfc1371bd2d7
 DIST protonvpn-cli-2.2.4.tar.gz 640297 BLAKE2B 
a45642448e541d4c19a052480cdd0de2d9163a092cff36d3971f5b1c13d49fc0f23445e17ca71435b7aac5bb83efc17ec1f2dff19f481d552e81baec69228163
 SHA512 
8bdf7b0d13ea7c2c6172dde43d8008905e36792247a6c281dd1accf2b394f8117b50d18cba8652962984cf9c7e422cc4378b2c8fc57c24d0da353ca0a93a4f5b
+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
new file mode 100644
index 000..94370134e8e
--- /dev/null
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.6.ebuild
@@ -0,0 +1,28 @@
+# 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 )



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2021-01-21 Thread Joonas Niilola
commit: fa4b18775b90deb7b3a5f70e0752637eb2d7c605
Author: ILMostro  gmail  com>
AuthorDate: Thu Jan 21 07:45:06 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jan 21 08:07:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4b1877

net-vpn/protonvpn-cli: 2.2.4 vbump

Signed-off-by: Amel Hodzic  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18148
Signed-off-by: Joonas Niilola  gentoo.org>

 net-vpn/protonvpn-cli/Manifest   |  1 +
 net-vpn/protonvpn-cli/protonvpn-cli-2.2.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest
index a7110fcb7a2..1140b08581a 100644
--- a/net-vpn/protonvpn-cli/Manifest
+++ b/net-vpn/protonvpn-cli/Manifest
@@ -1 +1,2 @@
 DIST protonvpn-cli-2.2.2.tar.gz 42989 BLAKE2B 
4d96d193405a30e53b9a1204facfb797c946039ca093b7e5af69443e75d3e0e98d541956c9a54ddc5a6917c0d62f512ee0740c3d893b0779290ccef4b6276206
 SHA512 
892aad9e509eef978bb3d4c044f00f04d87ce35cb3d5c3a69129b7a99d50a46af84c9931d6d7249690ef60d7ea63ff01e09c4dd24c0a57eb8497bfc1371bd2d7
+DIST protonvpn-cli-2.2.4.tar.gz 640297 BLAKE2B 
a45642448e541d4c19a052480cdd0de2d9163a092cff36d3971f5b1c13d49fc0f23445e17ca71435b7aac5bb83efc17ec1f2dff19f481d552e81baec69228163
 SHA512 
8bdf7b0d13ea7c2c6172dde43d8008905e36792247a6c281dd1accf2b394f8117b50d18cba8652962984cf9c7e422cc4378b2c8fc57c24d0da353ca0a93a4f5b

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.4.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.4.ebuild
new file mode 100644
index 000..75c1d0f3cec
--- /dev/null
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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 )



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2020-12-31 Thread Michał Górny
commit: 69e9e48324ee4cc9f36c303b5bc92d0794eb7fef
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 01:42:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 01:50:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e9e483

net-vpn/protonvpn-cli: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest
index bb33154b3ff..a7110fcb7a2 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 d1f445f5b0e..000
--- 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 )



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2020-06-08 Thread Joonas Niilola
commit: b5e2a0d680b109a2a42393772eb9eafddaaa2bae
Author: Amel Hodzic  gmail  com>
AuthorDate: Mon Jun  8 07:51:39 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  8 07:52:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e2a0d6

net-vpn/protonvpn-cli: enable python-3.7, 3.8

Closes: https://bugs.gentoo.org/718460
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Amel Hodzic  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15744
Signed-off-by: Joonas Niilola  gentoo.org>

 net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild
index d1f445f5b0e..f236a0d4fb2 100644
--- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2020-03-25 Thread Joonas Niilola
commit: 755b037eda3181421eca7e208f0eaeb7652d4d6f
Author: ILMostro  gmail  com>
AuthorDate: Tue Mar 10 07:32:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Mar 25 13:45:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755b037e

net-vpn/protonvpn-cli: bump to version 2.2.2

Signed-off-by: Amel Hodzic  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14917
Signed-off-by: Joonas Niilola  gentoo.org>

 net-vpn/protonvpn-cli/Manifest   |  1 +
 net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest
index 5fe2f600f0b..bb33154b3ff 100644
--- a/net-vpn/protonvpn-cli/Manifest
+++ b/net-vpn/protonvpn-cli/Manifest
@@ -1 +1,2 @@
 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.2.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild
new file mode 100644
index 000..d1f445f5b0e
--- /dev/null
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.2.ebuild
@@ -0,0 +1,28 @@
+# 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 )



[gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/

2020-02-27 Thread Joonas Niilola
commit: aa88a21f94ec09fafb4319f286f343e3ab637e37
Author: ILMostro  gmail  com>
AuthorDate: Fri Feb 21 04:55:54 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 27 13:54:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa88a21f

net-vpn/protonvpn-cli: new package for protonvpn commandline client

Closes: https://bugs.gentoo.org/710622
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Amel Hodzic  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14725
Signed-off-by: Joonas Niilola  gentoo.org>

 net-vpn/protonvpn-cli/Manifest   |  1 +
 net-vpn/protonvpn-cli/metadata.xml   | 11 ++
 net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild | 28 
 3 files changed, 40 insertions(+)

diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest
new file mode 100644
index 000..5fe2f600f0b
--- /dev/null
+++ b/net-vpn/protonvpn-cli/Manifest
@@ -0,0 +1 @@
+DIST protonvpn-cli-2.2.0.tar.gz 42694 BLAKE2B 
fb32401580090401cd6c2c3c692313992c62ed24b383c88e006f69f99a6b96e7081d6927778817245c604cb978b2157e88288ab5236211297258b02dc63a197a
 SHA512 
9ff188ddba679187cf69ab2a18023bd030ff8e734cc5f8516cd93490e601cf21482573b2ab0b7586e371c1f83955db1ad66fa98203f3abdf848a0755484c079e

diff --git a/net-vpn/protonvpn-cli/metadata.xml 
b/net-vpn/protonvpn-cli/metadata.xml
new file mode 100644
index 000..6ad1720cb5c
--- /dev/null
+++ b/net-vpn/protonvpn-cli/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ilmost...@gmail.com
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild 
b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild
new file mode 100644
index 000..d1f445f5b0e
--- /dev/null
+++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild
@@ -0,0 +1,28 @@
+# 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 )