Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/tortoisehg: tortoisehg-9999.ebuild tortoisehg-2.8.ebuild ChangeLog
Date: Thu, 23 May 2013 13:49:06
Message-Id: 20130523134900.24FA92171D@flycatcher.gentoo.org
1 floppym 13/05/23 13:49:00
2
3 Modified: tortoisehg-9999.ebuild tortoisehg-2.8.ebuild
4 ChangeLog
5 Log:
6 Add PYTHON_USEDEP to qscintilla-python dep, thanks to Nikoli.
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.21 dev-vcs/tortoisehg/tortoisehg-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?r1=1.20&r2=1.21
16
17 Index: tortoisehg-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- tortoisehg-9999.ebuild 7 May 2013 00:45:39 -0000 1.20
24 +++ tortoisehg-9999.ebuild 23 May 2013 13:48:59 -0000 1.21
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.20 2013/05/07 00:45:39 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.21 2013/05/23 13:48:59 floppym Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
33 @@ -31,7 +31,7 @@
34 dev-python/iniparse[${PYTHON_USEDEP}]
35 dev-python/pygments[${PYTHON_USEDEP}]
36 dev-python/PyQt4[svg,${PYTHON_USEDEP}]
37 - dev-python/qscintilla-python"
38 + dev-python/qscintilla-python[${PYTHON_USEDEP}]"
39 DEPEND="${RDEPEND}
40 doc? ( >=dev-python/sphinx-1.0.3 )"
41
42
43
44
45 1.2 dev-vcs/tortoisehg/tortoisehg-2.8.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild?r1=1.1&r2=1.2
50
51 Index: tortoisehg-2.8.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- tortoisehg-2.8.ebuild 7 May 2013 00:45:39 -0000 1.1
58 +++ tortoisehg-2.8.ebuild 23 May 2013 13:48:59 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild,v 1.1 2013/05/07 00:45:39 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.8.ebuild,v 1.2 2013/05/23 13:48:59 floppym Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
67 @@ -31,7 +31,7 @@
68 dev-python/iniparse[${PYTHON_USEDEP}]
69 dev-python/pygments[${PYTHON_USEDEP}]
70 dev-python/PyQt4[svg,${PYTHON_USEDEP}]
71 - dev-python/qscintilla-python"
72 + dev-python/qscintilla-python[${PYTHON_USEDEP}]"
73 DEPEND="${RDEPEND}
74 doc? ( >=dev-python/sphinx-1.0.3 )"
75
76
77
78
79 1.40 dev-vcs/tortoisehg/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.40&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.40&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?r1=1.39&r2=1.40
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v
88 retrieving revision 1.39
89 retrieving revision 1.40
90 diff -u -r1.39 -r1.40
91 --- ChangeLog 7 May 2013 00:45:39 -0000 1.39
92 +++ ChangeLog 23 May 2013 13:48:59 -0000 1.40
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-vcs/tortoisehg
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.39 2013/05/07 00:45:39 floppym Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.40 2013/05/23 13:48:59 floppym Exp $
98 +
99 + 23 May 2013; Mike Gilbert <floppym@g.o> tortoisehg-2.8.ebuild,
100 + tortoisehg-9999.ebuild:
101 + Add PYTHON_USEDEP to qscintilla-python dep, thanks to Nikoli.
102
103 *tortoisehg-2.8 (07 May 2013)