summaryrefslogtreecommitdiff
path: root/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild
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/python-x2go-0.6.1.3.ebuild
parent4161fa7d1be6dac96e36f8ed343f234a8ef3a74f (diff)
gentoo auto-resync : 20:12:2022 - 19:52:06
Diffstat (limited to 'net-misc/python-x2go/python-x2go-0.6.1.3.ebuild')
-rw-r--r--net-misc/python-x2go/python-x2go-0.6.1.3.ebuild22
1 files changed, 0 insertions, 22 deletions
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"