Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygobject: pygobject-3.12.1.ebuild pygobject-3.10.2.ebuild ChangeLog
Date: Fri, 20 Jun 2014 14:36:23
Message-Id: 20140620143617.D47FD2004E@flycatcher.gentoo.org
1 idella4 14/06/20 14:36:17
2
3 Modified: pygobject-3.12.1.ebuild pygobject-3.10.2.ebuild
4 ChangeLog
5 Log:
6 add py3.4 support to all of SLOT 3
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/pygobject/pygobject-3.12.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.12.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.12.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.12.1.ebuild?r1=1.1&r2=1.2
16
17 Index: pygobject-3.12.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.12.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- pygobject-3.12.1.ebuild 27 Apr 2014 16:25:16 -0000 1.1
24 +++ pygobject-3.12.1.ebuild 20 Jun 2014 14:36:17 -0000 1.2
25 @@ -1,11 +1,11 @@
26 # Copyright 1999-2014 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.12.1.ebuild,v 1.1 2014/04/27 16:25:16 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.12.1.ebuild,v 1.2 2014/06/20 14:36:17 idella4 Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="no"
33 GNOME2_LA_PUNT="yes"
34 -PYTHON_COMPAT=( python{2_7,3_2,3_3} )
35 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
36
37 inherit gnome2 python-r1 virtualx
38
39
40
41
42 1.14 dev-python/pygobject/pygobject-3.10.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild?rev=1.14&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild?rev=1.14&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild?r1=1.13&r2=1.14
47
48 Index: pygobject-3.10.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild,v
51 retrieving revision 1.13
52 retrieving revision 1.14
53 diff -u -r1.13 -r1.14
54 --- pygobject-3.10.2.ebuild 21 Apr 2014 10:28:58 -0000 1.13
55 +++ pygobject-3.10.2.ebuild 20 Jun 2014 14:36:17 -0000 1.14
56 @@ -1,11 +1,11 @@
57 # Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild,v 1.13 2014/04/21 10:28:58 ago Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.10.2.ebuild,v 1.14 2014/06/20 14:36:17 idella4 Exp $
61
62 EAPI="5"
63 GCONF_DEBUG="no"
64 GNOME2_LA_PUNT="yes"
65 -PYTHON_COMPAT=( python{2_7,3_2,3_3} )
66 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
67
68 inherit gnome2 python-r1 virtualx
69
70
71
72
73 1.251 dev-python/pygobject/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.251&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.251&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygobject/ChangeLog?r1=1.250&r2=1.251
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v
82 retrieving revision 1.250
83 retrieving revision 1.251
84 diff -u -r1.250 -r1.251
85 --- ChangeLog 20 Jun 2014 11:51:17 -0000 1.250
86 +++ ChangeLog 20 Jun 2014 14:36:17 -0000 1.251
87 @@ -1,6 +1,10 @@
88 # ChangeLog for dev-python/pygobject
89 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.250 2014/06/20 11:51:17 idella4 Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.251 2014/06/20 14:36:17 idella4 Exp $
92 +
93 + 20 Jun 2014; Ian Delaney <idella4@g.o> pygobject-3.10.2.ebuild,
94 + pygobject-3.12.1.ebuild:
95 + add py3.4 support to all of SLOT 3
96
97 20 Jun 2014; Ian Delaney <idella4@g.o> pygobject-3.12.2.ebuild:
98 add py3.4 support