Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-sql: qt-sql-4.4.0_rc1.ebuild
Date: Sun, 23 Dec 2007 20:15:37
Message-Id: E1J6XET-0007oK-7u@stork.gentoo.org
1 caleb 07/12/23 20:15:33
2
3 Modified: qt-sql-4.4.0_rc1.ebuild
4 Log:
5 Explicitly turn off sqlite2 support
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.4 x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild?r1=1.3&r2=1.4
14
15 Index: qt-sql-4.4.0_rc1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- qt-sql-4.4.0_rc1.ebuild 22 Dec 2007 23:06:36 -0000 1.3
22 +++ qt-sql-4.4.0_rc1.ebuild 23 Dec 2007 20:15:32 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild,v 1.3 2007/12/22 23:06:36 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild,v 1.4 2007/12/23 20:15:32 caleb Exp $
28
29 inherit qt4-build
30
31 @@ -47,6 +47,9 @@
32 use sqlite && myconf="${myconf} -plugin-sql-sqlite -system-sqlite" || myconf="${myconf} -no-sql-sqlite"
33 use odbc && myconf="${myconf} -plugin-sql-odbc" || myconf="${myconf} -no-sql-odbc"
34
35 + # Don't support sqlite2 anymore
36 + myconf="${myconf} -no-sql-sqlite2"
37 +
38 if built_with_use ~x11-libs/qt-core-${PV} qt3support; then
39 myconf="${myconf} -qt3support"
40 else
41
42
43
44 --
45 gentoo-commits@g.o mailing list