Gentoo Archives: gentoo-commits

From: "Dominik Kapusta (ayoy)" <ayoy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.1-r1.ebuild qscintilla-2.2.ebuild qscintilla-2.3.ebuild
Date: Tue, 06 Oct 2009 17:58:16
Message-Id: E1MvEIe-0007CR-5M@stork.gentoo.org
1 ayoy 09/10/06 17:58:12
2
3 Modified: ChangeLog qscintilla-2.1-r1.ebuild
4 qscintilla-2.2.ebuild qscintilla-2.3.ebuild
5 Log:
6 Removed alternative dependency on Qt metapackage
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 x11-libs/qscintilla/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 27 Sep 2009 18:28:38 -0000 1.29
23 +++ ChangeLog 6 Oct 2009 17:58:11 -0000 1.30
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-libs/qscintilla
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.29 2009/09/27 18:28:38 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.30 2009/10/06 17:58:11 ayoy Exp $
29 +
30 + 06 Oct 2009; Dominik Kapusta <ayoy@g.o> qscintilla-2.1-r1.ebuild,
31 + qscintilla-2.2.ebuild, qscintilla-2.3.ebuild:
32 + Removed alternative dependency on Qt metapackage
33
34 27 Sep 2009; nixnut <nixnut@g.o> qscintilla-2.4.ebuild:
35 ppc stable #284707
36
37
38
39 1.9 x11-libs/qscintilla/qscintilla-2.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild?r1=1.8&r2=1.9
44
45 Index: qscintilla-2.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- qscintilla-2.1-r1.ebuild 27 Jul 2008 01:22:04 -0000 1.8
52 +++ qscintilla-2.1-r1.ebuild 6 Oct 2009 17:58:11 -0000 1.9
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild,v 1.8 2008/07/27 01:22:04 carlo Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild,v 1.9 2009/10/06 17:58:11 ayoy Exp $
59
60 EAPI=1
61 inherit eutils toolchain-funcs multilib
62 @@ -19,10 +19,7 @@
63 KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
64 IUSE="qt4 +python doc examples debug"
65
66 -RDEPEND="
67 - qt4? ( || ( x11-libs/qt-gui:4
68 - =x11-libs/qt-4.3*:4 )
69 - )
70 +RDEPEND="qt4? ( x11-libs/qt-gui:4 )
71 !qt4? ( x11-libs/qt:3 )"
72 # dev-python/PyQt needs qscintilla to build and qscintilla's python bindings
73 # need dev-python/PyQt, bug 199543
74
75
76
77 1.3 x11-libs/qscintilla/qscintilla-2.2.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.2.ebuild?rev=1.3&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.2.ebuild?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.2.ebuild?r1=1.2&r2=1.3
82
83 Index: qscintilla-2.2.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.2.ebuild,v
86 retrieving revision 1.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- qscintilla-2.2.ebuild 27 Jul 2008 01:22:04 -0000 1.2
90 +++ qscintilla-2.2.ebuild 6 Oct 2009 17:58:11 -0000 1.3
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2008 Gentoo Foundation
93 +# Copyright 1999-2009 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.2.ebuild,v 1.2 2008/07/27 01:22:04 carlo Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.2.ebuild,v 1.3 2009/10/06 17:58:11 ayoy Exp $
97
98 EAPI=1
99 inherit eutils toolchain-funcs multilib
100 @@ -18,9 +18,7 @@
101 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
102 IUSE="qt4 +python doc examples debug"
103
104 -RDEPEND="qt4? ( || ( x11-libs/qt-gui:4
105 - =x11-libs/qt-4.3*:4 )
106 - )
107 +RDEPEND="qt4? ( x11-libs/qt-gui:4 )
108 !qt4? ( x11-libs/qt:3 )"
109 # dev-python/PyQt needs qscintilla to build and qscintilla's python bindings
110 # need dev-python/PyQt, bug 199543
111
112
113
114 1.3 x11-libs/qscintilla/qscintilla-2.3.ebuild
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild?rev=1.3&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild?rev=1.3&content-type=text/plain
118 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild?r1=1.2&r2=1.3
119
120 Index: qscintilla-2.3.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild,v
123 retrieving revision 1.2
124 retrieving revision 1.3
125 diff -u -r1.2 -r1.3
126 --- qscintilla-2.3.ebuild 11 Oct 2008 22:59:04 -0000 1.2
127 +++ qscintilla-2.3.ebuild 6 Oct 2009 17:58:11 -0000 1.3
128 @@ -1,6 +1,6 @@
129 -# Copyright 1999-2008 Gentoo Foundation
130 +# Copyright 1999-2009 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild,v 1.2 2008/10/11 22:59:04 flameeyes Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild,v 1.3 2009/10/06 17:58:11 ayoy Exp $
134
135 EAPI=1
136 inherit eutils toolchain-funcs multilib
137 @@ -18,9 +18,7 @@
138 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
139 IUSE="qt4 +python doc examples debug"
140
141 -RDEPEND="qt4? ( || ( x11-libs/qt-gui:4
142 - =x11-libs/qt-4.3*:4 )
143 - )
144 +RDEPEND="qt4? ( x11-libs/qt-gui:4 )
145 !qt4? ( x11-libs/qt:3 )"
146 DEPEND="${RDEPEND}"
147 # dev-python/PyQt needs qscintilla to build and qscintilla's python bindings