Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnome-python-common.eclass
Date: Sun, 14 Sep 2008 16:24:22
Message-Id: E1KeuOY-0001hF-DC@stork.gentoo.org
1 ford_prefect 08/09/14 16:24:18
2
3 Modified: gnome-python-common.eclass
4 Log:
5 Should use gnome2_src_unpack instead of a manual unpack()
6
7 Revision Changes Path
8 1.2 eclass/gnome-python-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?r1=1.1&r2=1.2
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.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- gnome-python-common.eclass 24 Aug 2008 07:10:34 -0000 1.1
21 +++ gnome-python-common.eclass 14 Sep 2008 16:24:17 -0000 1.2
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.1 2008/08/24 07:10:34 ford_prefect Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.2 2008/09/14 16:24:17 ford_prefect 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 @@ -56,8 +56,7 @@
31 }
32
33 gnome-python-common_src_unpack() {
34 - unpack ${A}
35 - cd "${S}"
36 + gnome2_src_unpack
37
38 # disable pyc compiling
39 if [[ -f py-compile ]]; then