commit: 69954504763ed6526256d2dcf9e139354a75064f Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Thu May 1 12:31:56 2025 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Thu May 1 15:36:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69954504
app-crypt/PBinCLI: drop 0.3.5 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild b/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild deleted file mode 100644 index fa04a3d80..000000000 --- a/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_11 ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="PBinCLI is a command line client for PrivateBin written in Python 3" -HOMEPAGE="https://github.com/r4sas/PBinCLI" -SRC_URI="https://github.com/r4sas/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/sjcl[${PYTHON_USEDEP}] - dev-python/base58[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}"
