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/gdl-python: ChangeLog gdl-python-2.25.3.ebuild gdl-python-2.19.1-r2.ebuild
Date: Sat, 26 Feb 2011 13:26:52
Message-Id: 20110226132601.F3B6920054@flycatcher.gentoo.org
1 eva 11/02/26 13:26:01
2
3 Modified: ChangeLog gdl-python-2.25.3.ebuild
4 Removed: gdl-python-2.19.1-r2.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.36 dev-python/gdl-python/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 30 Jan 2011 18:11:20 -0000 1.35
24 +++ ChangeLog 26 Feb 2011 13:26:01 -0000 1.36
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/gdl-python
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.35 2011/01/30 18:11:20 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.36 2011/02/26 13:26:01 eva Exp $
30 +
31 + 26 Feb 2011; Gilles Dartiguelongue <eva@g.o>
32 + -gdl-python-2.19.1-r2.ebuild, -files/gdl-python-2.19.1-gdlicons.patch,
33 + gdl-python-2.25.3.ebuild:
34 + Add missing eclass variables for proper python-updater behavior, bug #344833.
35 + Clean up old revision.
36
37 30 Jan 2011; Raúl Porcel <armin76@g.o> gdl-python-2.25.3.ebuild:
38 alpha/ia64/sparc stable wrt #348987
39
40
41
42 1.8 dev-python/gdl-python/gdl-python-2.25.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?r1=1.7&r2=1.8
47
48 Index: gdl-python-2.25.3.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- gdl-python-2.25.3.ebuild 30 Jan 2011 18:11:20 -0000 1.7
55 +++ gdl-python-2.25.3.ebuild 26 Feb 2011 13:26:01 -0000 1.8
56 @@ -1,10 +1,14 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.7 2011/01/30 18:11:20 armin76 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.8 2011/02/26 13:26:01 eva Exp $
61
62 EAPI="2"
63 G_PY_PN="gnome-python-extras"
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)"