Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyatspi: pyatspi-2.2.1.ebuild pyatspi-2.0.2.ebuild ChangeLog
Date: Sun, 01 Jan 2012 00:25:08
Message-Id: 20120101002458.C157C2004B@flycatcher.gentoo.org
1 tetromino 12/01/01 00:24:58
2
3 Modified: pyatspi-2.2.1.ebuild pyatspi-2.0.2.ebuild ChangeLog
4 Log:
5 Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/pyatspi/pyatspi-2.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: pyatspi-2.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyatspi-2.2.1.ebuild 5 Nov 2011 04:51:38 -0000 1.1
23 +++ pyatspi-2.2.1.ebuild 1 Jan 2012 00:24:58 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
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/pyatspi/pyatspi-2.2.1.ebuild,v 1.1 2011/11/05 04:51:38 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild,v 1.2 2012/01/01 00:24:58 tetromino Exp $
30
31 EAPI="4"
32 GCONF_DEBUG="no"
33 @@ -50,8 +50,7 @@
34 gnome2_src_prepare
35
36 # disable pyc compiling
37 - mv config/py-compile config/py-compile.orig
38 - ln -s $(type -P true) config/py-compile
39 + echo '#!/bin/sh' > config/py-compile
40
41 python_copy_sources
42 }
43
44
45
46 1.2 dev-python/pyatspi/pyatspi-2.0.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.0.2.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.0.2.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.0.2.ebuild?r1=1.1&r2=1.2
51
52 Index: pyatspi-2.0.2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.0.2.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- pyatspi-2.0.2.ebuild 19 Aug 2011 14:15:49 -0000 1.1
59 +++ pyatspi-2.0.2.ebuild 1 Jan 2012 00:24:58 -0000 1.2
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2011 Gentoo Foundation
62 +# Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.0.2.ebuild,v 1.1 2011/08/19 14:15:49 nirbheek Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.0.2.ebuild,v 1.2 2012/01/01 00:24:58 tetromino Exp $
66
67 EAPI="3"
68 GCONF_DEBUG="no"
69 @@ -43,8 +43,7 @@
70 gnome2_src_prepare
71
72 # disable pyc compiling
73 - mv config/py-compile config/py-compile.orig
74 - ln -s $(type -P true) config/py-compile
75 + echo '#!/bin/sh' > config/py-compile
76
77 python_copy_sources
78 }
79
80
81
82 1.3 dev-python/pyatspi/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?rev=1.3&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?rev=1.3&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?r1=1.2&r2=1.3
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v
91 retrieving revision 1.2
92 retrieving revision 1.3
93 diff -u -r1.2 -r1.3
94 --- ChangeLog 5 Nov 2011 04:51:38 -0000 1.2
95 +++ ChangeLog 1 Jan 2012 00:24:58 -0000 1.3
96 @@ -1,6 +1,10 @@
97 # ChangeLog for dev-python/pyatspi
98 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.2 2011/11/05 04:51:38 tetromino Exp $
100 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
101 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.3 2012/01/01 00:24:58 tetromino Exp $
102 +
103 + 01 Jan 2012; Alexandre Rostovtsev <tetromino@g.o> pyatspi-2.0.2.ebuild,
104 + pyatspi-2.2.1.ebuild:
105 + Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
106
107 *pyatspi-2.2.1 (05 Nov 2011)