Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-3.12.2.ebuild ChangeLog
Date: Tue, 02 Sep 2014 00:26:36
Message-Id: 20140902002632.3EA5C479F@oystercatcher.gentoo.org
1 ottxor 14/09/02 00:26:32
2
3 Modified: gtk+-3.12.2.ebuild ChangeLog
4 Log:
5 fix build on Darwin 10.6 (bug #519058)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.9 x11-libs/gtk+/gtk+-3.12.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.12.2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.12.2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.12.2.ebuild?r1=1.8&r2=1.9
15
16 Index: gtk+-3.12.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.12.2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- gtk+-3.12.2.ebuild 25 Aug 2014 11:03:55 -0000 1.8
23 +++ gtk+-3.12.2.ebuild 2 Sep 2014 00:26:32 -0000 1.9
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2014 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.12.2.ebuild,v 1.8 2014/08/25 11:03:55 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.12.2.ebuild,v 1.9 2014/09/02 00:26:32 ottxor Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 GNOME2_LA_PUNT="yes"
33
34 -inherit flag-o-matic gnome2 multilib virtualx
35 +inherit eutils flag-o-matic gnome2 multilib virtualx
36
37 DESCRIPTION="Gimp ToolKit +"
38 HOMEPAGE="http://www.gtk.org/"
39 @@ -108,6 +108,9 @@
40 replace-flags -O3 -O2
41 strip-flags
42
43 + # Build fix on Darwin 10.6; bug #519058
44 + epatch "${FILESDIR}/${P}-darwin10.6.patch"
45 +
46 if ! use test ; then
47 # don't waste time building tests
48 strip_builddir SRC_SUBDIRS testsuite Makefile.am
49
50
51
52 1.733 x11-libs/gtk+/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.733&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.733&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.732&r2=1.733
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
61 retrieving revision 1.732
62 retrieving revision 1.733
63 diff -u -r1.732 -r1.733
64 --- ChangeLog 25 Aug 2014 11:03:55 -0000 1.732
65 +++ ChangeLog 2 Sep 2014 00:26:32 -0000 1.733
66 @@ -1,6 +1,10 @@
67 # ChangeLog for x11-libs/gtk+
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.732 2014/08/25 11:03:55 ago Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.733 2014/09/02 00:26:32 ottxor Exp $
71 +
72 + 02 Sep 2014; Christoph Junghans <ottxor@g.o>
73 + +files/gtk+-3.12.2-darwin10.6.patch, gtk+-3.12.2.ebuild:
74 + fix build on Darwin 10.6 (bug #519058)
75
76 25 Aug 2014; Agostino Sarubbo <ago@g.o> gtk+-2.24.24.ebuild,
77 gtk+-3.12.2.ebuild: