Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/raster3d: raster3d-2.9.1.ebuild ChangeLog
Date: Thu, 01 Apr 2010 19:58:37
Message-Id: E1NxQXA-0001nd-Gb@stork.gentoo.org
1 jlec 10/04/01 19:58:32
2
3 Modified: raster3d-2.9.1.ebuild ChangeLog
4 Log:
5 Fixed Prefix support, #312117
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-chemistry/raster3d/raster3d-2.9.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/raster3d-2.9.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/raster3d-2.9.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/raster3d-2.9.1.ebuild?r1=1.1&r2=1.2
14
15 Index: raster3d-2.9.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.9.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- raster3d-2.9.1.ebuild 28 Mar 2010 10:27:42 -0000 1.1
22 +++ raster3d-2.9.1.ebuild 1 Apr 2010 19:58:32 -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/sci-chemistry/raster3d/raster3d-2.9.1.ebuild,v 1.1 2010/03/28 10:27:42 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.9.1.ebuild,v 1.2 2010/04/01 19:58:32 jlec Exp $
28
29 EAPI="3"
30
31 @@ -66,7 +66,7 @@
32
33 dodir /etc/env.d
34 echo -e "R3D_LIB=${EPREFIX}/usr/share/${NAME}/materials" > \
35 - "${D}"/etc/env.d/10raster3d || \
36 + "${ED}"/etc/env.d/10raster3d || \
37 die "Failed to install env file."
38 }
39
40
41
42
43 1.18 sci-chemistry/raster3d/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.18&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.18&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/ChangeLog?r1=1.17&r2=1.18
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v
52 retrieving revision 1.17
53 retrieving revision 1.18
54 diff -u -r1.17 -r1.18
55 --- ChangeLog 28 Mar 2010 10:27:42 -0000 1.17
56 +++ ChangeLog 1 Apr 2010 19:58:32 -0000 1.18
57 @@ -1,13 +1,16 @@
58 # ChangeLog for sci-chemistry/raster3d
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.17 2010/03/28 10:27:42 jlec Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.18 2010/04/01 19:58:32 jlec Exp $
62 +
63 + 01 Apr 2010; Justin Lecher <jlec@g.o> raster3d-2.9.1.ebuild:
64 + Fixed Prefix support, #312117
65
66 *raster3d-2.9.1 (28 Mar 2010)
67
68 28 Mar 2010; Justin Lecher (jlec) <jlec@g.o>
69 +files/2.9.1-as-needed.patch, +raster3d-2.9.1.ebuild, metadata.xml:
70 - Version BUmp, keyworded for ~*-linux, as-needed aware linking, removed
71 - unneded imake DEPEND
72 + Version Bump, keyworded for ~*-linux, as-needed aware linking, removed
73 + uneeded imake DEPEND
74
75 16 Oct 2008; Markus Dittrich <markusle@g.o> raster3d-2.7s.ebuild, raster3d-2.7d.ebuild:
76 Added -ffixed-line-length-132 to FFLAGS to avoid gcc-4.1.2 errors