Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: ChangeLog sqlite-3.7.14.1.ebuild
Date: Tue, 01 Jan 2013 19:02:34
Message-Id: 20130101190223.DB5D82171D@flycatcher.gentoo.org
1 armin76 13/01/01 19:02:23
2
3 Modified: ChangeLog sqlite-3.7.14.1.ebuild
4 Log:
5 s390/sh stable wrt #446522
6
7 (Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
8
9 Revision Changes Path
10 1.444 dev-db/sqlite/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.444&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.444&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.443&r2=1.444
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
19 retrieving revision 1.443
20 retrieving revision 1.444
21 diff -u -r1.443 -r1.444
22 --- ChangeLog 30 Dec 2012 15:00:11 -0000 1.443
23 +++ ChangeLog 1 Jan 2013 19:02:23 -0000 1.444
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-db/sqlite
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.443 2012/12/30 15:00:11 ago Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.444 2013/01/01 19:02:23 armin76 Exp $
30 +
31 + 01 Jan 2013; Raúl Porcel <armin76@g.o> sqlite-3.7.14.1.ebuild:
32 + s390/sh stable wrt #446522
33
34 30 Dec 2012; Agostino Sarubbo <ago@g.o> sqlite-3.7.14.1.ebuild:
35 Stable for alpha, wrt bug #446522
36
37
38
39 1.12 dev-db/sqlite/sqlite-3.7.14.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild?r1=1.11&r2=1.12
44
45 Index: sqlite-3.7.14.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- sqlite-3.7.14.1.ebuild 30 Dec 2012 15:00:11 -0000 1.11
52 +++ sqlite-3.7.14.1.ebuild 1 Jan 2013 19:02:23 -0000 1.12
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild,v 1.11 2012/12/30 15:00:11 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild,v 1.12 2013/01/01 19:02:23 armin76 Exp $
59
60 EAPI="5"
61
62 @@ -21,7 +21,7 @@
63
64 LICENSE="public-domain"
65 SLOT="3"
66 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~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 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~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"
68 IUSE="debug doc +extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify"
69
70 RDEPEND="icu? ( dev-libs/icu:= )