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: Sun, 30 Sep 2018 20:01:01
Message-Id: 1538337649.678258311b6d63a8191e48648561d8648fa811f6.voyageur@gentoo
1 commit: 678258311b6d63a8191e48648561d8648fa811f6
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 19:59:08 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 20:00:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67825831
7
8 net-misc/pyhoca-gui: drop old
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 net-misc/pyhoca-gui/Manifest | 1 -
14 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.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 894fbfa9b20..d60195f0400 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.6.tar.gz 1345011 BLAKE2B aafb54d2e863afd93b0fa40191a3f8508af91b1f2839448399e64ca273b2eefce4b8dca76bdcd9b30e046bcefb2b1ec01841dd50f07ea12d7de63f762aac6dc9 SHA512 46edc32425e083ef9043f6fdd6b2e4f973109688e5cc3167ed09132441213292f6aed94b26a63829101912388293c239eb689163f933cf4d95125295e3336b89
23 DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 BLAKE2B 4986c1d19663ed3df29992cb7b442bed4fc95bdd6e0f1d3521e1bc3d2ab0d98aa9578a470995ab0b28ba13fb29fdb8c384a59f09d08270dd1d689177a9548045 SHA512 bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6
24
25 diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild
26 deleted file mode 100644
27 index 7f3d9475927..00000000000
28 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2016 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 -}