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: ChangeLog sqlite-3.7.3.ebuild
Date: Mon, 01 Nov 2010 19:39:04
Message-Id: 20101101193859.EABF920054@flycatcher.gentoo.org
1 arfrever 10/11/01 19:38:59
2
3 Modified: ChangeLog sqlite-3.7.3.ebuild
4 Log:
5 Fix tests with USE="icu" (bug #342469).
6
7 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.355 dev-db/sqlite/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.355&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.355&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.354&r2=1.355
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
19 retrieving revision 1.354
20 retrieving revision 1.355
21 diff -u -r1.354 -r1.355
22 --- ChangeLog 31 Oct 2010 09:27:03 -0000 1.354
23 +++ ChangeLog 1 Nov 2010 19:38:59 -0000 1.355
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-db/sqlite
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.354 2010/10/31 09:27:03 betelgeuse Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.355 2010/11/01 19:38:59 arfrever Exp $
29 +
30 + 01 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
31 + sqlite-3.7.3.ebuild, +files/sqlite-3.7.3-icu_tests.patch:
32 + Fix tests with USE="icu" (bug #342469).
33
34 *sqlite-3.7.3 (31 Oct 2010)
35
36
37
38
39 1.2 dev-db/sqlite/sqlite-3.7.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild?r1=1.1&r2=1.2
44
45 Index: sqlite-3.7.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- sqlite-3.7.3.ebuild 31 Oct 2010 09:27:03 -0000 1.1
52 +++ sqlite-3.7.3.ebuild 1 Nov 2010 19:38:59 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild,v 1.1 2010/10/31 09:27:03 betelgeuse Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild,v 1.2 2010/11/01 19:38:59 arfrever Exp $
58
59 EAPI="3"
60
61 @@ -32,13 +32,10 @@
62 doc? ( app-arch/unzip )"
63
64 src_prepare() {
65 - if use icu; then
66 - rm -f test/like.test
67 - fi
68 -
69 if use tcl || use test; then
70 epatch "${FILESDIR}/${PN}-3.6.22-interix-fixes.patch"
71 epatch "${FILESDIR}/${PN}-3.6.22-dlopen.patch" # bug 300836
72 + epatch "${FILESDIR}/${P}-icu_tests.patch"
73 eautoreconf # dlopen.patch patches configure.ac
74 else
75 epatch "${FILESDIR}/${PN}-3.6.22-interix-fixes-amalgamation.patch"