Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: ChangeLog sqlite-3.6.21.ebuild
Date: Thu, 11 Feb 2010 14:14:17
Message-Id: E1NfZo4-0007WJ-CP@stork.gentoo.org
1 fauli 10/02/11 14:14:12
2
3 Modified: ChangeLog sqlite-3.6.21.ebuild
4 Log:
5 stable x86, bug 300145
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.324 dev-db/sqlite/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.324&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.324&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.323&r2=1.324
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
18 retrieving revision 1.323
19 retrieving revision 1.324
20 diff -u -r1.323 -r1.324
21 --- ChangeLog 4 Feb 2010 09:55:22 -0000 1.323
22 +++ ChangeLog 11 Feb 2010 14:14:11 -0000 1.324
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-db/sqlite
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.323 2010/02/04 09:55:22 mduft Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.324 2010/02/11 14:14:11 fauli Exp $
28 +
29 + 11 Feb 2010; Christian Faulhammer <fauli@g.o> sqlite-3.6.21.ebuild:
30 + stable x86, bug 300145
31
32 04 Feb 2010; Markus Duft <mduft@g.o> sqlite-3.6.22-r1.ebuild:
33 fixed #300674 by enabling tcl with +test
34
35
36
37 1.9 dev-db/sqlite/sqlite-3.6.21.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild?r1=1.8&r2=1.9
42
43 Index: sqlite-3.6.21.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- sqlite-3.6.21.ebuild 22 Jan 2010 20:34:36 -0000 1.8
50 +++ sqlite-3.6.21.ebuild 11 Feb 2010 14:14:11 -0000 1.9
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild,v 1.8 2010/01/22 20:34:36 ranger Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.21.ebuild,v 1.9 2010/02/11 14:14:11 fauli Exp $
56
57 EAPI="2"
58
59 @@ -21,7 +21,7 @@
60
61 LICENSE="as-is"
62 SLOT="3"
63 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
64 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
65 IUSE="debug doc +fts3 icu +readline soundex tcl +threadsafe test"
66
67 RDEPEND="icu? ( dev-libs/icu )