Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.10.2-r1.ebuild ChangeLog
Date: Tue, 26 Feb 2013 20:33:16
Message-Id: 20130226203313.154742171D@flycatcher.gentoo.org
1 mgorny 13/02/26 20:33:13
2
3 Modified: fontconfig-2.10.2-r1.ebuild ChangeLog
4 Log:
5 Drop removed --with-freetype-config. Fontconfig uses pkg-config now.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
8
9 Revision Changes Path
10 1.2 media-libs/fontconfig/fontconfig-2.10.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: fontconfig-2.10.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fontconfig-2.10.2-r1.ebuild 25 Feb 2013 22:38:16 -0000 1.1
23 +++ fontconfig-2.10.2-r1.ebuild 26 Feb 2013 20:33:12 -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.10.2-r1.ebuild,v 1.1 2013/02/25 22:38:16 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.10.2-r1.ebuild,v 1.2 2013/02/26 20:33:12 mgorny Exp $
29
30 EAPI=5
31
32 @@ -56,7 +56,6 @@
33 --with-default-fonts=/usr/share/fonts
34 --with-add-fonts=/usr/local/share/fonts
35 --with-templatedir=/etc/fonts/conf.avail
36 - --with-freetype-config="$(tc-getPKG_CONFIG) freetype2"
37 )
38
39 autotools-multilib_src_configure
40
41
42
43 1.166 media-libs/fontconfig/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.166&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.166&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.165&r2=1.166
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
52 retrieving revision 1.165
53 retrieving revision 1.166
54 diff -u -r1.165 -r1.166
55 --- ChangeLog 25 Feb 2013 22:38:16 -0000 1.165
56 +++ ChangeLog 26 Feb 2013 20:33:12 -0000 1.166
57 @@ -1,6 +1,9 @@
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.165 2013/02/25 22:38:16 mgorny Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.166 2013/02/26 20:33:12 mgorny Exp $
62 +
63 + 26 Feb 2013; Michał Górny <mgorny@g.o> fontconfig-2.10.2-r1.ebuild:
64 + Drop removed --with-freetype-config. Fontconfig uses pkg-config now.
65
66 *fontconfig-2.10.2-r1 (25 Feb 2013)