Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/ted: ted-2.23.ebuild ChangeLog
Date: Tue, 02 Sep 2014 11:13:11
Message-Id: 20140902111308.6C3FB482F@oystercatcher.gentoo.org
1 pacho 14/09/02 11:13:08
2
3 Modified: ted-2.23.ebuild ChangeLog
4 Log:
5 Fix build with freetype-2.5
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.6 app-editors/ted/ted-2.23.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.23.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.23.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ted-2.23.ebuild?r1=1.5&r2=1.6
15
16 Index: ted-2.23.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.23.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ted-2.23.ebuild 29 Jun 2013 16:25:48 -0000 1.5
23 +++ ted-2.23.ebuild 2 Sep 2014 11:13:08 -0000 1.6
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/app-editors/ted/ted-2.23.ebuild,v 1.5 2013/06/29 16:25:48 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.23.ebuild,v 1.6 2014/09/02 11:13:08 pacho Exp $
30
31 EAPI=5
32 inherit eutils toolchain-funcs
33 @@ -40,6 +40,9 @@
34 -e '/strip/d' \
35 tedPackage/makefile.in || die 'sed failed on tedPackage/makefile.in'
36
37 + # Fix build with freetype-2.5
38 + sed -i "s|^\(#[ \t]*include[ \t]*<\)freetype/|\1|" appFrame/appFontConfig.c || die
39 +
40 mkdir lib || die
41 }
42
43
44
45
46 1.64 app-editors/ted/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ChangeLog?rev=1.64&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ChangeLog?rev=1.64&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ted/ChangeLog?r1=1.63&r2=1.64
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v
55 retrieving revision 1.63
56 retrieving revision 1.64
57 diff -u -r1.63 -r1.64
58 --- ChangeLog 3 Jul 2013 07:46:23 -0000 1.63
59 +++ ChangeLog 2 Sep 2014 11:13:08 -0000 1.64
60 @@ -1,6 +1,9 @@
61 # ChangeLog for app-editors/ted
62 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.63 2013/07/03 07:46:23 kensington Exp $
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.64 2014/09/02 11:13:08 pacho Exp $
66 +
67 + 02 Sep 2014; Pacho Ramos <pacho@g.o> ted-2.23.ebuild:
68 + Fix build with freetype-2.5
69
70 03 Jul 2013; Michael Palimaka <kensington@g.o>
71 -files/ted-2.21-make.patch, -ted-2.22.ebuild: