Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyatspi: pyatspi-2.2.1.ebuild ChangeLog pyatspi-2.0.2.ebuild
Date: Sun, 26 Feb 2012 09:49:44
Message-Id: 20120226094934.5F08F2004B@flycatcher.gentoo.org
1 pacho 12/02/26 09:49:34
2
3 Modified: pyatspi-2.2.1.ebuild ChangeLog
4 Removed: pyatspi-2.0.2.ebuild
5 Log:
6 Fix configure to disable tests properly, upstream bug #670823 by gokturk. Drop old.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-python/pyatspi/pyatspi-2.2.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild?r1=1.3&r2=1.4
16
17 Index: pyatspi-2.2.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- pyatspi-2.2.1.ebuild 10 Feb 2012 03:40:59 -0000 1.3
24 +++ pyatspi-2.2.1.ebuild 26 Feb 2012 09:49:33 -0000 1.4
25 @@ -1,6 +1,6 @@
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.3 2012/02/10 03:40:59 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.2.1.ebuild,v 1.4 2012/02/26 09:49:33 pacho Exp $
30
31 EAPI="4"
32 GCONF_DEBUG="no"
33 @@ -42,6 +42,9 @@
34 }
35
36 src_prepare() {
37 + # Fix configure to disable tests properly, upstream bug #670823
38 + epatch "${FILESDIR}/${PN}-2.2.1-configure-check.patch"
39 +
40 # remove pygtk cruft; https://bugzilla.gnome.org/show_bug.cgi?id=660826
41 # requires eautoreconf
42 epatch "${FILESDIR}/${PN}-2.2.0-AM_CHECK_PYMOD-pygtk.patch"
43 @@ -49,9 +52,7 @@
44
45 gnome2_src_prepare
46
47 - # disable pyc compiling
48 - echo '#!/bin/sh' > config/py-compile
49 -
50 + python_clean_py-compile_files
51 python_copy_sources
52 }
53
54
55
56
57 1.5 dev-python/pyatspi/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?rev=1.5&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?rev=1.5&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?r1=1.4&r2=1.5
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v
66 retrieving revision 1.4
67 retrieving revision 1.5
68 diff -u -r1.4 -r1.5
69 --- ChangeLog 10 Feb 2012 03:40:59 -0000 1.4
70 +++ ChangeLog 26 Feb 2012 09:49:33 -0000 1.5
71 @@ -1,6 +1,12 @@
72 # ChangeLog for dev-python/pyatspi
73 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.4 2012/02/10 03:40:59 patrick Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.5 2012/02/26 09:49:33 pacho Exp $
76 +
77 + 26 Feb 2012; Pacho Ramos <pacho@g.o>
78 + +files/pyatspi-2.2.1-configure-check.patch, -pyatspi-2.0.2.ebuild,
79 + pyatspi-2.2.1.ebuild:
80 + Fix configure to disable tests properly, upstream bug #670823 by gokturk. Drop
81 + old.
82
83 10 Feb 2012; Patrick Lauer <patrick@g.o> pyatspi-2.0.2.ebuild,
84 pyatspi-2.2.1.ebuild: