Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: ifc-10.0.026-r1.ebuild ChangeLog
Date: Thu, 08 Nov 2007 16:24:31
Message-Id: E1IqAB7-0002J1-FN@stork.gentoo.org
1 bicatali 07/11/08 16:24:25
2
3 Modified: ifc-10.0.026-r1.ebuild ChangeLog
4 Log:
5 removed bash specific 'export -n' in script execs.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.7 dev-lang/ifc/ifc-10.0.026-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild?r1=1.6&r2=1.7
14
15 Index: ifc-10.0.026-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ifc-10.0.026-r1.ebuild 7 Nov 2007 18:53:40 -0000 1.6
22 +++ ifc-10.0.026-r1.ebuild 8 Nov 2007 16:24:24 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.6 2007/11/07 18:53:40 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.7 2007/11/08 16:24:24 bicatali Exp $
28
29 inherit rpm
30
31 @@ -58,6 +58,7 @@
32 einfo "Fixing paths and tagging"
33 cd "${S}"/${INSTALL_DIR}/bin
34 sed -e "s|<INSTALLDIR>|${INSTALL_DIR}|g" \
35 + -e 's|export -n IA32ROOT;||g' \
36 -i ${PEXEC} *sh \
37 || die "sed fixing path failed"
38
39
40
41
42 1.35 dev-lang/ifc/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.35&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.35&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.34&r2=1.35
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
51 retrieving revision 1.34
52 retrieving revision 1.35
53 diff -u -r1.34 -r1.35
54 --- ChangeLog 7 Nov 2007 18:53:40 -0000 1.34
55 +++ ChangeLog 8 Nov 2007 16:24:24 -0000 1.35
56 @@ -1,6 +1,10 @@
57 # ChangeLog for dev-lang/ifc
58 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.34 2007/11/07 18:53:40 angelos Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.35 2007/11/08 16:24:24 bicatali Exp $
61 +
62 + 08 Nov 2007; Sébastien Fabbro <bicatali@g.o>
63 + ifc-10.0.026-r1.ebuild:
64 + removed bash specific 'export -n' in script execs.
65
66 07 Nov 2007; Christoph Mende <angelos@g.o> ifc-10.0.026-r1.ebuild:
67 Stable on amd64 wrt bug #197977
68
69
70
71 --
72 gentoo-commits@g.o mailing list