Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/yafaray: ChangeLog yafaray-0.1.1.ebuild
Date: Sat, 02 Jan 2010 13:48:14
Message-Id: E1NR4Kv-0002dC-Fs@stork.gentoo.org
1 maekke 10/01/02 13:48:09
2
3 Modified: ChangeLog yafaray-0.1.1.ebuild
4 Log:
5 respect $CXXFLAGS by Killian De Volder in bug #299185
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 media-gfx/yafaray/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafaray/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafaray/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafaray/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/yafaray/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 21 Sep 2009 15:55:39 -0000 1.1
22 +++ ChangeLog 2 Jan 2010 13:48:09 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-gfx/yafaray
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafaray/ChangeLog,v 1.1 2009/09/21 15:55:39 maekke Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafaray/ChangeLog,v 1.2 2010/01/02 13:48:09 maekke Exp $
29 +
30 + 02 Jan 2010; Markus Meier <maekke@g.o> yafaray-0.1.1.ebuild:
31 + respect $CXXFLAGS by Killian De Volder in bug #299185
32
33 *yafaray-0.1.1 (21 Sep 2009)
34
35
36
37
38 1.2 media-gfx/yafaray/yafaray-0.1.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafaray/yafaray-0.1.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafaray/yafaray-0.1.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/yafaray/yafaray-0.1.1.ebuild?r1=1.1&r2=1.2
43
44 Index: yafaray-0.1.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-gfx/yafaray/yafaray-0.1.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- yafaray-0.1.1.ebuild 21 Sep 2009 15:55:39 -0000 1.1
51 +++ yafaray-0.1.1.ebuild 2 Jan 2010 13:48:09 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafaray/yafaray-0.1.1.ebuild,v 1.1 2009/09/21 15:55:39 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafaray/yafaray-0.1.1.ebuild,v 1.2 2010/01/02 13:48:09 maekke Exp $
58
59 EAPI=2
60 MY_PN="YafaRay"
61 @@ -53,6 +53,7 @@
62 }
63
64 src_configure() {
65 + user_config "CCFLAGS=\"${CXXFLAGS}\""
66 user_config "PREFIX=\"${D}/usr\""
67 user_config "BASE_LPATH=\"/usr/$(get_libdir)/\""
68 user_config "YF_LIBOUT=\"\${PREFIX}/$(get_libdir)/\""