Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.3.ebuild
Date: Sat, 11 Oct 2008 22:59:06
Message-Id: E1KonQO-0006fR-FJ@stork.gentoo.org
1 flameeyes 08/10/11 22:59:04
2
3 Modified: ChangeLog qscintilla-2.3.ebuild
4 Log:
5 Fix build dependencies.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.16 x11-libs/qscintilla/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 25 Sep 2008 14:04:11 -0000 1.15
22 +++ ChangeLog 11 Oct 2008 22:59:04 -0000 1.16
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/qscintilla
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.15 2008/09/25 14:04:11 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.16 2008/10/11 22:59:04 flameeyes Exp $
28 +
29 + 11 Oct 2008; Diego Pettenò <flameeyes@g.o> qscintilla-2.3.ebuild:
30 + Fix build dependencies.
31
32 *qscintilla-2.3 (25 Sep 2008)
33
34
35
36
37 1.2 x11-libs/qscintilla/qscintilla-2.3.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild?r1=1.1&r2=1.2
42
43 Index: qscintilla-2.3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- qscintilla-2.3.ebuild 25 Sep 2008 14:04:11 -0000 1.1
50 +++ qscintilla-2.3.ebuild 11 Oct 2008 22:59:04 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild,v 1.1 2008/09/25 14:04:11 hawking Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.ebuild,v 1.2 2008/10/11 22:59:04 flameeyes Exp $
56
57 EAPI=1
58 inherit eutils toolchain-funcs multilib
59 @@ -22,6 +22,7 @@
60 =x11-libs/qt-4.3*:4 )
61 )
62 !qt4? ( x11-libs/qt:3 )"
63 +DEPEND="${RDEPEND}"
64 # dev-python/PyQt needs qscintilla to build and qscintilla's python bindings
65 # need dev-python/PyQt, bug 199543
66 PDEPEND="python? ( dev-python/qscintilla-python )"