diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-21 15:46:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-22 22:18:45 +0000 |
commit | 2b559e9a01cb9b3ca153800974ff67a0d8807bc5 (patch) | |
tree | 31ab319e5c0c7ae2d821bfedc1fe9e278c1126f3 /net-misc/python-x2go | |
parent | net-misc/python-x2go: Port to python 3.{8,9} (diff) | |
download | gentoo-2b559e9a01cb9b3ca153800974ff67a0d8807bc5.tar.gz gentoo-2b559e9a01cb9b3ca153800974ff67a0d8807bc5.tar.bz2 gentoo-2b559e9a01cb9b3ca153800974ff67a0d8807bc5.zip |
net-misc/python-x2go: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/python-x2go')
-rw-r--r-- | net-misc/python-x2go/Manifest | 2 | ||||
-rw-r--r-- | net-misc/python-x2go/python-x2go-0.6.1.1.ebuild | 23 | ||||
-rw-r--r-- | net-misc/python-x2go/python-x2go-0.6.1.2.ebuild | 23 |
3 files changed, 0 insertions, 48 deletions
diff --git a/net-misc/python-x2go/Manifest b/net-misc/python-x2go/Manifest index 23e7582c2c2a..5e9ae0111bf7 100644 --- a/net-misc/python-x2go/Manifest +++ b/net-misc/python-x2go/Manifest @@ -1,3 +1 @@ -DIST python-x2go-0.6.1.1.tar.gz 247188 BLAKE2B c19f1ea39bca647984a21d0100d07c3898dbab894c92d5aa36c297ec277f9f0cd3429e02e6ca7a372b57ba3836d2139018e6d685fe31719549d2d2ddefff483a SHA512 8450ea47d1ec27abd56db0925613bd864a620cde98954f21d1fe8bcbf2a0024d4e8237c8663d04eb67c835f7d9f4a8c0dfc5f8f5671f571b24bb5b48b0a70762 -DIST python-x2go-0.6.1.2.tar.gz 247187 BLAKE2B dacaa406e7f32eb14951e54edd31fc812f7f6c5688a911607f4cf1755c1128eff5f2b77bb78b66f6a49df2267064cc1e8d209bcc1b368abff1b451d69eb63b04 SHA512 29ac73415c11f19e07a919bec99d61ba04f24e98c51bb32b5e4cdd20cbc04c7c6420727c5147b450e0e37931ee77dccc02334c62a8657c11bca6689472446e5d DIST python-x2go-0.6.1.3.tar.gz 247754 BLAKE2B 9c5705da9c1656a29ae7382dfaedb1798d8728006dbfcb0ec47441bba63a1c85f9ee60f0d8e5cb040dfec177ab72381518e0756ca5a9374e3ea7f1ab29d54dfb SHA512 3933ad8ee7debd6d643ce12ce06a6a98c7c97fae5a30f99ca147ce57ac7fa8e1b2fd97439a8c3b39ac5c5d0c7cecf4f3571193092e057db536d061f0d1d4accc diff --git a/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild deleted file mode 100644 index 27dda838f0d4..000000000000 --- a/net-misc/python-x2go/python-x2go-0.6.1.1.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_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}" diff --git a/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild deleted file mode 100644 index 27dda838f0d4..000000000000 --- a/net-misc/python-x2go/python-x2go-0.6.1.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_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}" |