Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/pyhoca-gui: pyhoca-gui-0.5.0.3.ebuild metadata.xml ChangeLog
Date: Thu, 27 Nov 2014 14:43:10
Message-Id: 20141127144307.435B3B05C@oystercatcher.gentoo.org
1 voyageur 14/11/27 14:43:07
2
3 Added: pyhoca-gui-0.5.0.3.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
8
9 Revision Changes Path
10 1.1 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.3.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.3.ebuild?rev=1.1&content-type=text/plain
14
15 Index: pyhoca-gui-0.5.0.3.ebuild
16 ===================================================================
17 # Copyright 1999-2014 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.3.ebuild,v 1.1 2014/11/27 14:43:07 voyageur Exp $
20
21 EAPI=5
22
23 PYTHON_COMPAT=( python2_7 )
24 inherit distutils-r1
25
26 DESCRIPTION="X2Go graphical client applet"
27 HOMEPAGE="http://www.x2go.org"
28 SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
29
30 LICENSE="AGPL-3"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
36 dev-python/pycups[${PYTHON_USEDEP}]
37 dev-python/setproctitle[${PYTHON_USEDEP}]
38 dev-python/wxpython[${PYTHON_USEDEP}]
39 >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
40 DEPEND="${DEPEND}
41 dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
42
43 python_install() {
44 distutils-r1_python_install
45 python_doexe ${PN}
46 }
47
48 python_install_all() {
49 distutils-r1_python_install_all
50 doman man/man1/*
51 }
52
53
54
55 1.1 net-misc/pyhoca-gui/metadata.xml
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-gui/metadata.xml?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-gui/metadata.xml?rev=1.1&content-type=text/plain
59
60 Index: metadata.xml
61 ===================================================================
62 <?xml version="1.0" encoding="UTF-8"?>
63 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 <pkgmetadata>
65 <herd>nx</herd>
66 <longdescription>
67 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.).
68
69 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.
70 </longdescription>
71 </pkgmetadata>
72
73
74
75 1.1 net-misc/pyhoca-gui/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-gui/ChangeLog?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-gui/ChangeLog?rev=1.1&content-type=text/plain
79
80 Index: ChangeLog
81 ===================================================================
82 # ChangeLog for net-misc/pyhoca-gui
83 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
84 # $Header: /var/cvsroot/gentoo-x86/net-misc/pyhoca-gui/ChangeLog,v 1.1 2014/11/27 14:43:07 voyageur Exp $
85
86 *pyhoca-gui-0.5.0.3 (27 Nov 2014)
87
88 27 Nov 2014; Bernard Cafarelli <voyageur@g.o>
89 +pyhoca-gui-0.5.0.3.ebuild, +metadata.xml:
90 Initial commit