Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/coin: coin-3.1.3.ebuild ChangeLog
Date: Fri, 25 Jun 2010 21:26:58
Message-Id: 20100625212652.729C02CF69@corvid.gentoo.org
1 reavertm 10/06/25 21:26:52
2
3 Modified: coin-3.1.3.ebuild ChangeLog
4 Log:
5 Try harder to use system expat
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-libs/coin/coin-3.1.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/coin-3.1.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/coin-3.1.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/coin-3.1.3.ebuild?r1=1.1&r2=1.2
14
15 Index: coin-3.1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- coin-3.1.3.ebuild 25 Jun 2010 20:26:39 -0000 1.1
22 +++ coin-3.1.3.ebuild 25 Jun 2010 21:26:52 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3.ebuild,v 1.1 2010/06/25 20:26:39 reavertm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3.ebuild,v 1.2 2010/06/25 21:26:52 reavertm Exp $
28
29 EAPI=2
30
31 @@ -50,7 +50,8 @@
32
33 src_configure() {
34 MANDIR=/usr/share/Coin/man
35 - append-cppflags -I/usr/include/freetype2
36 + # Unforunately it links to static expat...
37 + append-cppflags -I/usr/include/freetype2 -DUSE_SYSTEM_EXPAT
38 # Prefer link-time linking over dlopen
39 econf \
40 htmldir="/usr/share/doc/${PF}/html" \
41
42
43
44 1.32 media-libs/coin/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.32&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.32&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?r1=1.31&r2=1.32
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v
53 retrieving revision 1.31
54 retrieving revision 1.32
55 diff -u -r1.31 -r1.32
56 --- ChangeLog 25 Jun 2010 20:26:39 -0000 1.31
57 +++ ChangeLog 25 Jun 2010 21:26:52 -0000 1.32
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-libs/coin
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.31 2010/06/25 20:26:39 reavertm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.32 2010/06/25 21:26:52 reavertm Exp $
63 +
64 + 25 Jun 2010; Maciej Mrozowski <reavertm@g.o> coin-3.1.3.ebuild:
65 + Try harder to use system expat
66
67 *coin-3.1.3 (25 Jun 2010)