polynomial-c    14/04/29 11:47:52

  Modified:             ChangeLog libgnomeprint-2.18.8.ebuild
  Log:
  Fix compilation with >=sys-devel/bison-3.0 (bug #486408)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.197                gnome-base/libgnomeprint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.197&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.197&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.196&r2=1.197

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog   17 Mar 2014 23:44:49 -0000      1.196
+++ ChangeLog   29 Apr 2014 11:47:51 -0000      1.197
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-base/libgnomeprint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.196 
2014/03/17 23:44:49 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.197 
2014/04/29 11:47:51 polynomial-c Exp $
+
+  29 Apr 2014; Lars Wendler <polynomia...@gentoo.org>
+  libgnomeprint-2.18.8.ebuild, +files/libgnomeprint-2.18.8-bison3.patch:
+  Fix compilation with >=sys-devel/bison-3.0 (bug #486408) with kind permission
+  from gnome team.
 
   17 Mar 2014; Alexandre Rostovtsev <tetrom...@gentoo.org>
   libgnomeprint-2.18.8.ebuild, files/libgnomeprint-2.18.8-freetype-2.5.1.patch:



1.14                 gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?r1=1.13&r2=1.14

Index: libgnomeprint-2.18.8.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libgnomeprint-2.18.8.ebuild 17 Mar 2014 23:44:49 -0000      1.13
+++ libgnomeprint-2.18.8.ebuild 29 Apr 2014 11:47:52 -0000      1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 
1.13 2014/03/17 23:44:49 tetromino Exp $
+# $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 $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -44,8 +44,9 @@
 }
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-stdio-include.patch
-       epatch "${FILESDIR}"/${P}-freetype-2.5.1.patch
+       epatch "${FILESDIR}"/${P}-stdio-include.patch \
+               "${FILESDIR}"/${P}-freetype-2.5.1.patch \
+               "${FILESDIR}"/${P}-bison3.patch
        eautoreconf
        gnome2_src_prepare
 




Reply via email to