[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/, profiles/

2022-12-20 Thread Jakov Smolić
commit: 4003c7b05dac15da607025a77c033bb6aaba7337
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Dec 20 13:57:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Dec 20 14:25:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4003c7b0

net-misc/pyhoca-gui: treeclean

Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/pyhoca-gui/Manifest  |  1 -
 net-misc/pyhoca-gui/metadata.xml  | 14 --
 net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild | 40 ---
 profiles/package.mask |  1 -
 4 files changed, 56 deletions(-)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
deleted file mode 100644
index 00ef21627149..
--- a/net-misc/pyhoca-gui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyhoca-gui-0.6.1.1.tar.gz 2099727 BLAKE2B 
944ee3cd743d502ce320759b9200c74de13802e23aabc2a5fe5659e123e2bbc368bf8a216c73de2c2ed22408d8fe50b4b945cc0714d05e1cb0faa1e5617dd4b0
 SHA512 
e7e24d60c1e4ecca2201c2a25bfc8c5552e54e30a5f744c5bc9c36ba4050a64cbb8616ab2e035b34cd14c62702ff88e32c863cac8aef0f8f4cb18db1d2e737b6

diff --git a/net-misc/pyhoca-gui/metadata.xml b/net-misc/pyhoca-gui/metadata.xml
deleted file mode 100644
index 4c89615fa22e..
--- a/net-misc/pyhoca-gui/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   voyag...@gentoo.org
-   Bernard Cafarelli
-   
-   
-   
-PyHoca-GUI is a client implementation for X2Go using the project's Python X2Go 
client API (a Python module). PyHoca-GUI uses wxPython for rendering graphical 
desktop elements (menus, dialog boxes etc.).
-
-PyHoca-GUI is designed as a very minimal GUI that behaves very similar to 
GNOME's network manager applet (nm-applet). It appears as a small Phoca icon (a 
little seal) that docks to your systray panel (also called notification area) 
and allows you to manage multiple X2go sessions simultaneously.
-   
-

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
deleted file mode 100644
index 3705cbbe5314..
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="X2Go graphical client applet"
-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"
-
-RDEPEND="
-   dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.6.1.1[${PYTHON_USEDEP}]
-   x11-libs/libnotify"
-BDEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   # we don't need setuptools at runtime
-   sed -i -e '/install_requires/d' setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-   find "${ED}" -name '*.pth' -delete || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 884564be89a1..ea4854071db6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -652,7 +652,6 @@ dev-python/geventhttpclient
 # net-misc/x2goclient remains as a replacement.
 # Removal on 2022-12-17.  Bug #879011.
 net-misc/pyhoca-cli
-net-misc/pyhoca-gui
 
 # Jonas Stein  (2022-11-13)
 # Dead upstream



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2022-07-27 Thread Bernard Cafarelli
commit: a4ecf2f5ae5f54f5bb07c33ce6a727ba7e34040f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul 27 20:54:20 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul 27 21:27:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ecf2f5

net-misc/pyhoca-gui: update PYTHON_COMPAT

Bug: https://bugs.gentoo.org/861221
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
index 671e506e1ffe..3705cbbe5314 100644
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="X2Go graphical client applet"



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2021-02-26 Thread Sam James
commit: 2a3e0847845f86d33af6b1597dbd5688a09485fd
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 17:57:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 14:26:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3e0847

net-misc/pyhoca-gui: Port to python 3.{8,9}

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
index 3d05ef2fc36..671e506e1ff 100644
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
@@ -1,27 +1,32 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="X2Go graphical client applet"
 HOMEPAGE="http://www.x2go.org;
 SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
 
