public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/
Date: Thu, 21 Jan 2021 08:08:02 +0000 (UTC)	[thread overview]
Message-ID: <1611216476.fa4b18775b90deb7b3a5f70e0752637eb2d7c605.juippis@gentoo> (raw)

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

net-vpn/protonvpn-cli: 2.2.4 vbump

Signed-off-by: Amel Hodzic <ilmostro7 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18148
Signed-off-by: Joonas Niilola <juippis <AT> 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 00000000000..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 )


             reply	other threads:[~2021-01-21  8:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21  8:08 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-19 19:07 [gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/ Eli Schwartz
2023-05-03  9:17 Sam James
2023-05-03  7:25 Sam James
2023-05-03  7:22 Sam James
2022-11-01 10:23 Yixun Lan
2022-04-08 12:16 Joonas Niilola
2022-01-11  4:52 Sam James
2021-12-24  4:38 Sam James
2021-03-20  8:25 Joonas Niilola
2021-02-18  9:36 Joonas Niilola
2021-01-01  1:50 Michał Górny
2020-06-08  7:53 Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2020-02-27 13:54 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611216476.fa4b18775b90deb7b3a5f70e0752637eb2d7c605.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox