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/pyhoca-gui/
Date: Fri, 29 Nov 2019 09:57:27
Message-Id: 1575021439.a9ab86f99b97e364d2894763eb60302280c54558.voyageur@gentoo
1 commit: a9ab86f99b97e364d2894763eb60302280c54558
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 09:54:38 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 09:57:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ab86f9
7
8 net-misc/pyhoca-gui: 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/pyhoca-gui/Manifest | 1 -
14 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild | 34 ---------------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
18 index 2f9ee584482..7882bd5aa18 100644
19 --- a/net-misc/pyhoca-gui/Manifest
20 +++ b/net-misc/pyhoca-gui/Manifest
21 @@ -1,2 +1 @@
22 -DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 BLAKE2B 4986c1d19663ed3df29992cb7b442bed4fc95bdd6e0f1d3521e1bc3d2ab0d98aa9578a470995ab0b28ba13fb29fdb8c384a59f09d08270dd1d689177a9548045 SHA512 bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6
23 DIST pyhoca-gui-0.5.0.8.tar.gz 2064483 BLAKE2B 63bca5be8673ef4e274caf4e0813b73f5dc8af7818b7638b2ac7411bb1598272bab573bc55c6c5e48fc45cc185bad907594b99ee0c96546683ecd8dd1ef1e3f1 SHA512 35bcbe35056d718ec5b58733b8569fd40cd6843a6661cc19deed02287cf65e03b4812fc82bdb0d54b12a78d5547456463e8adf236d4a7f04e11d0d462fe3eded
24
25 diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild
26 deleted file mode 100644
27 index 6ea82c839c8..00000000000
28 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="X2Go graphical client applet"
40 -HOMEPAGE="http://www.x2go.org"
41 -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="AGPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
49 - dev-python/pycups[${PYTHON_USEDEP}]
50 - dev-python/setproctitle[${PYTHON_USEDEP}]
51 - dev-python/wxpython[${PYTHON_USEDEP}]
52 - >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
53 -DEPEND="${DEPEND}
54 - dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
55 -
56 -python_install() {
57 - distutils-r1_python_install
58 - python_doscript ${PN}
59 -}
60 -
61 -python_install_all() {
62 - distutils-r1_python_install_all
63 - doman man/man1/*
64 -}