Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: ChangeLog fontconfig-2.5.93.ebuild
Date: Fri, 30 May 2008 18:53:52
Message-Id: E1K29jW-0003vd-Qb@stork.gentoo.org
1 aballier 08/05/30 18:53:46
2
3 Modified: ChangeLog fontconfig-2.5.93.ebuild
4 Log:
5 Readd libtoolize call for fbsd
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.113 media-libs/fontconfig/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.113&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.113&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.112&r2=1.113
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
18 retrieving revision 1.112
19 retrieving revision 1.113
20 diff -u -r1.112 -r1.113
21 --- ChangeLog 25 May 2008 09:15:44 -0000 1.112
22 +++ ChangeLog 30 May 2008 18:53:46 -0000 1.113
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/fontconfig
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.112 2008/05/25 09:15:44 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.113 2008/05/30 18:53:46 aballier Exp $
28 +
29 + 30 May 2008; Alexis Ballier <aballier@g.o>
30 + fontconfig-2.5.93.ebuild:
31 + Readd libtoolize call for fbsd
32
33 *fontconfig-2.5.93 (25 May 2008)
34
35
36
37
38 1.2 media-libs/fontconfig/fontconfig-2.5.93.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.5.93.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.5.93.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.5.93.ebuild?r1=1.1&r2=1.2
43
44 Index: fontconfig-2.5.93.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.5.93.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- fontconfig-2.5.93.ebuild 25 May 2008 09:15:44 -0000 1.1
51 +++ fontconfig-2.5.93.ebuild 30 May 2008 18:53:46 -0000 1.2
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.5.93.ebuild,v 1.1 2008/05/25 09:15:44 dirtyepic Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.5.93.ebuild,v 1.2 2008/05/30 18:53:46 aballier Exp $
57
58 -inherit eutils
59 +inherit eutils libtool
60
61 DESCRIPTION="A library for configuring and customizing font access"
62 HOMEPAGE="http://fontconfig.org/"
63 @@ -26,6 +26,10 @@
64 cd "${S}"
65
66 epunt_cxx #74077
67 + # Neeeded to get a sane .so versionning on fbsd, please dont drop
68 + # If you have to run eautoreconf, you can also leave the elibtoolize call as
69 + # it will be a no-op.
70 + elibtoolize
71 }
72
73 src_compile() {
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list