Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/povray: povray-3.7.0_rc3.ebuild ChangeLog povray-3.7.0_rc5-r1.ebuild
Date: Mon, 04 Mar 2013 19:08:41
Message-Id: 20130304190838.1629E2171D@flycatcher.gentoo.org
1 ottxor 13/03/04 19:08:37
2
3 Modified: povray-3.7.0_rc3.ebuild ChangeLog
4 Removed: povray-3.7.0_rc5-r1.ebuild
5 Log:
6 fixed build with boost-1.52 (bug #460238), also broken intermediate version
7
8 (Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key C2000586)
9
10 Revision Changes Path
11 1.11 media-gfx/povray/povray-3.7.0_rc3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild?r1=1.10&r2=1.11
16
17 Index: povray-3.7.0_rc3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- povray-3.7.0_rc3.ebuild 17 Nov 2011 17:02:27 -0000 1.10
24 +++ povray-3.7.0_rc3.ebuild 4 Mar 2013 19:08:37 -0000 1.11
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild,v 1.10 2011/11/17 17:02:27 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild,v 1.11 2013/03/04 19:08:37 ottxor Exp $
31
32 EAPI="3"
33
34 @@ -78,6 +78,10 @@
35 append-flags -DPOVLIBDIR=\\\"${EROOT}usr/share/${PN}\\\"
36 append-flags -DPOVCONFDIR=\\\"${EROOT}etc/${PN}\\\"
37
38 + #460238, included in the patch for povray-3.7.0_rc6
39 + has_version ">=dev-libs/boost-1.52" && \
40 + append-flags "-lboost_system" "-lboost_date_time" "-DTIME_UTC=TIME_UTC_"
41 +
42 if ! use tiff ; then
43 non_redist_conf="NON_REDISTRIBUTABLE_BUILD=yes"
44 else
45
46
47
48 1.143 media-gfx/povray/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/povray/ChangeLog?rev=1.143&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/povray/ChangeLog?rev=1.143&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/povray/ChangeLog?r1=1.142&r2=1.143
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-gfx/povray/ChangeLog,v
57 retrieving revision 1.142
58 retrieving revision 1.143
59 diff -u -r1.142 -r1.143
60 --- ChangeLog 2 Mar 2013 00:49:41 -0000 1.142
61 +++ ChangeLog 4 Mar 2013 19:08:37 -0000 1.143
62 @@ -1,6 +1,10 @@
63 # ChangeLog for media-gfx/povray
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/ChangeLog,v 1.142 2013/03/02 00:49:41 ottxor Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/ChangeLog,v 1.143 2013/03/04 19:08:37 ottxor Exp $
67 +
68 + 04 Mar 2013; Christoph Junghans <ottxor@g.o>
69 + -povray-3.7.0_rc5-r1.ebuild, povray-3.7.0_rc3.ebuild:
70 + fixed build with boost-1.52 (bug #460238), also broken intermediate version
71
72 02 Mar 2013; Christoph Junghans <ottxor@g.o> povray-3.7.0_rc6.ebuild:
73 added epatch_user to src_prepare