Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/hgview: ChangeLog hgview-1.1.3.ebuild
Date: Sat, 02 Jan 2010 16:49:26
Message-Id: E1NR7AI-00027Z-3I@stork.gentoo.org
1 yngwin 10/01/02 16:49:22
2
3 Modified: ChangeLog hgview-1.1.3.ebuild
4 Log:
5 qscintilla-python no longer has a qt4 useflag (it is the only option now)
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-util/hgview/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/hgview/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/hgview/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/hgview/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/hgview/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 27 Dec 2009 03:05:41 -0000 1.5
22 +++ ChangeLog 2 Jan 2010 16:49:21 -0000 1.6
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/hgview
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hgview/ChangeLog,v 1.5 2009/12/27 03:05:41 yngwin Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/hgview/ChangeLog,v 1.6 2010/01/02 16:49:21 yngwin Exp $
29 +
30 + 02 Jan 2010; Ben de Groot <yngwin@g.o> hgview-1.1.3.ebuild:
31 + qscintilla-python no longer has a qt4 useflag (it is the only option now)
32
33 27 Dec 2009; Ben de Groot <yngwin@g.o> hgview-1.1.3.ebuild:
34 Add usedep on qscintilla-python[qt4]. Fixes bug 297916.
35
36
37
38 1.4 dev-util/hgview/hgview-1.1.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/hgview/hgview-1.1.3.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/hgview/hgview-1.1.3.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/hgview/hgview-1.1.3.ebuild?r1=1.3&r2=1.4
43
44 Index: hgview-1.1.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/hgview/hgview-1.1.3.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- hgview-1.1.3.ebuild 27 Dec 2009 03:05:41 -0000 1.3
51 +++ hgview-1.1.3.ebuild 2 Jan 2010 16:49:21 -0000 1.4
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hgview/hgview-1.1.3.ebuild,v 1.3 2009/12/27 03:05:41 yngwin Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/hgview/hgview-1.1.3.ebuild,v 1.4 2010/01/02 16:49:21 yngwin Exp $
58
59 EAPI="2"
60
61 @@ -18,7 +18,7 @@
62 DEPEND="dev-util/mercurial
63 dev-python/egenix-mx-base
64 dev-python/PyQt4[X]
65 - dev-python/qscintilla-python[qt4]
66 + dev-python/qscintilla-python
67 dev-python/docutils
68 doc? ( app-text/asciidoc )"
69 RDEPEND="${DEPEND}"