Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@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: Sun, 27 Feb 2011 12:02:09
Message-Id: 20110227120159.9B8E52004F@flycatcher.gentoo.org
1 klausman 11/02/27 12:01:59
2
3 Modified: ChangeLog sqlite-3.7.3.ebuild
4 Log:
5 Stable on alpha, bug #348079
6
7 (Portage version: 2.1.9.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.361 dev-db/sqlite/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.361&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.361&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.360&r2=1.361
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
19 retrieving revision 1.360
20 retrieving revision 1.361
21 diff -u -r1.360 -r1.361
22 --- ChangeLog 6 Feb 2011 14:03:29 -0000 1.360
23 +++ ChangeLog 27 Feb 2011 12:01:59 -0000 1.361
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-db/sqlite
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.360 2011/02/06 14:03:29 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.361 2011/02/27 12:01:59 klausman Exp $
29 +
30 + 27 Feb 2011; Tobias Klausmann <klausman@g.o> sqlite-3.7.3.ebuild:
31 + Stable on alpha, bug #348079
32
33 *sqlite-3.7.5 (06 Feb 2011)
34
35
36
37
38 1.5 dev-db/sqlite/sqlite-3.7.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild?r1=1.4&r2=1.5
43
44 Index: sqlite-3.7.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- sqlite-3.7.3.ebuild 13 Dec 2010 04:43:54 -0000 1.4
51 +++ sqlite-3.7.3.ebuild 27 Feb 2011 12:01:59 -0000 1.5
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2010 Gentoo Foundation
54 +# Copyright 1999-2011 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.4 2010/12/13 04:43:54 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild,v 1.5 2011/02/27 12:01:59 klausman Exp $
58
59 EAPI="3"
60
61 @@ -21,7 +21,7 @@
62
63 LICENSE="as-is"
64 SLOT="3"
65 -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"
66 +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"
67 IUSE="debug doc +extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify"
68
69 RDEPEND="icu? ( dev-libs/icu )