Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils: splashutils-1.5.4.4-r4.ebuild ChangeLog
Date: Tue, 26 Aug 2014 10:22:37
Message-Id: 20140826102231.22B033EB8@oystercatcher.gentoo.org
1 slyfox 14/08/26 10:22:31
2
3 Modified: splashutils-1.5.4.4-r4.ebuild ChangeLog
4 Log:
5 Fix build failure against stable freetype (bug #506124 by Nathan Caldwell and others, fix by Lars Wendler).
6
7 (Portage version: 2.2.12_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.2 media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild?r1=1.1&r2=1.2
15
16 Index: splashutils-1.5.4.4-r4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- splashutils-1.5.4.4-r4.ebuild 14 Oct 2013 13:50:25 -0000 1.1
23 +++ splashutils-1.5.4.4-r4.ebuild 26 Aug 2014 10:22:31 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 1.1 2013/10/14 13:50:25 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 1.2 2014/08/26 10:22:31 slyfox Exp $
30
31 EAPI=5
32 inherit autotools eutils multilib toolchain-funcs
33 @@ -88,6 +88,8 @@
34 if use truetype ; then
35 cd "${SM}"
36 epatch "${FILESDIR}/splashutils-1.5.4.4-freetype-bz2.patch"
37 + #cd "${S}"
38 + epatch "${FILESDIR}/splashutils-1.5.4.4-ft25.patch"
39 fi
40
41 cd "${S}"
42
43
44
45 1.223 media-gfx/splashutils/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.223&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.223&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.222&r2=1.223
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
54 retrieving revision 1.222
55 retrieving revision 1.223
56 diff -u -r1.222 -r1.223
57 --- ChangeLog 10 Aug 2014 21:16:18 -0000 1.222
58 +++ ChangeLog 26 Aug 2014 10:22:31 -0000 1.223
59 @@ -1,6 +1,11 @@
60 # ChangeLog for media-gfx/splashutils
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.222 2014/08/10 21:16:18 slyfox Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.223 2014/08/26 10:22:31 slyfox Exp $
64 +
65 + 26 Aug 2014; Sergei Trofimovich <slyfox@g.o>
66 + +files/splashutils-1.5.4.4-ft25.patch, splashutils-1.5.4.4-r4.ebuild:
67 + Fix build failure against stable freetype (bug #506124 by Nathan Caldwell and
68 + others, fix by Lars Wendler).
69
70 10 Aug 2014; Sergei Trofimovich <slyfox@g.o>
71 splashutils-1.5.4.4-r1.ebuild, splashutils-1.5.4.4-r2.ebuild: