From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-misc/python-x2go/python-x2go-0.5.0.6.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 net-misc/python-x2go/python-x2go-0.5.0.6.ebuild (limited to 'net-misc/python-x2go/python-x2go-0.5.0.6.ebuild') diff --git a/net-misc/python-x2go/python-x2go-0.5.0.6.ebuild b/net-misc/python-x2go/python-x2go-0.5.0.6.ebuild new file mode 100644 index 000000000000..8f666b8ffe49 --- /dev/null +++ b/net-misc/python-x2go/python-x2go-0.5.0.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +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}" -- cgit v1.2.3