Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils: ChangeLog splashutils-1.5.4.3-r3.ebuild
Date: Sun, 28 Nov 2010 20:29:42
Message-Id: 20101128202928.1CD8820051@flycatcher.gentoo.org
1 spock 10/11/28 20:29:28
2
3 Modified: ChangeLog splashutils-1.5.4.3-r3.ebuild
4 Log:
5 Add a fix for bug #346339.
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.184 media-gfx/splashutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.184&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.184&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.183&r2=1.184
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
19 retrieving revision 1.183
20 retrieving revision 1.184
21 diff -u -r1.183 -r1.184
22 --- ChangeLog 10 Oct 2010 12:52:04 -0000 1.183
23 +++ ChangeLog 28 Nov 2010 20:29:27 -0000 1.184
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-gfx/splashutils
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.183 2010/10/10 12:52:04 spock Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.184 2010/11/28 20:29:27 spock Exp $
29 +
30 + 28 Nov 2010; Michał Januszewski <spock@g.o>
31 + splashutils-1.5.4.3-r3.ebuild:
32 + Add a fix for bug #346339.
33
34 10 Oct 2010; Michał Januszewski <spock@g.o>
35 splashutils-1.5.4.3-r3.ebuild,
36
37
38
39 1.9 media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?r1=1.8&r2=1.9
44
45 Index: splashutils-1.5.4.3-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- splashutils-1.5.4.3-r3.ebuild 10 Oct 2010 12:52:04 -0000 1.8
52 +++ splashutils-1.5.4.3-r3.ebuild 28 Nov 2010 20:29:27 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.8 2010/10/10 12:52:04 spock Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.9 2010/11/28 20:29:27 spock Exp $
58
59 EAPI="2"
60
61 @@ -107,6 +107,12 @@
62 epatch "${FILESDIR}"/initrd.splash-cmp-str-instead-of-int.patch
63 cd "${S}"
64
65 + # Latest version of klibc defined its own version of ferror, so there is
66 + # not need for the hack in klibc_compat.h
67 + if has_version ">=dev-libs/klibc-1.5.20"; then
68 + echo > "libs/klibc_compat.h"
69 + fi
70 +
71 rm -f m4/*
72 eautoreconf
73 }