Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@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: Fri, 03 Feb 2012 14:51:47
Message-Id: 20120203145137.EFB772004B@flycatcher.gentoo.org
1 jlec 12/02/03 14:51:37
2
3 Modified: ChangeLog libgnomeprint-2.18.8.ebuild
4 Log:
5 Include missing header patch, thanks Rolf S. Arvidson for the patch, #383243
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.191 gnome-base/libgnomeprint/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.191&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.191&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.190&r2=1.191
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
19 retrieving revision 1.190
20 retrieving revision 1.191
21 diff -u -r1.190 -r1.191
22 --- ChangeLog 2 Oct 2011 20:40:20 -0000 1.190
23 +++ ChangeLog 3 Feb 2012 14:51:37 -0000 1.191
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-base/libgnomeprint
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.190 2011/10/02 20:40:20 pacho Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.191 2012/02/03 14:51:37 jlec Exp $
30 +
31 + 03 Feb 2012; Justin Lecher <jlec@g.o> libgnomeprint-2.18.8.ebuild,
32 + +files/libgnomeprint-2.18.8-stdio-include.patch:
33 + Include missing header patch, thanks Rolf S. Arvidson for the patch, #383243
34
35 02 Oct 2011; Pacho Ramos <pacho@g.o> -libgnomeprint-2.18.7.ebuild,
36 libgnomeprint-2.18.8.ebuild:
37
38
39
40 1.8 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.8&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?r1=1.7&r2=1.8
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.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- libgnomeprint-2.18.8.ebuild 2 Oct 2011 20:40:20 -0000 1.7
53 +++ libgnomeprint-2.18.8.ebuild 3 Feb 2012 14:51:37 -0000 1.8
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.7 2011/10/02 20:40:20 pacho Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.8 2012/02/03 14:51:37 jlec Exp $
60
61 EAPI="3"
62 GCONF_DEBUG="no"
63 @@ -44,6 +44,7 @@
64 }
65
66 src_prepare() {
67 + epatch "${FILESDIR}"/${P}-stdio-include.patch
68 gnome2_src_prepare
69
70 # Drop DEPRECATED flags, bug #384807