diff options
author | 2022-12-20 14:57:37 +0100 | |
---|---|---|
committer | 2022-12-20 15:25:33 +0100 | |
commit | 200ee7735c5ade1c2b4608a2338e800746bc456a (patch) | |
tree | 63c85cb6de2078da123f558ac81c3a07ed8259ec /net-misc | |
parent | net-libs/libnet: drop 1.0.2a-r7 (diff) | |
download | gentoo-200ee7735c5ade1c2b4608a2338e800746bc456a.tar.gz gentoo-200ee7735c5ade1c2b4608a2338e800746bc456a.tar.bz2 gentoo-200ee7735c5ade1c2b4608a2338e800746bc456a.zip |
net-misc/python-x2go: treeclean
Closes: https://bugs.gentoo.org/879011
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/python-x2go/Manifest | 1 | ||||
-rw-r--r-- | net-misc/python-x2go/metadata.xml | 13 | ||||
-rw-r--r-- | net-misc/python-x2go/python-x2go-0.6.1.3.ebuild | 22 |
3 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/python-x2go/Manifest b/net-misc/python-x2go/Manifest deleted file mode 100644 index 5e9ae0111bf7..000000000000 --- a/net-misc/python-x2go/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-x2go-0.6.1.3.tar.gz 247754 BLAKE2B 9c5705da9c1656a29ae7382dfaedb1798d8728006dbfcb0ec47441bba63a1c85f9ee60f0d8e5cb040dfec177ab72381518e0756ca5a9374e3ea7f1ab29d54dfb SHA512 3933ad8ee7debd6d643ce12ce06a6a98c7c97fae5a30f99ca147ce57ac7fa8e1b2fd97439a8c3b39ac5c5d0c7cecf4f3571193092e057db536d061f0d1d4accc diff --git a/net-misc/python-x2go/metadata.xml b/net-misc/python-x2go/metadata.xml deleted file mode 100644 index 842c118f5ebe..000000000000 --- a/net-misc/python-x2go/metadata.xml +++ /dev/null @@ -1,13 +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> -The Python X2Go module integrates X2Go client support into your python programmes. -Python X2Go is used in the headless X2Go client "pyhoca-cli" and by the tiny systray GUI applet "pyhoca-gui" - </longdescription> -</pkgmetadata> diff --git a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild deleted file mode 100644 index 8803f05a4b7a..000000000000 --- a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild +++ /dev/null @@ -1,22 +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 client-side Python API" -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" - -# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp -RDEPEND=" - dev-python/gevent[${PYTHON_USEDEP}] - dev-python/paramiko[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] - net-misc/nx" |