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/anjuta: anjuta-2.32.0.0.ebuild ChangeLog
Date: Fri, 05 Nov 2010 20:01:03
Message-Id: 20101105200058.BAED720051@flycatcher.gentoo.org
1 eva 10/11/05 20:00:58
2
3 Modified: anjuta-2.32.0.0.ebuild ChangeLog
4 Log:
5 Pin glib/gtk+ to slot 2.
6
7 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-util/anjuta/anjuta-2.32.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-2.32.0.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-2.32.0.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-2.32.0.0.ebuild?r1=1.1&r2=1.2
15
16 Index: anjuta-2.32.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.32.0.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- anjuta-2.32.0.0.ebuild 4 Nov 2010 21:57:44 -0000 1.1
23 +++ anjuta-2.32.0.0.ebuild 5 Nov 2010 20:00:58 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.32.0.0.ebuild,v 1.1 2010/11/04 21:57:44 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.32.0.0.ebuild,v 1.2 2010/11/05 20:00:58 eva Exp $
29
30 EAPI="3"
31 GCONF_DEBUG="yes"
32 @@ -17,8 +17,8 @@
33 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
34 IUSE="debug devhelp doc glade graphviz +introspection +sourceview subversion test vala"
35
36 -RDEPEND=">=dev-libs/glib-2.25.15
37 - >=x11-libs/gtk+-2.20.0
38 +RDEPEND=">=dev-libs/glib-2.25.15:2
39 + >=x11-libs/gtk+-2.20.0:2
40 >=dev-libs/dbus-glib-0.70
41 >=gnome-base/gconf-2.12
42 >=x11-libs/vte-0.13.1
43
44
45
46 1.123 dev-util/anjuta/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.123&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.123&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.122&r2=1.123
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
55 retrieving revision 1.122
56 retrieving revision 1.123
57 diff -u -r1.122 -r1.123
58 --- ChangeLog 4 Nov 2010 21:57:44 -0000 1.122
59 +++ ChangeLog 5 Nov 2010 20:00:58 -0000 1.123
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-util/anjuta
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.122 2010/11/04 21:57:44 pacho Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.123 2010/11/05 20:00:58 eva Exp $
65 +
66 + 05 Nov 2010; Gilles Dartiguelongue <eva@g.o>
67 + anjuta-2.32.0.0.ebuild:
68 + Pin glib/gtk+ to slot 2.
69
70 *anjuta-2.32.0.0 (04 Nov 2010)