Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.4.ebuild
Date: Sat, 02 Apr 2011 07:19:40
Message-Id: 20110402071930.5BD1320054@flycatcher.gentoo.org
1 angelos 11/04/02 07:19:30
2
3 Modified: ChangeLog psycopg-2.4.ebuild
4 Log:
5 Stable on amd64 wrt bug #361523
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.120 dev-python/psycopg/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.120&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.120&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.119&r2=1.120
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
19 retrieving revision 1.119
20 retrieving revision 1.120
21 diff -u -r1.119 -r1.120
22 --- ChangeLog 27 Feb 2011 23:53:48 -0000 1.119
23 +++ ChangeLog 2 Apr 2011 07:19:30 -0000 1.120
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/psycopg
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.119 2011/02/27 23:53:48 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.120 2011/04/02 07:19:30 angelos Exp $
29 +
30 + 02 Apr 2011; Christoph Mende <angelos@g.o> psycopg-2.4.ebuild:
31 + Stable on amd64 wrt bug #361523
32
33 *psycopg-2.4 (27 Feb 2011)
34
35
36
37
38 1.2 dev-python/psycopg/psycopg-2.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.ebuild?r1=1.1&r2=1.2
43
44 Index: psycopg-2.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- psycopg-2.4.ebuild 27 Feb 2011 23:53:48 -0000 1.1
51 +++ psycopg-2.4.ebuild 2 Apr 2011 07:19:30 -0000 1.2
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/psycopg/psycopg-2.4.ebuild,v 1.1 2011/02/27 23:53:48 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.ebuild,v 1.2 2011/04/02 07:19:30 angelos Exp $
57
58 EAPI="3"
59 SUPPORT_PYTHON_ABIS="1"
60 @@ -17,7 +17,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="2"
64 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
65 +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
66 IUSE="debug doc examples mxdatetime"
67
68 DEPEND=">=dev-db/postgresql-base-8.1