-LICENSE="AGPL-3"
+LICENSE="AGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-RDEPEND="dev-python/pycups[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-python/pycups[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
dev-python/wxpython[${PYTHON_USEDEP}]
>=net-misc/python-x2go-0.6.1.1[${PYTHON_USEDEP}]
x11-libs/libnotify"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   # we don't need setuptools at runtime
+   sed -i -e '/install_requires/d' setup.py || die
+   distutils-r1_python_prepare_all
+}
 
 python_install() {
distutils-r1_python_install



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2021-02-26 Thread Sam James
commit: c756507a8e495dc098df679c013662446a782c82
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 17:57:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 14:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c756507a

net-misc/pyhoca-gui: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 net-misc/pyhoca-gui/Manifest  |  1 -
 net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 6e474411035..00ef2162714 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,2 +1 @@
-DIST pyhoca-gui-0.6.1.0.tar.gz 2098973 BLAKE2B 
fdd145bb8ba67d70571a2244bded2f5c30382725c21747778c7490a98cd85dd7e872aec9ba539d407764a9a3a38d590aed5742268ebc38aa9cfaa3fc5b5a679c
 SHA512 
d2730aa52afd4a835e593f3d8bde84435abb67aa490bb05807353d8d102c1d85564c21decbaf04e5cf54ef4a376247cf4a5ba1f7c9baf96149dbea9e583ea9cb
 DIST pyhoca-gui-0.6.1.1.tar.gz 2099727 BLAKE2B 
944ee3cd743d502ce320759b9200c74de13802e23aabc2a5fe5659e123e2bbc368bf8a216c73de2c2ed22408d8fe50b4b945cc0714d05e1cb0faa1e5617dd4b0
 SHA512 
e7e24d60c1e4ecca2201c2a25bfc8c5552e54e30a5f744c5bc9c36ba4050a64cbb8616ab2e035b34cd14c62702ff88e32c863cac8aef0f8f4cb18db1d2e737b6

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild
deleted file mode 100644
index 3d05ef2fc36..000
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go graphical client applet"
-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=""
-
-RDEPEND="dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.6.1.1[${PYTHON_USEDEP}]
-   x11-libs/libnotify"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-   find "${ED}" -name '*.pth' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2021-02-26 Thread Sam James
commit: 18caf5bf5f064e95b286fad043be29fa34e92e42
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 17:57:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 14:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18caf5bf

net-misc/pyhoca-gui: Mark ALLARCHES

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 net-misc/pyhoca-gui/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/pyhoca-gui/metadata.xml b/net-misc/pyhoca-gui/metadata.xml
index b87a98e44d5..e24d4d041e8 100644
--- a/net-misc/pyhoca-gui/metadata.xml
+++ b/net-misc/pyhoca-gui/metadata.xml
@@ -5,6 +5,7 @@
voyag...@gentoo.org
Bernard Cafarelli

+   

 PyHoca-GUI is a client implementation for X2Go using the project's Python X2Go 
client API (a Python module). PyHoca-GUI uses wxPython for rendering graphical 
desktop elements (menus, dialog boxes etc.).
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2020-02-02 Thread Bernard Cafarelli
commit: a398ae2f9c3f547647ebba6deb2051da70204357
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Feb  2 11:15:21 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Feb  2 11:15:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a398ae2f

net-misc/pyhoca-gui: drop old versions

These versions still ahve dependency on dev-python/notify-python

Bug: https://bugs.gentoo.org/706480
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/pyhoca-gui/Manifest  |  2 --
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.8.ebuild | 34 ---
 net-misc/pyhoca-gui/pyhoca-gui-0.5.1.0.ebuild | 34 ---
 3 files changed, 70 deletions(-)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index f5da2e7b92b..6e474411035 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,4 +1,2 @@
-DIST pyhoca-gui-0.5.0.8.tar.gz 2064483 BLAKE2B 
63bca5be8673ef4e274caf4e0813b73f5dc8af7818b7638b2ac7411bb1598272bab573bc55c6c5e48fc45cc185bad907594b99ee0c96546683ecd8dd1ef1e3f1
 SHA512 
35bcbe35056d718ec5b58733b8569fd40cd6843a6661cc19deed02287cf65e03b4812fc82bdb0d54b12a78d5547456463e8adf236d4a7f04e11d0d462fe3eded
-DIST pyhoca-gui-0.5.1.0.tar.gz 2098593 BLAKE2B 
942caadb43654dbd65cfb50722f17b93b2becd410b90fb888a5133974b66ae377ab568204288e3a72441b74ad3e08a31190d67452a41086802177cc6a8f01406
 SHA512 
ae4287ccf2aadc4a6557c3bf37d01eb2cdfa542803ece41df02b7b816ba5b0be918231b40dba3c39a850064ae39907befdef1b80180649446b49fc975abbe312
 DIST pyhoca-gui-0.6.1.0.tar.gz 2098973 BLAKE2B 
fdd145bb8ba67d70571a2244bded2f5c30382725c21747778c7490a98cd85dd7e872aec9ba539d407764a9a3a38d590aed5742268ebc38aa9cfaa3fc5b5a679c
 SHA512 
d2730aa52afd4a835e593f3d8bde84435abb67aa490bb05807353d8d102c1d85564c21decbaf04e5cf54ef4a376247cf4a5ba1f7c9baf96149dbea9e583ea9cb
 DIST pyhoca-gui-0.6.1.1.tar.gz 2099727 BLAKE2B 
944ee3cd743d502ce320759b9200c74de13802e23aabc2a5fe5659e123e2bbc368bf8a216c73de2c2ed22408d8fe50b4b945cc0714d05e1cb0faa1e5617dd4b0
 SHA512 
e7e24d60c1e4ecca2201c2a25bfc8c5552e54e30a5f744c5bc9c36ba4050a64cbb8616ab2e035b34cd14c62702ff88e32c863cac8aef0f8f4cb18db1d2e737b6

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
deleted file mode 100644
index 633abd8f8d7..000
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go graphical client applet"
-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=""
-
-RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-}

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
deleted file mode 100644
index fe06961e4d6..000
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go graphical client applet"
-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=""
-
-RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.6.1.0[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2020-01-02 Thread Bernard Cafarelli
commit: f4f18f22e022449d5917119396284da238e08a9a
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Jan  2 15:31:27 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jan  2 15:31:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f18f22

net-misc/pyhoca-gui: 0.6.1.1 bump

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/pyhoca-gui/Manifest  |  1 +
 net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 9f201a480ad..f5da2e7b92b 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,3 +1,4 @@
 DIST pyhoca-gui-0.5.0.8.tar.gz 2064483 BLAKE2B 
63bca5be8673ef4e274caf4e0813b73f5dc8af7818b7638b2ac7411bb1598272bab573bc55c6c5e48fc45cc185bad907594b99ee0c96546683ecd8dd1ef1e3f1
 SHA512 
35bcbe35056d718ec5b58733b8569fd40cd6843a6661cc19deed02287cf65e03b4812fc82bdb0d54b12a78d5547456463e8adf236d4a7f04e11d0d462fe3eded
 DIST pyhoca-gui-0.5.1.0.tar.gz 2098593 BLAKE2B 
942caadb43654dbd65cfb50722f17b93b2becd410b90fb888a5133974b66ae377ab568204288e3a72441b74ad3e08a31190d67452a41086802177cc6a8f01406
 SHA512 
ae4287ccf2aadc4a6557c3bf37d01eb2cdfa542803ece41df02b7b816ba5b0be918231b40dba3c39a850064ae39907befdef1b80180649446b49fc975abbe312
 DIST pyhoca-gui-0.6.1.0.tar.gz 2098973 BLAKE2B 
fdd145bb8ba67d70571a2244bded2f5c30382725c21747778c7490a98cd85dd7e872aec9ba539d407764a9a3a38d590aed5742268ebc38aa9cfaa3fc5b5a679c
 SHA512 
d2730aa52afd4a835e593f3d8bde84435abb67aa490bb05807353d8d102c1d85564c21decbaf04e5cf54ef4a376247cf4a5ba1f7c9baf96149dbea9e583ea9cb
+DIST pyhoca-gui-0.6.1.1.tar.gz 2099727 BLAKE2B 
944ee3cd743d502ce320759b9200c74de13802e23aabc2a5fe5659e123e2bbc368bf8a216c73de2c2ed22408d8fe50b4b945cc0714d05e1cb0faa1e5617dd4b0
 SHA512 
e7e24d60c1e4ecca2201c2a25bfc8c5552e54e30a5f744c5bc9c36ba4050a64cbb8616ab2e035b34cd14c62702ff88e32c863cac8aef0f8f4cb18db1d2e737b6

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
new file mode 100644
index 000..a484ce41375
--- /dev/null
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="X2Go graphical client applet"
+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=""
+
+RDEPEND="dev-python/pycups[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/wxpython[${PYTHON_USEDEP}]
+   >=net-misc/python-x2go-0.6.1.1[${PYTHON_USEDEP}]
+   x11-libs/libnotify"
+DEPEND="${DEPEND}
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+
+python_install() {
+   distutils-r1_python_install
+   python_doscript ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/man1/*
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2019-12-30 Thread Bernard Cafarelli
commit: 84e612f4aa975f97ada1715d9be50da019fab5e3
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Dec 30 13:55:36 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Dec 30 13:57:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e612f4

net-misc/pyhoca-gui: 0.6.1.0 bump

Update for python 3 and libnotify dependency

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/pyhoca-gui/Manifest  |  1 +
 net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 3e929f31203..9f201a480ad 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,2 +1,3 @@
 DIST pyhoca-gui-0.5.0.8.tar.gz 2064483 BLAKE2B 
63bca5be8673ef4e274caf4e0813b73f5dc8af7818b7638b2ac7411bb1598272bab573bc55c6c5e48fc45cc185bad907594b99ee0c96546683ecd8dd1ef1e3f1
 SHA512 
35bcbe35056d718ec5b58733b8569fd40cd6843a6661cc19deed02287cf65e03b4812fc82bdb0d54b12a78d5547456463e8adf236d4a7f04e11d0d462fe3eded
 DIST pyhoca-gui-0.5.1.0.tar.gz 2098593 BLAKE2B 
942caadb43654dbd65cfb50722f17b93b2becd410b90fb888a5133974b66ae377ab568204288e3a72441b74ad3e08a31190d67452a41086802177cc6a8f01406
 SHA512 
ae4287ccf2aadc4a6557c3bf37d01eb2cdfa542803ece41df02b7b816ba5b0be918231b40dba3c39a850064ae39907befdef1b80180649446b49fc975abbe312
+DIST pyhoca-gui-0.6.1.0.tar.gz 2098973 BLAKE2B 
fdd145bb8ba67d70571a2244bded2f5c30382725c21747778c7490a98cd85dd7e872aec9ba539d407764a9a3a38d590aed5742268ebc38aa9cfaa3fc5b5a679c
 SHA512 
d2730aa52afd4a835e593f3d8bde84435abb67aa490bb05807353d8d102c1d85564c21decbaf04e5cf54ef4a376247cf4a5ba1f7c9baf96149dbea9e583ea9cb

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild
new file mode 100644
index 000..84519d9bd08
--- /dev/null
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="X2Go graphical client applet"
+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=""
+
+RDEPEND="dev-python/pycups[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/wxpython[${PYTHON_USEDEP}]
+   >=net-misc/python-x2go-0.6.1.1[${PYTHON_USEDEP}]
+   x11-libs/libnotify"
+DEPEND="${DEPEND}
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+
+python_install() {
+   distutils-r1_python_install
+   python_doscript ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/man1/*
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2019-11-29 Thread Bernard Cafarelli
commit: 8d949faba62e8cd70888e4aee386a257e958a7d6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Nov 29 09:57:06 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Nov 29 09:57:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d949fab

net-misc/pyhoca-gui: 0.5.1.0 bump

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/pyhoca-gui/Manifest  |  1 +
 net-misc/pyhoca-gui/pyhoca-gui-0.5.1.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 7882bd5aa18..3e929f31203 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1 +1,2 @@
 DIST pyhoca-gui-0.5.0.8.tar.gz 2064483 BLAKE2B 
63bca5be8673ef4e274caf4e0813b73f5dc8af7818b7638b2ac7411bb1598272bab573bc55c6c5e48fc45cc185bad907594b99ee0c96546683ecd8dd1ef1e3f1
 SHA512 
35bcbe35056d718ec5b58733b8569fd40cd6843a6661cc19deed02287cf65e03b4812fc82bdb0d54b12a78d5547456463e8adf236d4a7f04e11d0d462fe3eded
+DIST pyhoca-gui-0.5.1.0.tar.gz 2098593 BLAKE2B 
942caadb43654dbd65cfb50722f17b93b2becd410b90fb888a5133974b66ae377ab568204288e3a72441b74ad3e08a31190d67452a41086802177cc6a8f01406
 SHA512 
ae4287ccf2aadc4a6557c3bf37d01eb2cdfa542803ece41df02b7b816ba5b0be918231b40dba3c39a850064ae39907befdef1b80180649446b49fc975abbe312

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
new file mode 100644
index 000..fe06961e4d6
--- /dev/null
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.5.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="X2Go graphical client applet"
+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=""
+
+RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pycups[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/wxpython[${PYTHON_USEDEP}]
+   >=net-misc/python-x2go-0.6.1.0[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+
+python_install() {
+   distutils-r1_python_install
+   python_doscript ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/man1/*
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2019-11-29 Thread Bernard Cafarelli
commit: a9ab86f99b97e364d2894763eb60302280c54558
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Nov 29 09:54:38 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Nov 29 09:57:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ab86f9

net-misc/pyhoca-gui: drop old

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/pyhoca-gui/Manifest  |  1 -
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 2f9ee584482..7882bd5aa18 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,2 +1 @@
-DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 BLAKE2B 
4986c1d19663ed3df29992cb7b442bed4fc95bdd6e0f1d3521e1bc3d2ab0d98aa9578a470995ab0b28ba13fb29fdb8c384a59f09d08270dd1d689177a9548045
 SHA512 
bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6
 DIST pyhoca-gui-0.5.0.8.tar.gz 2064483 BLAKE2B 
63bca5be8673ef4e274caf4e0813b73f5dc8af7818b7638b2ac7411bb1598272bab573bc55c6c5e48fc45cc185bad907594b99ee0c96546683ecd8dd1ef1e3f1
 SHA512 
35bcbe35056d718ec5b58733b8569fd40cd6843a6661cc19deed02287cf65e03b4812fc82bdb0d54b12a78d5547456463e8adf236d4a7f04e11d0d462fe3eded

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
deleted file mode 100644
index 6ea82c839c8..000
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go graphical client applet"
-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=""
-
-RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2019-02-09 Thread Bernard Cafarelli
commit: 94355435294340676692842da977ba9bf0a735fa
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Feb  9 08:31:25 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Feb  9 08:32:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94355435

net-misc/pyhoca-gui: 0.5.0.8 bump

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/pyhoca-gui/Manifest  |  1 +
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.8.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index d60195f0400..2f9ee584482 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1 +1,2 @@
 DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 BLAKE2B 
4986c1d19663ed3df29992cb7b442bed4fc95bdd6e0f1d3521e1bc3d2ab0d98aa9578a470995ab0b28ba13fb29fdb8c384a59f09d08270dd1d689177a9548045
 SHA512 
bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6
+DIST pyhoca-gui-0.5.0.8.tar.gz 2064483 BLAKE2B 
63bca5be8673ef4e274caf4e0813b73f5dc8af7818b7638b2ac7411bb1598272bab573bc55c6c5e48fc45cc185bad907594b99ee0c96546683ecd8dd1ef1e3f1
 SHA512 
35bcbe35056d718ec5b58733b8569fd40cd6843a6661cc19deed02287cf65e03b4812fc82bdb0d54b12a78d5547456463e8adf236d4a7f04e11d0d462fe3eded

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
new file mode 100644
index 000..633abd8f8d7
--- /dev/null
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="X2Go graphical client applet"
+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=""
+
+RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pycups[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/wxpython[${PYTHON_USEDEP}]
+   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+
+python_install() {
+   distutils-r1_python_install
+   python_doscript ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/man1/*
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2018-09-30 Thread Bernard Cafarelli
commit: 678258311b6d63a8191e48648561d8648fa811f6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Sep 30 19:59:08 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Sep 30 20:00:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67825831

net-misc/pyhoca-gui: drop old

Signed-off-by: Bernard Cafarelli  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 net-misc/pyhoca-gui/Manifest  |  1 -
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 894fbfa9b20..d60195f0400 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,2 +1 @@
-DIST pyhoca-gui-0.5.0.6.tar.gz 1345011 BLAKE2B 
aafb54d2e863afd93b0fa40191a3f8508af91b1f2839448399e64ca273b2eefce4b8dca76bdcd9b30e046bcefb2b1ec01841dd50f07ea12d7de63f762aac6dc9
 SHA512 
46edc32425e083ef9043f6fdd6b2e4f973109688e5cc3167ed09132441213292f6aed94b26a63829101912388293c239eb689163f933cf4d95125295e3336b89
 DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 BLAKE2B 
4986c1d19663ed3df29992cb7b442bed4fc95bdd6e0f1d3521e1bc3d2ab0d98aa9578a470995ab0b28ba13fb29fdb8c384a59f09d08270dd1d689177a9548045
 SHA512 
bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6

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
deleted file mode 100644
index 7f3d9475927..000
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go graphical client applet"
-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=""
-
-RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2017-09-25 Thread Bernard Cafarelli
commit: 06c9a86ccaa05153be24f77470ec6f1d353685e4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 25 14:05:54 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 25 14:14:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c9a86c

net-misc/pyhoca-gui: drop old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/pyhoca-gui/Manifest |  2 --
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.4-r1.ebuild | 34 
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild| 34 
 3 files changed, 70 deletions(-)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 86b5e0de20b..e79d5cac330 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,4 +1,2 @@
-DIST pyhoca-gui-0.5.0.4.tar.gz 1331234 SHA256 
72fd2a7904cc8b74d8fef937b6923ac45d1071f48445e42b2f2df088648403b9 SHA512 
a39db02604437ef64de63ef4f5ac70652e9d0b21f94dfd1916adc127fc691b4919af5146baeecabc5f4c821981c0a11f903c0ed41160ef50bc07cfb0706653d6
 WHIRLPOOL 
4416934c9b7379f140159757f60ed840de00b4bc9ff74c8be03568b09e4c31d4d746ff4186e4c323de8d2ae7b9ee59fc69ef77ac87f048822209a128b35cc688
-DIST pyhoca-gui-0.5.0.5.tar.gz 1331743 SHA256 
e780cd1707b1acc96ba65155f7b72ef1b5ade3851f9b33cf9634dca63f9da901 SHA512 
ecaa02e99b32b1564eeece3fb2fd7b68e04a5204a8faa909abc1678fd23c8b69505997093a52e627ff46cb8212c5dfa81058793f5a0f2882f0a00e5847c17d64
 WHIRLPOOL 
6f11ad6c39f862dde80c26a2ff52e1ed70fcc0a29550e6552def87037b0d74f097a09464b95cbfabfa2d10e54a17bb0bf3b0e612513faf2a18d10776b429d993
 DIST pyhoca-gui-0.5.0.6.tar.gz 1345011 SHA256 
5e4e7b585abc3efa8a91205b585ac923c7aaff60c0e1925b5dfa351a5e5d1952 SHA512 
46edc32425e083ef9043f6fdd6b2e4f973109688e5cc3167ed09132441213292f6aed94b26a63829101912388293c239eb689163f933cf4d95125295e3336b89
 WHIRLPOOL 
d747f3994cb8d3cd35e3ed19a5262368aaf7d16ec3af4182fc617cdb0cafb5b5c5361ecc800112f18cfdf6b8064beb273d78947da9be7c07c88264311804a2e8
 DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 SHA256 
95aa0addfe3ee25e5724437db211ebe56f905994d2905f7ac9ce40ddf7ec4a7c SHA512 
bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6
 WHIRLPOOL 
b6b16809851ceb40d4927c729ef8250f92526b0e57e6f54949d5b81a2fbb8bb9452e3f71647dbdcee86769438355217a294f2d1ccbdec59ebeae219ea650be6d

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.4-r1.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.4-r1.ebuild
deleted file mode 100644
index 89405cc73fb..000
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.4-r1.ebuild
+++ /dev/null
@@ -1,34 +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 graphical client applet"
-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=""
-
-RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-}

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild
deleted file mode 100644
index 64331ff601a..000
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go graphical client applet"
-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=""
-
-RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2017-09-25 Thread Bernard Cafarelli
commit: ce02115b75a0390171c956176a2deb6132ae0752
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 25 14:05:35 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 25 14:14:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce02115b

net-misc/pyhoca-gui: 0.5.0.7 bump

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/pyhoca-gui/Manifest  |  1 +
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 4fed043add5..86b5e0de20b 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,3 +1,4 @@
 DIST pyhoca-gui-0.5.0.4.tar.gz 1331234 SHA256 
72fd2a7904cc8b74d8fef937b6923ac45d1071f48445e42b2f2df088648403b9 SHA512 
a39db02604437ef64de63ef4f5ac70652e9d0b21f94dfd1916adc127fc691b4919af5146baeecabc5f4c821981c0a11f903c0ed41160ef50bc07cfb0706653d6
 WHIRLPOOL 
4416934c9b7379f140159757f60ed840de00b4bc9ff74c8be03568b09e4c31d4d746ff4186e4c323de8d2ae7b9ee59fc69ef77ac87f048822209a128b35cc688
 DIST pyhoca-gui-0.5.0.5.tar.gz 1331743 SHA256 
e780cd1707b1acc96ba65155f7b72ef1b5ade3851f9b33cf9634dca63f9da901 SHA512 
ecaa02e99b32b1564eeece3fb2fd7b68e04a5204a8faa909abc1678fd23c8b69505997093a52e627ff46cb8212c5dfa81058793f5a0f2882f0a00e5847c17d64
 WHIRLPOOL 
6f11ad6c39f862dde80c26a2ff52e1ed70fcc0a29550e6552def87037b0d74f097a09464b95cbfabfa2d10e54a17bb0bf3b0e612513faf2a18d10776b429d993
 DIST pyhoca-gui-0.5.0.6.tar.gz 1345011 SHA256 
5e4e7b585abc3efa8a91205b585ac923c7aaff60c0e1925b5dfa351a5e5d1952 SHA512 
46edc32425e083ef9043f6fdd6b2e4f973109688e5cc3167ed09132441213292f6aed94b26a63829101912388293c239eb689163f933cf4d95125295e3336b89
 WHIRLPOOL 
d747f3994cb8d3cd35e3ed19a5262368aaf7d16ec3af4182fc617cdb0cafb5b5c5361ecc800112f18cfdf6b8064beb273d78947da9be7c07c88264311804a2e8
+DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 SHA256 
95aa0addfe3ee25e5724437db211ebe56f905994d2905f7ac9ce40ddf7ec4a7c SHA512 
bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6
 WHIRLPOOL 
b6b16809851ceb40d4927c729ef8250f92526b0e57e6f54949d5b81a2fbb8bb9452e3f71647dbdcee86769438355217a294f2d1ccbdec59ebeae219ea650be6d

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
new file mode 100644
index 000..6ea82c839c8
--- /dev/null
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="X2Go graphical client applet"
+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=""
+
+RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pycups[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/wxpython[${PYTHON_USEDEP}]
+   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+
+python_install() {
+   distutils-r1_python_install
+   python_doscript ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/man1/*
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2016-03-25 Thread Bernard Cafarelli
commit: ab5cedb56a43a49f0036cddc0096dfbd35522274
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Mar 25 09:08:42 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Mar 25 09:08:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5cedb5

net-misc/pyhoca-gui: version bump

Package-Manager: portage-2.2.28

 net-misc/pyhoca-gui/Manifest  |  1 +
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 2e0c289..4fed043 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,2 +1,3 @@
 DIST pyhoca-gui-0.5.0.4.tar.gz 1331234 SHA256 
72fd2a7904cc8b74d8fef937b6923ac45d1071f48445e42b2f2df088648403b9 SHA512 
a39db02604437ef64de63ef4f5ac70652e9d0b21f94dfd1916adc127fc691b4919af5146baeecabc5f4c821981c0a11f903c0ed41160ef50bc07cfb0706653d6
 WHIRLPOOL 
4416934c9b7379f140159757f60ed840de00b4bc9ff74c8be03568b09e4c31d4d746ff4186e4c323de8d2ae7b9ee59fc69ef77ac87f048822209a128b35cc688
 DIST pyhoca-gui-0.5.0.5.tar.gz 1331743 SHA256 
e780cd1707b1acc96ba65155f7b72ef1b5ade3851f9b33cf9634dca63f9da901 SHA512 
ecaa02e99b32b1564eeece3fb2fd7b68e04a5204a8faa909abc1678fd23c8b69505997093a52e627ff46cb8212c5dfa81058793f5a0f2882f0a00e5847c17d64
 WHIRLPOOL 
6f11ad6c39f862dde80c26a2ff52e1ed70fcc0a29550e6552def87037b0d74f097a09464b95cbfabfa2d10e54a17bb0bf3b0e612513faf2a18d10776b429d993
+DIST pyhoca-gui-0.5.0.6.tar.gz 1345011 SHA256 
5e4e7b585abc3efa8a91205b585ac923c7aaff60c0e1925b5dfa351a5e5d1952 SHA512 
46edc32425e083ef9043f6fdd6b2e4f973109688e5cc3167ed09132441213292f6aed94b26a63829101912388293c239eb689163f933cf4d95125295e3336b89
 WHIRLPOOL 
d747f3994cb8d3cd35e3ed19a5262368aaf7d16ec3af4182fc617cdb0cafb5b5c5361ecc800112f18cfdf6b8064beb273d78947da9be7c07c88264311804a2e8

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
new file mode 100644
index 000..73ce007
--- /dev/null
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="X2Go graphical client applet"
+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=""
+
+RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pycups[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/wxpython[${PYTHON_USEDEP}]
+   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+
+python_install() {
+   distutils-r1_python_install
+   python_doscript ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/man1/*
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-gui/

2016-01-28 Thread Bernard Cafarelli
commit: a0e218b82c6421e24e88333d03814bdb7289739b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Jan 28 21:57:40 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jan 28 21:57:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e218b8

net-misc/pyhoca-gui: version bump

Package-Manager: portage-2.2.27

 net-misc/pyhoca-gui/Manifest  |  1 +
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index edd8bf2..2e0c289 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1 +1,2 @@
 DIST pyhoca-gui-0.5.0.4.tar.gz 1331234 SHA256 
72fd2a7904cc8b74d8fef937b6923ac45d1071f48445e42b2f2df088648403b9 SHA512 
a39db02604437ef64de63ef4f5ac70652e9d0b21f94dfd1916adc127fc691b4919af5146baeecabc5f4c821981c0a11f903c0ed41160ef50bc07cfb0706653d6
 WHIRLPOOL 
4416934c9b7379f140159757f60ed840de00b4bc9ff74c8be03568b09e4c31d4d746ff4186e4c323de8d2ae7b9ee59fc69ef77ac87f048822209a128b35cc688
+DIST pyhoca-gui-0.5.0.5.tar.gz 1331743 SHA256 
e780cd1707b1acc96ba65155f7b72ef1b5ade3851f9b33cf9634dca63f9da901 SHA512 
ecaa02e99b32b1564eeece3fb2fd7b68e04a5204a8faa909abc1678fd23c8b69505997093a52e627ff46cb8212c5dfa81058793f5a0f2882f0a00e5847c17d64
 WHIRLPOOL 
6f11ad6c39f862dde80c26a2ff52e1ed70fcc0a29550e6552def87037b0d74f097a09464b95cbfabfa2d10e54a17bb0bf3b0e612513faf2a18d10776b429d993

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild
new file mode 100644
index 000..e78c10f
--- /dev/null
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="X2Go graphical client applet"
+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=""
+
+RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pycups[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/wxpython[${PYTHON_USEDEP}]
+   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+
+python_install() {
+   distutils-r1_python_install
+   python_doscript ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/man1/*
+}