From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83259138351 for ; Thu, 27 Feb 2020 13:55:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D17E08F2; Thu, 27 Feb 2020 13:55:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1031E08F2 for ; Thu, 27 Feb 2020 13:55:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2E9434F3C8 for ; Thu, 27 Feb 2020 13:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EE3215A for ; Thu, 27 Feb 2020 13:54:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1582811682.aa88a21f94ec09fafb4319f286f343e3ab637e37.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/protonvpn-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/protonvpn-cli/Manifest net-vpn/protonvpn-cli/metadata.xml net-vpn/protonvpn-cli/protonvpn-cli-2.2.0.ebuild X-VCS-Directories: net-vpn/protonvpn-cli/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: aa88a21f94ec09fafb4319f286f343e3ab637e37 X-VCS-Branch: master Date: Thu, 27 Feb 2020 13:54:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a5aab67-b355-4b6e-9586-60b917c72ae6 X-Archives-Hash: 32d90abecdcf9d429d6db51ae86c5d2a commit: aa88a21f94ec09fafb4319f286f343e3ab637e37 Author: ILMostro gmail com> AuthorDate: Fri Feb 21 04:55:54 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Feb 27 13:54:42 2020 +0000 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 00000000000..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 00000000000..6ad1720cb5c --- /dev/null +++ b/net-vpn/protonvpn-cli/metadata.xml @@ -0,0 +1,11 @@ + + + + + ilmostro7@gmail.com + + + proxy-maint@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 00000000000..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 )