Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprint: ChangeLog libgnomeprint-2.18.8.ebuild
Date: Tue, 29 Apr 2014 11:47:55
Message-Id: 20140429114752.412BA2004B@flycatcher.gentoo.org
1 polynomial-c 14/04/29 11:47:52
2
3 Modified: ChangeLog libgnomeprint-2.18.8.ebuild
4 Log:
5 Fix compilation with >=sys-devel/bison-3.0 (bug #486408)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.197 gnome-base/libgnomeprint/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.197&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.197&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.196&r2=1.197
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
19 retrieving revision 1.196
20 retrieving revision 1.197
21 diff -u -r1.196 -r1.197
22 --- ChangeLog 17 Mar 2014 23:44:49 -0000 1.196
23 +++ ChangeLog 29 Apr 2014 11:47:51 -0000 1.197
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-base/libgnomeprint
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.196 2014/03/17 23:44:49 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.197 2014/04/29 11:47:51 polynomial-c Exp $
29 +
30 + 29 Apr 2014; Lars Wendler <polynomial-c@g.o>
31 + libgnomeprint-2.18.8.ebuild, +files/libgnomeprint-2.18.8-bison3.patch:
32 + Fix compilation with >=sys-devel/bison-3.0 (bug #486408) with kind permission
33 + from gnome team.
34
35 17 Mar 2014; Alexandre Rostovtsev <tetromino@g.o>
36 libgnomeprint-2.18.8.ebuild, files/libgnomeprint-2.18.8-freetype-2.5.1.patch:
37
38
39
40 1.14 gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.14&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.14&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?r1=1.13&r2=1.14
45
46 Index: libgnomeprint-2.18.8.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v
49 retrieving revision 1.13
50 retrieving revision 1.14
51 diff -u -r1.13 -r1.14
52 --- libgnomeprint-2.18.8.ebuild 17 Mar 2014 23:44:49 -0000 1.13
53 +++ libgnomeprint-2.18.8.ebuild 29 Apr 2014 11:47:52 -0000 1.14
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.13 2014/03/17 23:44:49 tetromino Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.14 2014/04/29 11:47:52 polynomial-c Exp $
59
60 EAPI="3"
61 GCONF_DEBUG="no"
62 @@ -44,8 +44,9 @@
63 }
64
65 src_prepare() {
66 - epatch "${FILESDIR}"/${P}-stdio-include.patch
67 - epatch "${FILESDIR}"/${P}-freetype-2.5.1.patch
68 + epatch "${FILESDIR}"/${P}-stdio-include.patch \
69 + "${FILESDIR}"/${P}-freetype-2.5.1.patch \
70 + "${FILESDIR}"/${P}-bison3.patch
71 eautoreconf
72 gnome2_src_prepare