Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: ChangeLog pysqlite-2.6.3.ebuild
Date: Fri, 29 Apr 2011 18:44:47
Message-Id: 20110429184417.457A420054@flycatcher.gentoo.org
1 ssuominen 11/04/29 18:44:17
2
3 Modified: ChangeLog pysqlite-2.6.3.ebuild
4 Log:
5 ppc64 stable wrt #360347
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.140 dev-python/pysqlite/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.140&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.140&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.139&r2=1.140
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
19 retrieving revision 1.139
20 retrieving revision 1.140
21 diff -u -r1.139 -r1.140
22 --- ChangeLog 4 Apr 2011 22:53:58 -0000 1.139
23 +++ ChangeLog 29 Apr 2011 18:44:17 -0000 1.140
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/pysqlite
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.139 2011/04/04 22:53:58 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.140 2011/04/29 18:44:17 ssuominen Exp $
29 +
30 + 29 Apr 2011; Samuli Suominen <ssuominen@g.o> pysqlite-2.6.3.ebuild:
31 + ppc64 stable wrt #360347
32
33 04 Apr 2011; Jeroen Roovers <jer@g.o> pysqlite-2.6.3.ebuild:
34 Stable for HPPA (bug #360347).
35
36
37
38 1.7 dev-python/pysqlite/pysqlite-2.6.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.3.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.3.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.3.ebuild?r1=1.6&r2=1.7
43
44 Index: pysqlite-2.6.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.3.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- pysqlite-2.6.3.ebuild 4 Apr 2011 22:53:58 -0000 1.6
51 +++ pysqlite-2.6.3.ebuild 29 Apr 2011 18:44:17 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.3.ebuild,v 1.6 2011/04/04 22:53:58 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.3.ebuild,v 1.7 2011/04/29 18:44:17 ssuominen Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="2"
60 @@ -15,7 +15,7 @@
61
62 LICENSE="pysqlite"
63 SLOT="2"
64 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
65 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
66 IUSE="examples"
67
68 DEPEND=">=dev-db/sqlite-3.3.8:3[extensions]"