Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnome-python-common.eclass
Date: Tue, 09 Feb 2010 10:06:40
Message-Id: E1NemzN-0008G1-F2@stork.gentoo.org
1 grobian 10/02/09 10:06:37
2
3 Modified: gnome-python-common.eclass
4 Log:
5 Make gnome-python-common.eclass Prefix aware, bug #303707
6
7 Revision Changes Path
8 1.9 eclass/gnome-python-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?r1=1.8&r2=1.9
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.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- gnome-python-common.eclass 29 Jan 2010 00:30:13 -0000 1.8
21 +++ gnome-python-common.eclass 9 Feb 2010 10:06:36 -0000 1.9
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.8 2010/01/29 00:30:13 eva Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.9 2010/02/09 10:06:36 grobian 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 @@ -96,7 +96,7 @@
31 fi
32
33 # Python does not need these, bug #299243
34 - find "${D}$(python_get_sitedir)" -name "*.la" -delete \
35 + find "${D%/}${EPREFIX}$(python_get_sitedir)" -name "*.la" -delete \
36 || die "failed to remove la files"
37
38 }