Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
Date: Sun, 02 Mar 2008 17:18:27
Message-Id: E1JVrpQ-0004EZ-Lo@stork.gentoo.org
1 leio 08/03/02 17:18:24
2
3 Modified: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
4 Log:
5 Remove libgda dependency, it was against the wrong SLOT and we can't depend on the new one yet
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: gnome-python-extras-2.19.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gnome-python-extras-2.19.1-r1.ebuild 10 Feb 2008 22:08:09 -0000 1.4
22 +++ gnome-python-extras-2.19.1-r1.ebuild 2 Mar 2008 17:18:24 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.4 2008/02/10 22:08:09 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.5 2008/03/02 17:18:24 leio Exp $
28
29 inherit eutils gnome2 python virtualx autotools
30
31 @@ -20,8 +20,14 @@
32 xulrunner? ( net-libs/xulrunner )
33 !xulrunner? ( firefox? ( >=www-client/mozilla-firefox-1.0 ) )
34 !xulrunner? ( !firefox? ( seamonkey? ( >=www-client/seamonkey-1.0 ) ) )
35 - =gnome-extra/libgda-1*
36 >=app-text/gtkspell-2"
37 + # =gnome-extra/libgda-3*
38 + # This used to be wrongly libgda-1*, but as configure is automagic,
39 + # it just didn't build libgda bindings before as libgda-3 is p.masked.
40 + # Leaving it automagic and dep lacking as there are no notable users of
41 + # these bindings as testified by the lack of bug reports for this
42 + # breakage. Should be fixed after libgda-3 gets unmasked or this ebuild
43 + # is split into many per bug 108479
44
45 DEPEND="${RDEPEND}
46 dev-util/pkgconfig"
47
48
49
50 1.66 dev-python/gnome-python-extras/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.66&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.66&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.65&r2=1.66
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
59 retrieving revision 1.65
60 retrieving revision 1.66
61 diff -u -r1.65 -r1.66
62 --- ChangeLog 10 Feb 2008 22:08:09 -0000 1.65
63 +++ ChangeLog 2 Mar 2008 17:18:24 -0000 1.66
64 @@ -1,6 +1,11 @@
65 # ChangeLog for dev-python/gnome-python-extras
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.65 2008/02/10 22:08:09 eva Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.66 2008/03/02 17:18:24 leio Exp $
69 +
70 + 02 Mar 2008; Mart Raudsepp <leio@g.o>
71 + gnome-python-extras-2.19.1-r1.ebuild:
72 + Remove libgda dependency, it was against the wrong SLOT and we can't depend
73 + on the new one yet
74
75 10 Feb 2008; Gilles Dartiguelongue <eva@g.o>
76 gnome-python-extras-2.19.1-r1.ebuild:
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list