Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.7.5.ebuild ChangeLog
Date: Sun, 27 Feb 2011 18:21:14
Message-Id: 20110227182104.3782720057@flycatcher.gentoo.org
1 arfrever 11/02/27 18:21:04
2
3 Modified: sqlite-3.7.5.ebuild ChangeLog
4 Log:
5 Fix building with SQLITE_OMIT_WAL defined (bug #353967).
6
7 (Portage version: 2.2.0_alpha25_p9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-db/sqlite/sqlite-3.7.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.5.ebuild?r1=1.1&r2=1.2
15
16 Index: sqlite-3.7.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sqlite-3.7.5.ebuild 6 Feb 2011 14:03:29 -0000 1.1
23 +++ sqlite-3.7.5.ebuild 27 Feb 2011 18:21:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.5.ebuild,v 1.1 2011/02/06 14:03:29 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.5.ebuild,v 1.2 2011/02/27 18:21:04 arfrever Exp $
29
30 EAPI="3"
31
32 @@ -51,6 +51,7 @@
33 else
34 epatch "${FILESDIR}/${P}-utimes.patch"
35 epatch "${FILESDIR}/${PN}-3.6.22-dlopen.patch"
36 + epatch "${FILESDIR}/${P}-SQLITE_OMIT_WAL.patch"
37 fi
38
39 eautoreconf
40
41
42
43 1.362 dev-db/sqlite/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.362&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.362&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.361&r2=1.362
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
52 retrieving revision 1.361
53 retrieving revision 1.362
54 diff -u -r1.361 -r1.362
55 --- ChangeLog 27 Feb 2011 12:01:59 -0000 1.361
56 +++ ChangeLog 27 Feb 2011 18:21:04 -0000 1.362
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-db/sqlite
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.361 2011/02/27 12:01:59 klausman Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.362 2011/02/27 18:21:04 arfrever Exp $
62 +
63 + 27 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
64 + sqlite-3.7.5.ebuild, +files/sqlite-3.7.5-SQLITE_OMIT_WAL.patch:
65 + Fix building with SQLITE_OMIT_WAL defined (bug #353967).
66
67 27 Feb 2011; Tobias Klausmann <klausman@g.o> sqlite-3.7.3.ebuild:
68 Stable on alpha, bug #348079