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.1.ebuild
Date: Thu, 27 Nov 2014 14:26:45
Message-Id: 20141127142641.D5379B05B@oystercatcher.gentoo.org
1 voyageur 14/11/27 14:26:41
2
3 Modified: ChangeLog pyhoca-cli-0.5.0.1.ebuild
4 Log:
5 Stricter dependency on python-x2go
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
8
9 Revision Changes Path
10 1.2 net-misc/pyhoca-cli/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 27 Nov 2014 14:16:53 -0000 1.1
23 +++ ChangeLog 27 Nov 2014 14:26:41 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-misc/pyhoca-cli
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/ChangeLog,v 1.1 2014/11/27 14:16:53 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/ChangeLog,v 1.2 2014/11/27 14:26:41 voyageur Exp $
29 +
30 + 27 Nov 2014; Bernard Cafarelli <voyageur@g.o>
31 + pyhoca-cli-0.5.0.1.ebuild:
32 + Stricter dependency on python-x2go
33
34 *pyhoca-cli-0.5.0.1 (27 Nov 2014)
35
36
37
38
39 1.2 net-misc/pyhoca-cli/pyhoca-cli-0.5.0.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.1.ebuild?r1=1.1&r2=1.2
44
45 Index: pyhoca-cli-0.5.0.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- pyhoca-cli-0.5.0.1.ebuild 27 Nov 2014 14:16:53 -0000 1.1
52 +++ pyhoca-cli-0.5.0.1.ebuild 27 Nov 2014 14:26:41 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.1.ebuild,v 1.1 2014/11/27 14:16:53 voyageur Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.1.ebuild,v 1.2 2014/11/27 14:26:41 voyageur Exp $
58
59 EAPI=5
60
61 @@ -17,12 +17,12 @@
62 IUSE=""
63
64 DEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]
65 - net-misc/python-x2go[${PYTHON_USEDEP}]"
66 + >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
67 RDEPEND="${DEPEND}"
68
69 python_install() {
70 distutils-r1_python_install
71 - python_doexe pyhoca-cli
72 + python_doexe ${PN}
73 }
74
75 python_install_all() {