Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/lazarus: lazarus-0.9.26-r3.ebuild ChangeLog
Date: Thu, 25 Jun 2009 20:36:53
Message-Id: E1MJvgh-0007ig-3C@stork.gentoo.org
1 truedfx 09/06/25 20:36:51
2
3 Modified: lazarus-0.9.26-r3.ebuild ChangeLog
4 Log:
5 Don't try to create fp config files in /usr during build (bug #274518 by Paul Hartman)
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 dev-lang/lazarus/lazarus-0.9.26-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/lazarus/lazarus-0.9.26-r3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/lazarus/lazarus-0.9.26-r3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/lazarus/lazarus-0.9.26-r3.ebuild?r1=1.3&r2=1.4
14
15 Index: lazarus-0.9.26-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/lazarus/lazarus-0.9.26-r3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- lazarus-0.9.26-r3.ebuild 9 Jun 2009 21:08:05 -0000 1.3
22 +++ lazarus-0.9.26-r3.ebuild 25 Jun 2009 20:36:51 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lazarus/lazarus-0.9.26-r3.ebuild,v 1.3 2009/06/09 21:08:05 truedfx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lazarus/lazarus-0.9.26-r3.ebuild,v 1.4 2009/06/25 20:36:51 truedfx Exp $
28
29 EAPI=2
30
31 @@ -34,7 +34,8 @@
32 if ! test ${PPC_CONFIG_PATH+set} ; then
33 local FPCVER=$(fpc -iV)
34 export PPC_CONFIG_PATH="${WORKDIR}"
35 - /usr/lib/fpc/${FPCVER}/samplecfg /usr/lib/fpc/${FPCVER} "${PPC_CONFIG_PATH}" || die
36 + sed -e 's/^FPBIN=/#&/' /usr/lib/fpc/${FPCVER}/samplecfg |
37 + sh -s /usr/lib/fpc/${FPCVER} "${PPC_CONFIG_PATH}" || die
38 sed -i -e '/^-Xs/d' "${PPC_CONFIG_PATH}"/fpc.cfg || die
39 fi
40 }
41
42
43
44 1.29 dev-lang/lazarus/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/lazarus/ChangeLog?rev=1.29&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/lazarus/ChangeLog?rev=1.29&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/lazarus/ChangeLog?r1=1.28&r2=1.29
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/lazarus/ChangeLog,v
53 retrieving revision 1.28
54 retrieving revision 1.29
55 diff -u -r1.28 -r1.29
56 --- ChangeLog 9 Jun 2009 21:04:09 -0000 1.28
57 +++ ChangeLog 25 Jun 2009 20:36:51 -0000 1.29
58 @@ -1,6 +1,11 @@
59 # ChangeLog for dev-lang/lazarus
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lazarus/ChangeLog,v 1.28 2009/06/09 21:04:09 truedfx Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lazarus/ChangeLog,v 1.29 2009/06/25 20:36:51 truedfx Exp $
63 +
64 + 25 Jun 2009; Harald van Dijk <truedfx@g.o>
65 + lazarus-0.9.26-r3.ebuild:
66 + Don't try to create fp config files in /usr during build (bug #274518 by
67 + Paul Hartman)
68
69 09 Jun 2009; Harald van Dijk <truedfx@g.o>
70 lazarus-0.9.26-r3.ebuild: