commit: d493671508998ac73c0efd66983f88161af159ee Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Dec 20 13:58:19 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Dec 20 14:25:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4936715
net-misc/pyhoca-cli: treeclean Closes: https://bugs.gentoo.org/650786 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> net-misc/pyhoca-cli/Manifest | 1 - net-misc/pyhoca-cli/metadata.xml | 12 --------- net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild | 36 --------------------------- profiles/package.mask | 6 ----- 4 files changed, 55 deletions(-) diff --git a/net-misc/pyhoca-cli/Manifest b/net-misc/pyhoca-cli/Manifest deleted file mode 100644 index 5d6dd9b07e1a..000000000000 --- a/net-misc/pyhoca-cli/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyhoca-cli-0.6.1.2.tar.gz 41891 BLAKE2B a3183acc8b4a809e5b3894bbcb276972f3bf0178f2a9f596e697866db4217ca4e04d6b3d698b202e124a2e42a3b1f9b2f0fbd595bf0483f55dd7dbe9ea108ef3 SHA512 02bb6a0dcb72bc67e8b8109e554f04fa57d5b2da2682b50a081b60e19c257842ae31aabb7faa945579fb23d0e922befd0678c413b31393d368b4173e0d4315f6 diff --git a/net-misc/pyhoca-cli/metadata.xml b/net-misc/pyhoca-cli/metadata.xml deleted file mode 100644 index 16a79c44fca7..000000000000 --- a/net-misc/pyhoca-cli/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Bernard Cafarelli</name> - </maintainer> - <stabilize-allarches/> - <longdescription> -PyHoca-CLI is a client implementation for X2Go using the project's Python API (Python module). PyHoca-CLI can be operated completely from the command line and the goal is to reflect the full functionality spectrum of Python X2Go. - </longdescription> -</pkgmetadata> diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild b/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild deleted file mode 100644 index b07a8be289e3..000000000000 --- a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 - -DESCRIPTION="X2Go command line client" -HOMEPAGE="http://www.x2go.org" -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" - -LICENSE="AGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - -RDEPEND=" - dev-python/setproctitle[${PYTHON_USEDEP}] - >=net-misc/python-x2go-0.6.1.1[${PYTHON_USEDEP}]" - -python_prepare_all() { - # we don't need setuptools at runtime - sed -i -e '/install_requires/d' setup.py || die - distutils-r1_python_prepare_all -} - -python_install() { - distutils-r1_python_install - python_doscript ${PN} -} - -python_install_all() { - distutils-r1_python_install_all - doman man/man1/* - find "${ED}" -name '*.pth' -delete || die -} diff --git a/profiles/package.mask b/profiles/package.mask index ea4854071db6..d2f38cf0c399 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -647,12 +647,6 @@ sci-mathematics/relational dev-python/gevent dev-python/geventhttpclient -# Michał Górny <[email protected]> (2022-11-17) -# Requires dev-python/gevent that is going to be masked for removal. -# net-misc/x2goclient remains as a replacement. -# Removal on 2022-12-17. Bug #879011. -net-misc/pyhoca-cli - # Jonas Stein <[email protected]> (2022-11-13) # Dead upstream # Removal after 2023-01-01. Bug #881249.
