Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygobject: pygobject-3.0.4.ebuild pygobject-3.2.2.ebuild ChangeLog
Date: Tue, 02 Oct 2012 01:32:17
Message-Id: 20121002013206.9BCF521600@flycatcher.gentoo.org
1 floppym 12/10/02 01:32:04
2
3 Modified: pygobject-3.0.4.ebuild pygobject-3.2.2.ebuild
4 ChangeLog
5 Log:
6 Restrict python 3.3 based on testing by Arfrever.
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 dev-python/pygobject/pygobject-3.0.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild?r1=1.14&r2=1.15
16
17 Index: pygobject-3.0.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- pygobject-3.0.4.ebuild 25 Sep 2012 11:53:14 -0000 1.14
24 +++ pygobject-3.0.4.ebuild 2 Oct 2012 01:32:04 -0000 1.15
25 @@ -1,13 +1,13 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild,v 1.14 2012/09/25 11:53:14 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild,v 1.15 2012/10/02 01:32:04 floppym Exp $
30
31 EAPI="4"
32 GCONF_DEBUG="no"
33 GNOME2_LA_PUNT="yes"
34 SUPPORT_PYTHON_ABIS="1"
35 -PYTHON_DEPEND="2:2.6 3:3.1"
36 -RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython 2.7-pypy-*"
37 +PYTHON_DEPEND="2:2.6 3:3.1:3.2"
38 +RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 3.3 *-jython 2.7-pypy-*"
39
40 # XXX: Is the alternatives stuff needed anymore?
41 inherit alternatives autotools eutils gnome2 python virtualx
42
43
44
45 1.6 dev-python/pygobject/pygobject-3.2.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild?r1=1.5&r2=1.6
50
51 Index: pygobject-3.2.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- pygobject-3.2.2.ebuild 28 Sep 2012 05:45:45 -0000 1.5
58 +++ pygobject-3.2.2.ebuild 2 Oct 2012 01:32:04 -0000 1.6
59 @@ -1,13 +1,13 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild,v 1.5 2012/09/28 05:45:45 mattst88 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild,v 1.6 2012/10/02 01:32:04 floppym Exp $
64
65 EAPI="4"
66 GCONF_DEBUG="no"
67 GNOME2_LA_PUNT="yes"
68 SUPPORT_PYTHON_ABIS="1"
69 -PYTHON_DEPEND="2:2.6 3:3.1"
70 -RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython *-pypy-*"
71 +PYTHON_DEPEND="2:2.6 3:3.1:3.2"
72 +RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 3.3 *-jython *-pypy-*"
73
74 inherit autotools eutils gnome2 python virtualx
75
76
77
78
79 1.167 dev-python/pygobject/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.167&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.167&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?r1=1.166&r2=1.167
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v
88 retrieving revision 1.166
89 retrieving revision 1.167
90 diff -u -r1.166 -r1.167
91 --- ChangeLog 28 Sep 2012 05:45:45 -0000 1.166
92 +++ ChangeLog 2 Oct 2012 01:32:04 -0000 1.167
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-python/pygobject
95 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.166 2012/09/28 05:45:45 mattst88 Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.167 2012/10/02 01:32:04 floppym Exp $
98 +
99 + 02 Oct 2012; Mike Gilbert <floppym@g.o> pygobject-3.0.4.ebuild,
100 + pygobject-3.2.2.ebuild:
101 + Restrict python 3.3 based on testing by Arfrever.
102
103 28 Sep 2012; Matt Turner <mattst88@g.o> pygobject-2.28.6-r52.ebuild,
104 pygobject-3.2.2.ebuild:
105 @@ -739,4 +743,3 @@
106 +pygobject-2.10.1.ebuild:
107 Add GNOME 2 bindings for Python, needed for system-config-*. Based on 2.11
108 ebuild in gnome overlay. Gnome herd, feel free to add yourself to metadata.
109 -