Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnome-python-common.eclass
Date: Mon, 01 Dec 2008 14:29:09
Message-Id: E1L79lq-0003xw-Ft@stork.gentoo.org
1 eva 08/12/01 14:29:06
2
3 Modified: gnome-python-common.eclass
4 Log:
5 Add python_need_rebuild and GCONF_DEBUG call to the gnome-python-common eclass
6
7 Revision Changes Path
8 1.6 eclass/gnome-python-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?r1=1.5&r2=1.6
13
14 Index: gnome-python-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- gnome-python-common.eclass 25 Oct 2008 13:27:18 -0000 1.5
21 +++ gnome-python-common.eclass 1 Dec 2008 14:29:06 -0000 1.6
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.5 2008/10/25 13:27:18 remi Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.6 2008/12/01 14:29:06 eva Exp $
27
28 # Original Author: Arun Raghavan <ford_prefect@g.o> (based on the
29 # gnome-python-desktop eclass by Jim Ramsay <lack@g.o>)
30 @@ -36,7 +36,9 @@
31
32 RESTRICT="${RESTRICT} test"
33
34 +GCONF_DEBUG="no"
35 DOCS="AUTHORS ChangeLog NEWS README"
36 +
37 if [[ ${G_PY_PN} != "gnome-python" ]]; then
38 DOCS="${DOCS} MAINTAINERS"
39 fi
40 @@ -96,6 +98,7 @@
41
42 gnome-python-common_pkg_postinst() {
43 python_version
44 + python_need_rebuild
45 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
46 }