Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/libgda-python: ChangeLog libgda-python-2.25.3.ebuild libgda-python-2.19.1.ebuild
Date: Sat, 26 Feb 2011 13:21:24
Message-Id: 20110226132113.8214620054@flycatcher.gentoo.org
1 eva 11/02/26 13:21:13
2
3 Modified: ChangeLog libgda-python-2.25.3.ebuild
4 Removed: libgda-python-2.19.1.ebuild
5 Log:
6 Add missing eclass variables for proper python-updater behavior, bug #344833. Clean up old revision.
7
8 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.18 dev-python/libgda-python/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/libgda-python/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 30 Jan 2011 18:15:41 -0000 1.17
24 +++ ChangeLog 26 Feb 2011 13:21:13 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/libgda-python
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgda-python/ChangeLog,v 1.17 2011/01/30 18:15:41 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgda-python/ChangeLog,v 1.18 2011/02/26 13:21:13 eva Exp $
30 +
31 + 26 Feb 2011; Gilles Dartiguelongue <eva@g.o>
32 + -libgda-python-2.19.1.ebuild, libgda-python-2.25.3.ebuild:
33 + Add missing eclass variables for proper python-updater behavior, bug #344833.
34 + Clean up old revision.
35
36 30 Jan 2011; Raúl Porcel <armin76@g.o> libgda-python-2.25.3.ebuild:
37 alpha/ia64/sparc stable wrt #348987
38
39
40
41 1.8 dev-python/libgda-python/libgda-python-2.25.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/libgda-python-2.25.3.ebuild?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/libgda-python-2.25.3.ebuild?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgda-python/libgda-python-2.25.3.ebuild?r1=1.7&r2=1.8
46
47 Index: libgda-python-2.25.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/libgda-python/libgda-python-2.25.3.ebuild,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- libgda-python-2.25.3.ebuild 30 Jan 2011 18:15:41 -0000 1.7
54 +++ libgda-python-2.25.3.ebuild 26 Feb 2011 13:21:13 -0000 1.8
55 @@ -1,11 +1,15 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgda-python/libgda-python-2.25.3.ebuild,v 1.7 2011/01/30 18:15:41 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgda-python/libgda-python-2.25.3.ebuild,v 1.8 2011/02/26 13:21:13 eva Exp $
60
61 EAPI="2"
62 G_PY_PN="gnome-python-extras"
63 G_PY_BINDINGS="gda"
64
65 +SUPPORT_PYTHON_ABIS="1"
66 +PYTHON_DEPEND="2"
67 +RESTRICT_PYTHON_ABIS="3.*"
68 +
69 inherit gnome-python-common
70
71 PVP="$(get_version_component_range 1-2)"