Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.11.0.ebuild ChangeLog
Date: Sun, 01 Dec 2013 19:19:42
Message-Id: 20131201191939.93CB62004B@flycatcher.gentoo.org
1 grobian 13/12/01 19:19:39
2
3 Modified: fontconfig-2.11.0.ebuild ChangeLog
4 Log:
5 Fix compilation on Solaris
6
7 (Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.2 media-libs/fontconfig/fontconfig-2.11.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.0.ebuild?r1=1.1&r2=1.2
15
16 Index: fontconfig-2.11.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fontconfig-2.11.0.ebuild 21 Oct 2013 04:13:31 -0000 1.1
23 +++ fontconfig-2.11.0.ebuild 1 Dec 2013 19:19:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.0.ebuild,v 1.1 2013/10/21 04:13:31 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.0.ebuild,v 1.2 2013/12/01 19:19:39 grobian Exp $
29
30 EAPI=5
31 AUTOTOOLS_AUTORECONF=yes
32 @@ -34,6 +34,7 @@
33 PATCHES=(
34 "${FILESDIR}"/${PN}-2.7.1-latin-reorder.patch # 130466
35 "${FILESDIR}"/${PN}-2.10.2-docbook.patch # 310157
36 + "${FILESDIR}"/${PN}-2.11.0-solaris.patch
37 )
38
39 pkg_setup() {
40
41
42
43 1.188 media-libs/fontconfig/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.188&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.188&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.187&r2=1.188
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
52 retrieving revision 1.187
53 retrieving revision 1.188
54 diff -u -r1.187 -r1.188
55 --- ChangeLog 21 Oct 2013 04:13:31 -0000 1.187
56 +++ ChangeLog 1 Dec 2013 19:19:39 -0000 1.188
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-libs/fontconfig
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.187 2013/10/21 04:13:31 yngwin Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.188 2013/12/01 19:19:39 grobian Exp $
62 +
63 + 01 Dec 2013; Fabian Groffen <grobian@g.o>
64 + +files/fontconfig-2.11.0-solaris.patch, fontconfig-2.11.0.ebuild:
65 + Fix compilation on Solaris
66
67 *fontconfig-2.11.0 (21 Oct 2013)