diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-12-20 19:52:06 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-12-20 19:52:06 +0000 |
commit | d4d7098dcb2f9dd257109bbcb55fd40beda1b78d (patch) | |
tree | 48d3c6b3c45f18db0f90650f822ea19a10284f61 /net-misc/pyhoca-gui | |
parent | 4161fa7d1be6dac96e36f8ed343f234a8ef3a74f (diff) |
gentoo auto-resync : 20:12:2022 - 19:52:06
Diffstat (limited to 'net-misc/pyhoca-gui')
-rw-r--r-- | net-misc/pyhoca-gui/Manifest | 3 | ||||
-rw-r--r-- | net-misc/pyhoca-gui/metadata.xml | 14 | ||||
-rw-r--r-- | net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild | 40 |
3 files changed, 0 insertions, 57 deletions
diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest deleted file mode 100644 index 306d657844f8..000000000000 --- a/net-misc/pyhoca-gui/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pyhoca-gui-0.6.1.1.tar.gz 2099727 BLAKE2B 944ee3cd743d502ce320759b9200c74de13802e23aabc2a5fe5659e123e2bbc368bf8a216c73de2c2ed22408d8fe50b4b945cc0714d05e1cb0faa1e5617dd4b0 SHA512 e7e24d60c1e4ecca2201c2a25bfc8c5552e54e30a5f744c5bc9c36ba4050a64cbb8616ab2e035b34cd14c62702ff88e32c863cac8aef0f8f4cb18db1d2e737b6 -EBUILD pyhoca-gui-0.6.1.1.ebuild 963 BLAKE2B f527244e3fbda395fd88a11176cd5c1aa71fb7148a48ac0573a0635cfa089b757bdee426965acbf0f9766d57ffa79432816ae84f2e3fa1a90972c968f01aa6c4 SHA512 579dc2310b107b28b1265f478fa14970f7ff1b49211895fff62588f23753d022d1f781f41461f6371c356c11e8a0fb07bdf7785ada4c09cf5859a5a168e797ba -MISC metadata.xml 816 BLAKE2B de70719c61f4ed3ad3f95fe888283ec0983fa8d722b189370cf7337496727958f80d467bd43292544995fa6a563356148ee296f466c876a056ecfa60068b9340 SHA512 6290306e99d6609e9f71aee494c6de1bf7f7a02b3a89375fb24b2544b96d2c48ebf14f8e99df50cda107a973c30e38b84537524f753e59e8318125d67b4046cf diff --git a/net-misc/pyhoca-gui/metadata.xml b/net-misc/pyhoca-gui/metadata.xml deleted file mode 100644 index 4c89615fa22e..000000000000 --- a/net-misc/pyhoca-gui/metadata.xml +++ /dev/null @@ -1,14 +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-GUI is a client implementation for X2Go using the project's Python X2Go client API (a Python module). PyHoca-GUI uses wxPython for rendering graphical desktop elements (menus, dialog boxes etc.). - -PyHoca-GUI is designed as a very minimal GUI that behaves very similar to GNOME's network manager applet (nm-applet). It appears as a small Phoca icon (a little seal) that docks to your systray panel (also called notification area) and allows you to manage multiple X2go sessions simultaneously. - </longdescription> -</pkgmetadata> diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild deleted file mode 100644 index 3705cbbe5314..000000000000 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild +++ /dev/null @@ -1,40 +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 graphical client applet" -HOMEPAGE="http://www.x2go.org" -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" - -LICENSE="AGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/pycups[${PYTHON_USEDEP}] - dev-python/setproctitle[${PYTHON_USEDEP}] - dev-python/wxpython[${PYTHON_USEDEP}] - >=net-misc/python-x2go-0.6.1.1[${PYTHON_USEDEP}] - x11-libs/libnotify" -BDEPEND="dev-python/python-distutils-extra[${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 -} |