Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-3.2.2.ebuild ChangeLog
Date: Tue, 15 Nov 2011 08:44:45
Message-Id: 20111115084435.5F2052004B@flycatcher.gentoo.org
1 tetromino 11/11/15 08:44:35
2
3 Modified: gtk+-3.2.2.ebuild ChangeLog
4 Log:
5 Force vte:2.90 users to upgrade to vte-0.30.1-r1 (having a working Alt key in a terminal is vital).
6
7 (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-libs/gtk+/gtk+-3.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild?r1=1.1&r2=1.2
15
16 Index: gtk+-3.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gtk+-3.2.2.ebuild 14 Nov 2011 08:44:05 -0000 1.1
23 +++ gtk+-3.2.2.ebuild 15 Nov 2011 08:44:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild,v 1.1 2011/11/14 08:44:05 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild,v 1.2 2011/11/15 08:44:35 tetromino Exp $
29
30 EAPI="4"
31
32 @@ -67,8 +67,10 @@
33 test? (
34 media-fonts/font-misc-misc
35 media-fonts/font-cursor-misc )"
36 +# gtk+-3.2.2 breaks Alt key handling in <=x11-libs/vte-0.30.1:2.90
37 RDEPEND="${COMMON_DEPEND}
38 !<gnome-base/gail-1000
39 + !<x11-libs/vte-0.30.1-r1:2.90
40 packagekit? ( app-admin/packagekit-base )"
41 PDEPEND="vim-syntax? ( app-vim/gtk-syntax )"
42
43
44
45
46 1.549 x11-libs/gtk+/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.549&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.549&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.548&r2=1.549
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
55 retrieving revision 1.548
56 retrieving revision 1.549
57 diff -u -r1.548 -r1.549
58 --- ChangeLog 14 Nov 2011 08:44:05 -0000 1.548
59 +++ ChangeLog 15 Nov 2011 08:44:35 -0000 1.549
60 @@ -1,6 +1,10 @@
61 # ChangeLog for x11-libs/gtk+
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.548 2011/11/14 08:44:05 tetromino Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.549 2011/11/15 08:44:35 tetromino Exp $
65 +
66 + 15 Nov 2011; Alexandre Rostovtsev <tetromino@g.o> gtk+-3.2.2.ebuild:
67 + Force vte:2.90 users to upgrade to vte-0.30.1-r1 (having a working Alt key in
68 + a terminal is vital).
69
70 *gtk+-3.2.2 (14 Nov 2011)