summaryrefslogtreecommitdiff
path: root/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/python-x2go/python-x2go-0.6.0.2.ebuild')
-rw-r--r--net-misc/python-x2go/python-x2go-0.6.0.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild b/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild
deleted file mode 100644
index d1960870ac35..000000000000
--- a/net-misc/python-x2go/python-x2go-0.6.0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-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 ~x86"
-IUSE=""
-
-# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp
-DEPEND="dev-python/gevent[${PYTHON_USEDEP}]
- dev-python/paramiko[${PYTHON_USEDEP}]
- dev-python/python-xlib[${PYTHON_USEDEP}]
- net-misc/nx"
-RDEPEND="${DEPEND}"