summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-09-25 16:00:45 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-09-25 16:14:29 +0200
commitb45f797387419606ff0db807aa8bb63ed88f622c (patch)
tree300a33f331c502b96fdd3c9d018bf9d1f464b152 /net-misc
parentnet-misc/python-x2go: 0.5.0.6 bump (diff)
downloadgentoo-b45f797387419606ff0db807aa8bb63ed88f622c.tar.gz
gentoo-b45f797387419606ff0db807aa8bb63ed88f622c.tar.bz2
gentoo-b45f797387419606ff0db807aa8bb63ed88f622c.zip
net-misc/python-x2go: drop old
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/python-x2go/Manifest2
-rw-r--r--net-misc/python-x2go/python-x2go-0.5.0.3.ebuild23
-rw-r--r--net-misc/python-x2go/python-x2go-0.5.0.4.ebuild23
3 files changed, 0 insertions, 48 deletions
diff --git a/net-misc/python-x2go/Manifest b/net-misc/python-x2go/Manifest
index 45a165869d12..ce11030aac38 100644
--- a/net-misc/python-x2go/Manifest
+++ b/net-misc/python-x2go/Manifest
@@ -1,4 +1,2 @@
-DIST python-x2go-0.5.0.3.tar.gz 197897 SHA256 b6bd8fe2944b285b393accfd270c6c963a3fe21cead5f81c1983573d339c194e SHA512 cb826bfe064fa22d3dd3be2176e54ca6ff3e7e4c49271f4f33072c491222ce2e5164d5000da0cca02f1a612c1f61adc1d61e5702e11ef6d4e5a5454f61f48a86 WHIRLPOOL 0775ec1edcbeb514ed2cf0fd5fee687c9b8c1656d4ac52e7ae789edb1c3fbfd6981778410270ab3fbed75ef2f4ae907e63a271a660123bf88a1d3fd868828bb2
-DIST python-x2go-0.5.0.4.tar.gz 198280 SHA256 db971e96cc32d10782fdfbce04f1f8316c63510872d03cae99842bf96e2ab6c9 SHA512 d643f681da6c8c108ea2368a6f27c20d91f6175530182c057b660a54e4ea33b7fbf1a829777dd6d6984f61fc7dfe6a1b544b868a5d2f664e4621e22da7b981a9 WHIRLPOOL 0d183531aff77bdadba9c1072408af6c21ab727afcbbfefc63c030642b73eba205e7714ce8c14b67ff2d171ec71a92767d3d9afb8400034625b763174b8a7fe0
DIST python-x2go-0.5.0.5.tar.gz 198260 SHA256 be41f48a28efc2b4be6cf139ed82a45b802cf5462c7361860ad37559504d491e SHA512 a8cb97f321921b9c98a64b2ef9b3763118150a585b6797837ec890dc588d8f4884fa58d374690a0cfe025ad338b1f7e1c048e4d8c48736205975856a5d82d1d1 WHIRLPOOL aab3a3a3a49bfbcaa32d9ec832b552fef9f2454f436191ea802bdb2098687b72e33f11e8b9e17359db5e2170ff7db604f503dda2453dec44e72ba8da3371b1e7
DIST python-x2go-0.5.0.6.tar.gz 198236 SHA256 7b6a7f373a6368a430fa777a5b4885b228ce00cad0caf269290e52fdf3a1456f SHA512 bad064490ed1b30ec63631d4e6af4ad133f4f1049e60f345dfc0a45abfd5d54a54556953baeae40bb543573d23987da745ad67bf6270f28be4dd6b130a05a9f2 WHIRLPOOL f7395970a859d97b92160f5842117a81eebff18a9e7af519497e0d8f44481aa9024373fa67c86f3aee7aada2180786b0f9211e419b50639537ac88f0e3de8ff1
diff --git a/net-misc/python-x2go/python-x2go-0.5.0.3.ebuild b/net-misc/python-x2go/python-x2go-0.5.0.3.ebuild
deleted file mode 100644
index 0acfc6f11fe6..000000000000
--- a/net-misc/python-x2go/python-x2go-0.5.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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}"
diff --git a/net-misc/python-x2go/python-x2go-0.5.0.4.ebuild b/net-misc/python-x2go/python-x2go-0.5.0.4.ebuild
deleted file mode 100644
index 0acfc6f11fe6..000000000000
--- a/net-misc/python-x2go/python-x2go-0.5.0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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}"