summaryrefslogtreecommitdiff
path: root/net-misc/python-x2go
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/python-x2go
parent4161fa7d1be6dac96e36f8ed343f234a8ef3a74f (diff)
gentoo auto-resync : 20:12:2022 - 19:52:06
Diffstat (limited to 'net-misc/python-x2go')
-rw-r--r--net-misc/python-x2go/Manifest3
-rw-r--r--net-misc/python-x2go/metadata.xml13
-rw-r--r--net-misc/python-x2go/python-x2go-0.6.1.3.ebuild22
3 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/python-x2go/Manifest b/net-misc/python-x2go/Manifest
deleted file mode 100644
index b2dc7f78dbc7..000000000000
--- a/net-misc/python-x2go/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-x2go-0.6.1.3.tar.gz 247754 BLAKE2B 9c5705da9c1656a29ae7382dfaedb1798d8728006dbfcb0ec47441bba63a1c85f9ee60f0d8e5cb040dfec177ab72381518e0756ca5a9374e3ea7f1ab29d54dfb SHA512 3933ad8ee7debd6d643ce12ce06a6a98c7c97fae5a30f99ca147ce57ac7fa8e1b2fd97439a8c3b39ac5c5d0c7cecf4f3571193092e057db536d061f0d1d4accc
-EBUILD python-x2go-0.6.1.3.ebuild 583 BLAKE2B 507345b4135ca7593e709c2bf0fb16b9efe67c67f198b15cbbee2afc3cd2e70cb1a39e115caa69231dc579f38527d31f14553b2803d2979b1dd2306469bd7b78 SHA512 c4c9f71efe8058556b564dba3158d611656d30e3374a40c91782314e440aff62737704f1df267ec26ea39500f1aaecb0106e8d537ae6def0fdd9dd1e0ef2fa88
-MISC metadata.xml 508 BLAKE2B a44f0a85d8f456b9a428dd9c38d3359c681ba6b327f5c612549f9fafd7bce14671c0bbe8b8cd518a1c6c13f310a356a77b5578c3413282b7f8381f9a3802548a SHA512 c37de00993e2555dac8973c7a334c26dd756d03abc555e39482a25880983a1babdcc8733d83c80498bab9b1940a5695da4b9f50d8de2c513dd720c70b79b6b2c
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"