summaryrefslogtreecommitdiff
path: root/net-misc/pyhoca-cli
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-20 19:52:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-20 19:52:06 +0000
commitd4d7098dcb2f9dd257109bbcb55fd40beda1b78d (patch)
tree48d3c6b3c45f18db0f90650f822ea19a10284f61 /net-misc/pyhoca-cli
parent4161fa7d1be6dac96e36f8ed343f234a8ef3a74f (diff)
gentoo auto-resync : 20:12:2022 - 19:52:06
Diffstat (limited to 'net-misc/pyhoca-cli')
-rw-r--r--net-misc/pyhoca-cli/Manifest3
-rw-r--r--net-misc/pyhoca-cli/metadata.xml12
-rw-r--r--net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild36
3 files changed, 0 insertions, 51 deletions
diff --git a/net-misc/pyhoca-cli/Manifest b/net-misc/pyhoca-cli/Manifest
deleted file mode 100644
index 485a1349edde..000000000000
--- a/net-misc/pyhoca-cli/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pyhoca-cli-0.6.1.2.tar.gz 41891 BLAKE2B a3183acc8b4a809e5b3894bbcb276972f3bf0178f2a9f596e697866db4217ca4e04d6b3d698b202e124a2e42a3b1f9b2f0fbd595bf0483f55dd7dbe9ea108ef3 SHA512 02bb6a0dcb72bc67e8b8109e554f04fa57d5b2da2682b50a081b60e19c257842ae31aabb7faa945579fb23d0e922befd0678c413b31393d368b4173e0d4315f6
-EBUILD pyhoca-cli-0.6.1.2.ebuild 815 BLAKE2B 7cd3f6aa9ca78a4d17be556cdefd30ef6caadb07ed24e529f11dbe9a510f012e73f389805d10e97057f21b3604dd09eab85befc89c188831570bee4bca61c4e1 SHA512 527edf4a33743bd2359b64beab04eea34a1ef3a162054e84dae0228b2605fd0d9cd53b18c0775754bae8d1fd212551a32792ae539841488bf2cfaf1029dbc305
-MISC metadata.xml 546 BLAKE2B cd794b3e556403990294a943ea4705813b33867c68f6a2729bf258d52b0ffca085b117bea7f26db21044cce96cc2bbff065c28f3ade8a270675898c74974d38d SHA512 63514d5f49ad45472c271a64b994c2c9ced6a15eb7d01660724392fce52be26b8ae5efb1e0ecce8b2e31128513461ef36d31aefd26a3a8e260e849eb63b26904
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>voyageur@gentoo.org</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
-}