From d69785b89aa4eecd96573d5f7a3967ec64c22fcc Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 18 Aug 2025 00:48:39 -0400 Subject: [PATCH] net-vpn/protonvpn-cli: treeclean Closes: https://bugs.gentoo.org/952160 (pkgremoved) Closes: https://bugs.gentoo.org/947780 (pkgremoved) Closes: https://bugs.gentoo.org/927026 (pkgremoved) Signed-off-by: Eli Schwartz --- net-vpn/protonvpn-cli/Manifest | 1 - net-vpn/protonvpn-cli/metadata.xml | 14 --------- .../protonvpn-cli-2.2.11-r2.ebuild | 31 ------------------- 3 files changed, 46 deletions(-) delete mode 100644 net-vpn/protonvpn-cli/Manifest delete mode 100644 net-vpn/protonvpn-cli/metadata.xml delete mode 100644 net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild diff --git a/net-vpn/protonvpn-cli/Manifest b/net-vpn/protonvpn-cli/Manifest deleted file mode 100644 index 4a2230dc834dc..0000000000000 --- a/net-vpn/protonvpn-cli/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST protonvpn-cli-2.2.11.tar.gz 641106 BLAKE2B 916560e32716e1d29dbfa3ae513df3976dbe4bb667ad9b541f96caefba89636f74f2c13dc8b7d08b22dcc90b380904aa497cc529af8c6ca5865fad67f885acd9 SHA512 95d1681ccdd91ad43d4b0e4976c10e0d9c99bc6264fe9324a59d3495235a8439450574a18ed38c86dc4513cf754684328f2d060389e0a49bd61b5ce81356cfcb diff --git a/net-vpn/protonvpn-cli/metadata.xml b/net-vpn/protonvpn-cli/metadata.xml deleted file mode 100644 index abdc7d2169b8a..0000000000000 --- a/net-vpn/protonvpn-cli/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - ilmostro7@gmail.com - - - proxy-maint@gentoo.org - Proxy Maintainers - - - ProtonVPN/protonvpn-cli-ng - - diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild deleted file mode 100644 index ed82b3452335b..0000000000000 --- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -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-community/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~riscv" - -RDEPEND=" - dev-python/docopt[${PYTHON_USEDEP}] - dev-python/distro[${PYTHON_USEDEP}] - dev-python/pythondialog:0[${PYTHON_USEDEP}] - dev-python/jinja2[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - net-vpn/openvpn -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/linux-cli-community-${PV}" - -DOCS=( CHANGELOG.md README.md USAGE.md )