Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.14.3.ebuild ChangeLog
Date: Sun, 28 Sep 2008 10:36:43
Message-Id: E1Kjtdo-0004MH-Ov@stork.gentoo.org
1 leio 08/09/28 10:36:40
2
3 Modified: gtk+-2.14.3.ebuild ChangeLog
4 Log:
5 Adjust a header so that packages using GtkCList will remain buildable
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.2 x11-libs/gtk+/gtk+-2.14.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild?r1=1.1&r2=1.2
14
15 Index: gtk+-2.14.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gtk+-2.14.3.ebuild 25 Sep 2008 10:05:31 -0000 1.1
22 +++ gtk+-2.14.3.ebuild 28 Sep 2008 10:36:40 -0000 1.2
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/x11-libs/gtk+/gtk+-2.14.3.ebuild,v 1.1 2008/09/25 10:05:31 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild,v 1.2 2008/09/28 10:36:40 leio Exp $
28
29 WANT_AUTOMAKE="1.7"
30
31 @@ -75,6 +75,9 @@
32 # Workaround adobe flash infinite loop. Patch from http://bugzilla.gnome.org/show_bug.cgi?id=463773#c11
33 epatch "${FILESDIR}/${PN}-2.12.0-flash-workaround.patch"
34
35 + # ...
36 + epatch "${FILESDIR}/${P}-limit-gtksignal-includes.patch"
37 +
38 # -O3 and company cause random crashes in applications. Bug #133469
39 replace-flags -O3 -O2
40 strip-flags
41
42
43
44 1.399 x11-libs/gtk+/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.399&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.399&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.398&r2=1.399
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
53 retrieving revision 1.398
54 retrieving revision 1.399
55 diff -u -r1.398 -r1.399
56 --- ChangeLog 25 Sep 2008 13:59:48 -0000 1.398
57 +++ ChangeLog 28 Sep 2008 10:36:40 -0000 1.399
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-libs/gtk+
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.398 2008/09/25 13:59:48 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.399 2008/09/28 10:36:40 leio Exp $
63 +
64 + 28 Sep 2008; Mart Raudsepp <leio@g.o>
65 + +files/gtk+-2.14.3-limit-gtksignal-includes.patch, gtk+-2.14.3.ebuild:
66 + Adjust a header so that packages using GtkCList will remain buildable
67
68 25 Sep 2008; Jeroen Roovers <jer@g.o> gtk+-2.12.11.ebuild:
69 Stable for HPPA (bug #236971).