Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/meld: ChangeLog meld-1.3.0.ebuild
Date: Mon, 27 Apr 2009 20:02:56
Message-Id: E1LyX1H-0008Q1-Vu@stork.gentoo.org
1 eva 09/04/27 20:01:39
2
3 Modified: ChangeLog meld-1.3.0.ebuild
4 Log:
5 Make some dependencies optional, bug #267033.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.96 dev-util/meld/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/meld/ChangeLog?rev=1.96&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/meld/ChangeLog?rev=1.96&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/meld/ChangeLog?r1=1.95&r2=1.96
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v
18 retrieving revision 1.95
19 retrieving revision 1.96
20 diff -u -r1.95 -r1.96
21 --- ChangeLog 20 Apr 2009 22:37:24 -0000 1.95
22 +++ ChangeLog 27 Apr 2009 20:01:39 -0000 1.96
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/meld
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.95 2009/04/20 22:37:24 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.96 2009/04/27 20:01:39 eva Exp $
28 +
29 + 27 Apr 2009; Gilles Dartiguelongue <eva@g.o> meld-1.3.0:
30 + Make some dependencies optional, bug #267033.
31
32 *meld-1.3.0 (20 Apr 2009)
33
34
35
36
37 1.2 dev-util/meld/meld-1.3.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/meld/meld-1.3.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/meld/meld-1.3.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/meld/meld-1.3.0.ebuild?r1=1.1&r2=1.2
42
43 Index: meld-1.3.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-util/meld/meld-1.3.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- meld-1.3.0.ebuild 20 Apr 2009 22:37:24 -0000 1.1
50 +++ meld-1.3.0.ebuild 27 Apr 2009 20:01:39 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/meld-1.3.0.ebuild,v 1.1 2009/04/20 22:37:24 eva Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/meld-1.3.0.ebuild,v 1.2 2009/04/27 20:01:39 eva Exp $
56
57 inherit python gnome2 eutils multilib
58
59 @@ -10,17 +10,17 @@
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 -IUSE="doc"
64 +IUSE="doc gnome"
65
66 RDEPEND=">=dev-lang/python-2.4
67 >=gnome-base/libglade-2
68 - >=gnome-base/libgnome-2
69 -
70 - >=dev-python/gconf-python-2.22
71 - >=dev-python/libgnome-python-2.22
72 - >=dev-python/gnome-vfs-python-2.22
73 + gnome? (
74 + >=gnome-base/libgnome-2
75 + >=dev-python/libgnome-python-2.22
76 + >=dev-python/gconf-python-2.22
77 + >=dev-python/gnome-vfs-python-2.22 )
78 >=dev-python/pygtk-2.8.0
79 - >=dev-python/pyorbit-2.8"
80 + >=dev-python/pygobject-2.8"
81
82 DEPEND="${RDEPEND}
83 dev-util/intltool