Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany-extensions: ChangeLog epiphany-extensions-2.32.0.ebuild
Date: Mon, 24 Jan 2011 16:28:35
Message-Id: 20110124162825.7FF0020054@flycatcher.gentoo.org
1 eva 11/01/24 16:28:25
2
3 Modified: ChangeLog epiphany-extensions-2.32.0.ebuild
4 Log:
5 Pin glib/gtk+ to slot 2.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.138 www-client/epiphany-extensions/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany-extensions/ChangeLog?rev=1.138&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany-extensions/ChangeLog?rev=1.138&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany-extensions/ChangeLog?r1=1.137&r2=1.138
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v
19 retrieving revision 1.137
20 retrieving revision 1.138
21 diff -u -r1.137 -r1.138
22 --- ChangeLog 29 Oct 2010 21:17:08 -0000 1.137
23 +++ ChangeLog 24 Jan 2011 16:28:25 -0000 1.138
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-client/epiphany-extensions
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.137 2010/10/29 21:17:08 pacho Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.138 2011/01/24 16:28:25 eva Exp $
30 +
31 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o>
32 + epiphany-extensions-2.32.0.ebuild:
33 + Pin glib/gtk+ to slot 2.
34
35 *epiphany-extensions-2.32.0 (29 Oct 2010)
36
37
38
39
40 1.2 www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild?r1=1.1&r2=1.2
45
46 Index: epiphany-extensions-2.32.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- epiphany-extensions-2.32.0.ebuild 29 Oct 2010 21:17:08 -0000 1.1
53 +++ epiphany-extensions-2.32.0.ebuild 24 Jan 2011 16:28:25 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild,v 1.1 2010/10/29 21:17:08 pacho Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild,v 1.2 2011/01/24 16:28:25 eva Exp $
60
61 EAPI="3"
62 GCONF_DEBUG="yes"
63 @@ -18,10 +18,10 @@
64
65 RDEPEND=">=www-client/epiphany-2.30.0
66 app-text/opensp
67 - >=dev-libs/glib-2.15.5
68 + >=dev-libs/glib-2.15.5:2
69 >=gnome-base/gconf-2.0
70 >=dev-libs/libxml2-2.6
71 - >=x11-libs/gtk+-2.21.6
72 + >=x11-libs/gtk+-2.21.6:2
73 >=net-libs/webkit-gtk-1.1
74
75 dbus? ( >=dev-libs/dbus-glib-0.34 )