Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqlite: ChangeLog sqlite-3.7.15.2.ebuild
Date: Thu, 28 Feb 2013 13:41:26
Message-Id: 20130228134122.DEF4C2171D@flycatcher.gentoo.org
1 jer 13/02/28 13:41:22
2
3 Modified: ChangeLog sqlite-3.7.15.2.ebuild
4 Log:
5 Stable for HPPA (bug #458800).
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.460 dev-db/sqlite/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.460&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.460&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.459&r2=1.460
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v
19 retrieving revision 1.459
20 retrieving revision 1.460
21 diff -u -r1.459 -r1.460
22 --- ChangeLog 26 Feb 2013 14:53:40 -0000 1.459
23 +++ ChangeLog 28 Feb 2013 13:41:22 -0000 1.460
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-db/sqlite
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.459 2013/02/26 14:53:40 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.460 2013/02/28 13:41:22 jer Exp $
29 +
30 + 28 Feb 2013; Jeroen Roovers <jer@g.o> sqlite-3.7.15.2.ebuild:
31 + Stable for HPPA (bug #458800).
32
33 26 Feb 2013; Agostino Sarubbo <ago@g.o> sqlite-3.7.15.2.ebuild:
34 Stable for s390, wrt bug #458800
35
36
37
38 1.14 dev-db/sqlite/sqlite-3.7.15.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.15.2.ebuild?rev=1.14&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.15.2.ebuild?rev=1.14&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.7.15.2.ebuild?r1=1.13&r2=1.14
43
44 Index: sqlite-3.7.15.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.15.2.ebuild,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- sqlite-3.7.15.2.ebuild 26 Feb 2013 14:53:40 -0000 1.13
51 +++ sqlite-3.7.15.2.ebuild 28 Feb 2013 13:41:22 -0000 1.14
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.15.2.ebuild,v 1.13 2013/02/26 14:53:40 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.15.2.ebuild,v 1.14 2013/02/28 13:41:22 jer Exp $
57
58 EAPI="5"
59
60 @@ -21,7 +21,7 @@
61
62 LICENSE="public-domain"
63 SLOT="3"
64 -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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 +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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 IUSE="debug doc +extensions +fts3 icu +readline secure-delete soundex static-libs tcl test +threadsafe unlock-notify"
67
68 RDEPEND="icu? ( dev-libs/icu:= )