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.7.2.ebuild
Date: Mon, 25 Oct 2010 00:25:45
Message-Id: 20101025002542.489D320051@flycatcher.gentoo.org
1 fauli 10/10/25 00:25:42
2
3 Modified: ChangeLog sqlite-3.7.2.ebuild
4 Log:
5 x86 stable, bug 342323
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.351 dev-db/sqlite/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.351&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.351&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.350&r2=1.351
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
18 retrieving revision 1.350
19 retrieving revision 1.351
20 diff -u -r1.350 -r1.351
21 --- ChangeLog 24 Oct 2010 14:27:21 -0000 1.350
22 +++ ChangeLog 25 Oct 2010 00:25:42 -0000 1.351
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.350 2010/10/24 14:27:21 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.351 2010/10/25 00:25:42 fauli Exp $
28 +
29 + 25 Oct 2010; Christian Faulhammer <fauli@g.o> sqlite-3.7.2.ebuild:
30 + x86 stable, bug 342323
31
32 24 Oct 2010; Brent Baude <ranger@g.o> sqlite-3.7.2.ebuild:
33 stable ppc, bug 342323
34
35
36
37 1.6 dev-db/sqlite/sqlite-3.7.2.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild?r1=1.5&r2=1.6
42
43 Index: sqlite-3.7.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- sqlite-3.7.2.ebuild 24 Oct 2010 14:27:21 -0000 1.5
50 +++ sqlite-3.7.2.ebuild 25 Oct 2010 00:25:42 -0000 1.6
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.7.2.ebuild,v 1.5 2010/10/24 14:27:21 ranger Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild,v 1.6 2010/10/25 00:25:42 fauli 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 test +threadsafe unlock-notify"
66
67 RDEPEND="icu? ( dev-libs/icu )