Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/python-x2go/
Date: Fri, 29 Nov 2019 09:57:27
Message-Id: 1575021437.0e29f7bcb6eabf25418727f300ea3a43f0d2acf1.voyageur@gentoo
1 commit: 0e29f7bcb6eabf25418727f300ea3a43f0d2acf1
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 09:48:46 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 09:57:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e29f7bc
7
8 net-misc/python-x2go: drop old
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 net-misc/python-x2go/Manifest | 2 --
14 net-misc/python-x2go/python-x2go-0.5.0.6.ebuild | 23 -----------------------
15 net-misc/python-x2go/python-x2go-0.6.0.1.ebuild | 23 -----------------------
16 3 files changed, 48 deletions(-)
17
18 diff --git a/net-misc/python-x2go/Manifest b/net-misc/python-x2go/Manifest
19 index fb2e29cc421..405156c0fff 100644
20 --- a/net-misc/python-x2go/Manifest
21 +++ b/net-misc/python-x2go/Manifest
22 @@ -1,3 +1 @@
23 -DIST python-x2go-0.5.0.6.tar.gz 198236 BLAKE2B fb39afe9dadf104c8e348ad699539522977da839c8db2df23b3b976e7603064c4882d1a058e194847553e3a2c3e614e242e5fc0bd117f55594e7de0d682d9ed0 SHA512 bad064490ed1b30ec63631d4e6af4ad133f4f1049e60f345dfc0a45abfd5d54a54556953baeae40bb543573d23987da745ad67bf6270f28be4dd6b130a05a9f2
24 -DIST python-x2go-0.6.0.1.tar.gz 243623 BLAKE2B 60d0b6245d089f168bfc8c47f6360f53cecf5553de04a741d5993c2a78875bbe4367ae5c6d430b472df1870ed3b12cf9a11a046081fe1272d634ee1a46ff2afc SHA512 d4ee7b6d8a6efa8c6071cb5e899c624e3f4527ab8da85c4a088ccee02dd518da0da2d49b5cfb4940f585939b5761ddd9aacb00cb82e2c21c5b22cebc2d0575df
25 DIST python-x2go-0.6.0.2.tar.gz 243857 BLAKE2B 9e64ed5f28a231396ea5322c51942814df2d80f1df092c1a33b1884bbadcf4b27b8180b3a2f9b07001ac3e90ab2e65bde594f83d3adadcc788e0236d738bb746 SHA512 883c26b01bdcab9e57f4ef4ac5a980f849cd2df849c77d1b82e11bbb1872c6e97f3ff8b02c841d8e3acd425f3f55da2613d31a3876ffcc91545195aae5f88d77
26
27 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
28 deleted file mode 100644
29 index 8f666b8ffe4..00000000000
30 --- a/net-misc/python-x2go/python-x2go-0.5.0.6.ebuild
31 +++ /dev/null
32 @@ -1,23 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="X2Go client-side Python API"
42 -HOMEPAGE="http://www.x2go.org"
43 -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="AGPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp
51 -DEPEND="dev-python/gevent[${PYTHON_USEDEP}]
52 - dev-python/paramiko[${PYTHON_USEDEP}]
53 - dev-python/python-xlib[${PYTHON_USEDEP}]
54 - net-misc/nx"
55 -RDEPEND="${DEPEND}"
56
57 diff --git a/net-misc/python-x2go/python-x2go-0.6.0.1.ebuild b/net-misc/python-x2go/python-x2go-0.6.0.1.ebuild
58 deleted file mode 100644
59 index e9d9ddc2fde..00000000000
60 --- a/net-misc/python-x2go/python-x2go-0.6.0.1.ebuild
61 +++ /dev/null
62 @@ -1,23 +0,0 @@
63 -# Copyright 1999-2018 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=7
67 -
68 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="X2Go client-side Python API"
72 -HOMEPAGE="http://www.x2go.org"
73 -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="AGPL-3"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE=""
79 -
80 -# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp
81 -DEPEND="dev-python/gevent[${PYTHON_USEDEP}]
82 - dev-python/paramiko[${PYTHON_USEDEP}]
83 - dev-python/python-xlib[${PYTHON_USEDEP}]
84 - net-misc/nx"
85 -RDEPEND="${DEPEND}"