Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: ChangeLog sqlite-3.6.23.1.ebuild
Date: Sun, 30 May 2010 13:43:45
Message-Id: 20100530134339.66DCD2CF37@corvid.gentoo.org
1 hwoarang 10/05/30 13:43:39
2
3 Modified: ChangeLog sqlite-3.6.23.1.ebuild
4 Log:
5 Stable on amd64 wrt bug #320467
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.335 dev-db/sqlite/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.335&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.335&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.334&r2=1.335
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
18 retrieving revision 1.334
19 retrieving revision 1.335
20 diff -u -r1.334 -r1.335
21 --- ChangeLog 20 May 2010 20:06:13 -0000 1.334
22 +++ ChangeLog 30 May 2010 13:43:39 -0000 1.335
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.334 2010/05/20 20:06:13 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.335 2010/05/30 13:43:39 hwoarang Exp $
28 +
29 + 30 May 2010; Markos Chandras <hwoarang@g.o> sqlite-3.6.23.1.ebuild:
30 + Stable on amd64 wrt bug #320467
31
32 20 May 2010; Jeroen Roovers <jer@g.o> sqlite-3.6.23.1.ebuild:
33 Stable for HPPA (bug #320467).
34
35
36
37 1.3 dev-db/sqlite/sqlite-3.6.23.1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1.ebuild?r1=1.2&r2=1.3
42
43 Index: sqlite-3.6.23.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- sqlite-3.6.23.1.ebuild 20 May 2010 20:06:13 -0000 1.2
50 +++ sqlite-3.6.23.1.ebuild 30 May 2010 13:43:39 -0000 1.3
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.23.1.ebuild,v 1.2 2010/05/20 20:06:13 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.23.1.ebuild,v 1.3 2010/05/30 13:43:39 hwoarang Exp $
56
57 EAPI="3"
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 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 IUSE="debug doc extensions +fts3 icu +readline secure-delete soundex tcl +threadsafe test"
66
67 RDEPEND="icu? ( dev-libs/icu )