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-cli: ChangeLog pyhoca-cli-0.5.0.2.ebuild
Date: Tue, 03 Feb 2015 12:39:40
Message-Id: 20150203123937.61D6010F71@oystercatcher.gentoo.org
1 voyageur 15/02/03 12:39:37
2
3 Modified: ChangeLog
4 Added: pyhoca-cli-0.5.0.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
9
10 Revision Changes Path
11 1.3 net-misc/pyhoca-cli/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 27 Nov 2014 14:26:41 -0000 1.2
24 +++ ChangeLog 3 Feb 2015 12:39:37 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/pyhoca-cli
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/ChangeLog,v 1.2 2014/11/27 14:26:41 voyageur Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/ChangeLog,v 1.3 2015/02/03 12:39:37 voyageur Exp $
31 +
32 +*pyhoca-cli-0.5.0.2 (03 Feb 2015)
33 +
34 + 03 Feb 2015; Bernard Cafarelli <voyageur@g.o>
35 + +pyhoca-cli-0.5.0.2.ebuild:
36 + Version bump
37
38 27 Nov 2014; Bernard Cafarelli <voyageur@g.o>
39 pyhoca-cli-0.5.0.1.ebuild:
40
41
42
43 1.1 net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pyhoca-cli-0.5.0.2.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2.ebuild,v 1.1 2015/02/03 12:39:37 voyageur Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python2_7 )
57 inherit distutils-r1
58
59 DESCRIPTION="X2Go command line client"
60 HOMEPAGE="http://www.x2go.org"
61 SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
62
63 LICENSE="AGPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]
69 >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
70 RDEPEND="${DEPEND}"
71
72 python_install() {
73 distutils-r1_python_install
74 python_doexe ${PN}
75 }
76
77 python_install_all() {
78 distutils-r1_python_install_all
79 doman man/man1/*
80 }