Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnome-python-common.eclass
Date: Mon, 12 Jan 2009 23:09:49
Message-Id: E1LMVuk-0002rb-Qt@stork.gentoo.org
1 maekke 09/01/12 23:09:46
2
3 Modified: gnome-python-common.eclass
4 Log:
5 whitespace
6
7 Revision Changes Path
8 1.7 eclass/gnome-python-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?r1=1.6&r2=1.7
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.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- gnome-python-common.eclass 1 Dec 2008 14:29:06 -0000 1.6
21 +++ gnome-python-common.eclass 12 Jan 2009 23:09:46 -0000 1.7
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.6 2008/12/01 14:29:06 eva Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.7 2009/01/12 23:09:46 maekke 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 @@ -25,7 +25,7 @@
31 # So, for example, with the bonobo bindings, the original package is libbonobo
32 # and the packages is named dev-python/libbonobo-python
33
34 -inherit versionator python autotools gnome2
35 +inherit versionator python autotools gnome2
36
37 G_PY_PN=${G_PY_PN:-gnome-python}
38 G_PY_BINDINGS=${G_PY_BINDINGS:-${PN%-python}}