Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.1-r1.ebuild
Date: Tue, 20 Nov 2007 05:45:25
Message-Id: E1IuLvD-0006Av-Si@stork.gentoo.org
1 hawking 07/11/20 05:45:19
2
3 Modified: ChangeLog qscintilla-2.1-r1.ebuild
4 Log:
5 Use EAPI=1, make python use flag enabled by default.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 x11-libs/qscintilla/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 20 Nov 2007 05:17:20 -0000 1.1
22 +++ ChangeLog 20 Nov 2007 05:45:19 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/qscintilla
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.1 2007/11/20 05:17:20 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.2 2007/11/20 05:45:19 hawking Exp $
28 +
29 + 20 Nov 2007; Ali Polatel <hawking@g.o> qscintilla-2.1-r1.ebuild:
30 + Use EAPI=1, make python use flag enabled by default.
31
32 *qscintilla-2.1-r1 (20 Nov 2007)
33
34
35
36
37 1.2 x11-libs/qscintilla/qscintilla-2.1-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild?r1=1.1&r2=1.2
42
43 Index: qscintilla-2.1-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- qscintilla-2.1-r1.ebuild 20 Nov 2007 05:17:20 -0000 1.1
50 +++ qscintilla-2.1-r1.ebuild 20 Nov 2007 05:45:19 -0000 1.2
51 @@ -1,6 +1,8 @@
52 # Copyright 1999-2007 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.1-r1.ebuild,v 1.1 2007/11/20 05:17:20 hawking Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.1-r1.ebuild,v 1.2 2007/11/20 05:45:19 hawking Exp $
56 +
57 +EAPI=1
58
59 inherit eutils toolchain-funcs multilib
60
61 @@ -16,7 +18,7 @@
62 SLOT="0"
63 LICENSE="GPL-2"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 -IUSE="qt4 python doc examples debug"
66 +IUSE="qt4 +python doc examples debug"
67
68 RDEPEND="qt4? ( =x11-libs/qt-4* )
69 !qt4? ( =x11-libs/qt-3* )"
70
71
72
73 --
74 gentoo-commits@g.o mailing list