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: Fri, 29 Jan 2010 00:30:19
Message-Id: E1NaekX-0001Mq-Mx@stork.gentoo.org
1 eva 10/01/29 00:30:13
2
3 Modified: gnome-python-common.eclass
4 Log:
5 Remove la files for bindings, bug #299243.
6
7 Revision Changes Path
8 1.8 eclass/gnome-python-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?r1=1.7&r2=1.8
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.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- gnome-python-common.eclass 12 Jan 2009 23:09:46 -0000 1.7
21 +++ gnome-python-common.eclass 29 Jan 2010 00:30:13 -0000 1.8
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.7 2009/01/12 23:09:46 maekke Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.8 2010/01/29 00:30:13 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 @@ -94,6 +94,11 @@
31 fi
32 done
33 fi
34 +
35 + # Python does not need these, bug #299243
36 + find "${D}$(python_get_sitedir)" -name "*.la" -delete \
37 + || die "failed to remove la files"
38 +
39 }
40
41 gnome-python-common_pkg_postinst() {