Gentoo Archives: gentoo-commits

From: "Markus Duft (mduft)" <mduft@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: ChangeLog sqlite-3.6.22-r1.ebuild
Date: Thu, 04 Feb 2010 09:55:26
Message-Id: E1NcyQl-0006VU-0r@stork.gentoo.org
1 mduft 10/02/04 09:55:23
2
3 Modified: ChangeLog sqlite-3.6.22-r1.ebuild
4 Log:
5 fixed build on x86-interix
6 fixed #300674
7 (Portage version: 2.1.7.16/cvs/Linux i686)
8
9 Revision Changes Path
10 1.323 dev-db/sqlite/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.323&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.323&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.322&r2=1.323
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
19 retrieving revision 1.322
20 retrieving revision 1.323
21 diff -u -r1.322 -r1.323
22 --- ChangeLog 22 Jan 2010 20:34:36 -0000 1.322
23 +++ ChangeLog 4 Feb 2010 09:55:22 -0000 1.323
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.322 2010/01/22 20:34:36 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.323 2010/02/04 09:55:22 mduft Exp $
29 +
30 + 04 Feb 2010; Markus Duft <mduft@g.o> sqlite-3.6.22-r1.ebuild:
31 + fixed #300674 by enabling tcl with +test
32 + fixed x86-interix prefix build by eautoreconfing
33
34 22 Jan 2010; Brent Baude <ranger@g.o> sqlite-3.6.21.ebuild:
35 stable ppc, bug 300145
36
37
38
39 1.2 dev-db/sqlite/sqlite-3.6.22-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.22-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.22-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.22-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: sqlite-3.6.22-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.22-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- sqlite-3.6.22-r1.ebuild 22 Jan 2010 11:33:29 -0000 1.1
52 +++ sqlite-3.6.22-r1.ebuild 4 Feb 2010 09:55:22 -0000 1.2
53 @@ -1,10 +1,10 @@
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.6.22-r1.ebuild,v 1.1 2010/01/22 11:33:29 yngwin Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.22-r1.ebuild,v 1.2 2010/02/04 09:55:22 mduft Exp $
58
59 EAPI="2"
60
61 -inherit eutils flag-o-matic multilib versionator libtool autotools
62 +inherit eutils flag-o-matic multilib versionator autotools
63
64 DESCRIPTION="A SQL Database Engine in a C Library"
65 HOMEPAGE="http://www.sqlite.org/"
66 @@ -44,8 +44,8 @@
67 epatch "${FILESDIR}"/${P}-interix-fixes-amalgamation.patch
68 fi
69
70 + eautoreconf # for MiNT and interix
71 epunt_cxx
72 - elibtoolize # for MiNT
73 }
74
75 src_configure() {
76 @@ -98,7 +98,7 @@
77 $({ use tcl || use test; } && echo --with-readline-inc="-I${EPREFIX}/usr/include/readline") \
78 $(use_enable threadsafe) \
79 $(use tcl && echo --enable-tcl) \
80 - $(use !tcl && use test && echo --disable-tcl)
81 + $(use !tcl && use test && echo --enable-tcl)
82 }
83
84 src_compile() {