Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnome-python-common.eclass
Date: Sat, 25 Oct 2008 11:10:57
Message-Id: E1Kth2k-0008Sf-Gr@stork.gentoo.org
1 remi 08/10/25 11:10:54
2
3 Modified: gnome-python-common.eclass
4 Log:
5 add blockers to the gnome-python-common eclass
6
7 Revision Changes Path
8 1.4 eclass/gnome-python-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnome-python-common.eclass?r1=1.3&r2=1.4
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.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- gnome-python-common.eclass 16 Sep 2008 12:51:03 -0000 1.3
21 +++ gnome-python-common.eclass 25 Oct 2008 11:10:54 -0000 1.4
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.3 2008/09/16 12:51:03 jer Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.4 2008/10/25 11:10:54 remi 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 @@ -43,7 +43,12 @@
31
32 S="${WORKDIR}/${G_PY_PN}-${PV}"
33
34 -RDEPEND="~dev-python/${G_PY_PN}-base-${PV}"
35 +# add blockers, we can probably remove them later on
36 +if [[ $${G_PY_PN} == "gnome-python-extras" ]]; then
37 + RDEPEND="!<=dev-python/gnome-python-extras-2.19.1-r2"
38 +fi
39 +
40 +RDEPEND="${RDEPEND} ~dev-python/${G_PY_PN}-base-${PV}"
41 DEPEND="${RDEPEND}
42 dev-util/pkgconfig"