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/python-x2go: metadata.xml ChangeLog python-x2go-0.5.0.2.ebuild
Date: Thu, 27 Nov 2014 14:11:41
Message-Id: 20141127141138.6759FB052@oystercatcher.gentoo.org
1 voyageur 14/11/27 14:11:38
2
3 Added: metadata.xml ChangeLog python-x2go-0.5.0.2.ebuild
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/python-x2go/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/python-x2go/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/python-x2go/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>nx</herd>
21 <longdescription>
22 The Python X2Go module integrates X2Go client support into your python programmes.
23 Python X2Go is used in the headless X2Go client "pyhoca-cli" and by the tiny systray GUI applet "pyhoca-gui"
24 </longdescription>
25 </pkgmetadata>
26
27
28
29 1.1 net-misc/python-x2go/ChangeLog
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/python-x2go/ChangeLog?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/python-x2go/ChangeLog?rev=1.1&content-type=text/plain
33
34 Index: ChangeLog
35 ===================================================================
36 # ChangeLog for net-misc/python-x2go
37 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
38 # $Header: /var/cvsroot/gentoo-x86/net-misc/python-x2go/ChangeLog,v 1.1 2014/11/27 14:11:38 voyageur Exp $
39
40 *python-x2go-0.5.0.2 (27 Nov 2014)
41
42 27 Nov 2014; Bernard Cafarelli <voyageur@g.o>
43 +python-x2go-0.5.0.2.ebuild, +metadata.xml:
44 Initial commit
45
46
47
48
49 1.1 net-misc/python-x2go/python-x2go-0.5.0.2.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/python-x2go/python-x2go-0.5.0.2.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/python-x2go/python-x2go-0.5.0.2.ebuild?rev=1.1&content-type=text/plain
53
54 Index: python-x2go-0.5.0.2.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/net-misc/python-x2go/python-x2go-0.5.0.2.ebuild,v 1.1 2014/11/27 14:11:38 voyageur Exp $
59
60 EAPI=5
61
62 PYTHON_COMPAT=( python2_7 )
63 inherit distutils-r1
64
65 DESCRIPTION="X2Go client-side Python API"
66 HOMEPAGE="http://www.x2go.org"
67 SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
68
69 LICENSE="AGPL-3"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 # TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp
75 DEPEND="dev-python/gevent[${PYTHON_USEDEP}]
76 dev-python/paramiko[${PYTHON_USEDEP}]
77 dev-python/python-xlib[${PYTHON_USEDEP}]
78 net-misc/nx"
79 RDEPEND="${DEPEND}"