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-python/pysqlite: ChangeLog pysqlite-2.6.0.ebuild
Date: Sat, 08 May 2010 17:52:31
Message-Id: 20100508175229.112542C088@corvid.gentoo.org
1 armin76 10/05/08 17:52:28
2
3 Modified: ChangeLog pysqlite-2.6.0.ebuild
4 Log:
5 alpha/ia64/sparc stable wrt #313159
6 (Portage version: 2.1.7.17/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.121 dev-python/pysqlite/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.121&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.121&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.120&r2=1.121
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
18 retrieving revision 1.120
19 retrieving revision 1.121
20 diff -u -r1.120 -r1.121
21 --- ChangeLog 18 Apr 2010 17:44:24 -0000 1.120
22 +++ ChangeLog 8 May 2010 17:52:28 -0000 1.121
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/pysqlite
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.120 2010/04/18 17:44:24 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.121 2010/05/08 17:52:28 armin76 Exp $
28 +
29 + 08 May 2010; Raúl Porcel <armin76@g.o> pysqlite-2.6.0.ebuild:
30 + alpha/ia64/sparc stable wrt #313159
31
32 18 Apr 2010; <nixnut@g.o> pysqlite-2.6.0.ebuild:
33 ppc stable #313159
34
35
36
37 1.6 dev-python/pysqlite/pysqlite-2.6.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild?r1=1.5&r2=1.6
42
43 Index: pysqlite-2.6.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- pysqlite-2.6.0.ebuild 18 Apr 2010 17:44:24 -0000 1.5
50 +++ pysqlite-2.6.0.ebuild 8 May 2010 17:52:28 -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-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.5 2010/04/18 17:44:24 nixnut Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.6 2010/05/08 17:52:28 armin76 Exp $
56
57 EAPI="3"
58 SUPPORT_PYTHON_ABIS="1"
59 @@ -13,7 +13,7 @@
60
61 LICENSE="pysqlite"
62 SLOT="2"
63 -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
64 +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
65 IUSE="examples"
66
67 DEPEND=">=dev-db/sqlite-3.1"