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, 02 Feb 2020 11:15:54
Message-Id: 1580642121.a398ae2f9c3f547647ebba6deb2051da70204357.voyageur@gentoo
1 commit: a398ae2f9c3f547647ebba6deb2051da70204357
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 11:15:21 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 11:15:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a398ae2f
7
8 net-misc/pyhoca-gui: drop old versions
9
10 These versions still ahve dependency on dev-python/notify-python
11
12 Bug: https://bugs.gentoo.org/706480
13 Package-Manager: Portage-2.3.86, Repoman-2.3.20
14 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
15
16 net-misc/pyhoca-gui/Manifest | 2 --
17 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.8.ebuild | 34 ---------------------------
18 net-misc/pyhoca-gui/pyhoca-gui-0.5.1.0.ebuild | 34 ---------------------------
19 3 files changed, 70 deletions(-)
20
21 diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
22 index f5da2e7b92b..6e474411035 100644
23 --- a/net-misc/pyhoca-gui/Manifest
24 +++ b/net-misc/pyhoca-gui/Manifest
25 @@ -1,4 +1,2 @@
26 -DIST pyhoca-gui-0.5.0.8.tar.gz 2064483 BLAKE2B 63bca5be8673ef4e274caf4e0813b73f5dc8af7818b7638b2ac7411bb1598272bab573bc55c6c5e48fc45cc185bad907594b99ee0c96546683ecd8dd1ef1e3f1 SHA512 35bcbe35056d718ec5b58733b8569fd40cd6843a6661cc19deed02287cf65e03b4812fc82bdb0d54b12a78d5547456463e8adf236d4a7f04e11d0d462fe3eded
27 -DIST pyhoca-gui-0.5.1.0.tar.gz 2098593 BLAKE2B 942caadb43654dbd65cfb50722f17b93b2becd410b90fb888a5133974b66ae377ab568204288e3a72441b74ad3e08a31190d67452a41086802177cc6a8f01406 SHA512 ae4287ccf2aadc4a6557c3bf37d01eb2cdfa542803ece41df02b7b816ba5b0be918231b40dba3c39a850064ae39907befdef1b80180649446b49fc975abbe312
28 DIST pyhoca-gui-0.6.1.0.tar.gz 2098973 BLAKE2B fdd145bb8ba67d70571a2244bded2f5c30382725c21747778c7490a98cd85dd7e872aec9ba539d407764a9a3a38d590aed5742268ebc38aa9cfaa3fc5b5a679c SHA512 d2730aa52afd4a835e593f3d8bde84435abb67aa490bb05807353d8d102c1d85564c21decbaf04e5cf54ef4a376247cf4a5ba1f7c9baf96149dbea9e583ea9cb
29 DIST pyhoca-gui-0.6.1.1.tar.gz 2099727 BLAKE2B 944ee3cd743d502ce320759b9200c74de13802e23aabc2a5fe5659e123e2bbc368bf8a216c73de2c2ed22408d8fe50b4b945cc0714d05e1cb0faa1e5617dd4b0 SHA512 e7e24d60c1e4ecca2201c2a25bfc8c5552e54e30a5f744c5bc9c36ba4050a64cbb8616ab2e035b34cd14c62702ff88e32c863cac8aef0f8f4cb18db1d2e737b6
30
31 diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.8.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.8.ebuild
32 deleted file mode 100644
33 index 633abd8f8d7..00000000000
34 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.8.ebuild
35 +++ /dev/null
36 @@ -1,34 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -PYTHON_COMPAT=( python2_7 )
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="X2Go graphical client applet"
46 -HOMEPAGE="http://www.x2go.org"
47 -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="AGPL-3"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
55 - dev-python/pycups[${PYTHON_USEDEP}]
56 - dev-python/setproctitle[${PYTHON_USEDEP}]
57 - dev-python/wxpython[${PYTHON_USEDEP}]
58 - >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
59 -DEPEND="${DEPEND}
60 - dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
61 -
62 -python_install() {
63 - distutils-r1_python_install
64 - python_doscript ${PN}
65 -}
66 -
67 -python_install_all() {
68 - distutils-r1_python_install_all
69 - doman man/man1/*
70 -}
71
72 diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.1.0.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.5.1.0.ebuild
73 deleted file mode 100644
74 index fe06961e4d6..00000000000
75 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.1.0.ebuild
76 +++ /dev/null
77 @@ -1,34 +0,0 @@
78 -# Copyright 1999-2019 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=7
82 -
83 -PYTHON_COMPAT=( python2_7 )
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="X2Go graphical client applet"
87 -HOMEPAGE="http://www.x2go.org"
88 -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
89 -
90 -LICENSE="AGPL-3"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~x86"
93 -IUSE=""
94 -
95 -RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
96 - dev-python/pycups[${PYTHON_USEDEP}]
97 - dev-python/setproctitle[${PYTHON_USEDEP}]
98 - dev-python/wxpython[${PYTHON_USEDEP}]
99 - >=net-misc/python-x2go-0.6.1.0[${PYTHON_USEDEP}]"
100 -DEPEND="${DEPEND}
101 - dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
102 -
103 -python_install() {
104 - distutils-r1_python_install
105 - python_doscript ${PN}
106 -}
107 -
108 -python_install_all() {
109 - distutils-r1_python_install_all
110 - doman man/man1/*
111 -}