Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygobject: pygobject-2.18.0.ebuild ChangeLog
Date: Fri, 24 Jul 2009 14:41:49
Message-Id: E1MULxz-0002gU-DF@stork.gentoo.org
1 ssuominen 09/07/24 14:41:47
2
3 Modified: pygobject-2.18.0.ebuild ChangeLog
4 Log:
5 Compile tests/ only if "make check" is requested wrt #226345. Run eautoreconf after touching py-compile or timestamp is changed and maintainer-mode will run wrt #259832.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-python/pygobject/pygobject-2.18.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild?r1=1.3&r2=1.4
14
15 Index: pygobject-2.18.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pygobject-2.18.0.ebuild 24 Jul 2009 09:08:44 -0000 1.3
22 +++ pygobject-2.18.0.ebuild 24 Jul 2009 14:41:47 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild,v 1.3 2009/07/24 09:08:44 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.18.0.ebuild,v 1.4 2009/07/24 14:41:47 ssuominen Exp $
28
29 inherit autotools gnome2 python virtualx
30
31 @@ -35,14 +35,16 @@
32 # Fix FHS compliance, see upstream bug #535524
33 epatch "${FILESDIR}/${PN}-2.15.4-fix-codegen-location.patch"
34
35 + epatch "${FILESDIR}"/${P}-make_check.patch
36 +
37 # needed to build on a libtool-1 system, bug #255542
38 rm m4/lt* m4/libtool.m4 ltmain.sh
39
40 - eautoreconf
41 -
42 # disable pyc compiling
43 mv py-compile py-compile.orig
44 ln -s $(type -P true) py-compile
45 +
46 + eautoreconf
47 }
48
49 src_test() {
50
51
52
53 1.68 dev-python/pygobject/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.68&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/ChangeLog?rev=1.68&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/ChangeLog?r1=1.67&r2=1.68
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v
62 retrieving revision 1.67
63 retrieving revision 1.68
64 diff -u -r1.67 -r1.68
65 --- ChangeLog 24 Jul 2009 09:08:44 -0000 1.67
66 +++ ChangeLog 24 Jul 2009 14:41:47 -0000 1.68
67 @@ -1,6 +1,12 @@
68 # ChangeLog for dev-python/pygobject
69 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.67 2009/07/24 09:08:44 leio Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.68 2009/07/24 14:41:47 ssuominen Exp $
72 +
73 + 24 Jul 2009; Samuli Suominen <ssuominen@g.o>
74 + pygobject-2.18.0.ebuild, +files/pygobject-2.18.0-make_check.patch:
75 + Compile tests/ only if "make check" is requested wrt #226345. Run
76 + eautoreconf after touching py-compile or timestamp is changed and
77 + maintainer-mode will run wrt #259832.
78
79 24 Jul 2009; Mart Raudsepp <leio@g.o> pygobject-2.18.0.ebuild:
80 Various QA fixes before stabilization