Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/icc: icc-11.1.056-r1.ebuild ChangeLog
Date: Fri, 23 Apr 2010 06:17:35
Message-Id: 20100423061729.06D6C28AEE@corvid.gentoo.org
1 jlec 10/04/23 06:17:28
2
3 Modified: icc-11.1.056-r1.ebuild ChangeLog
4 Log:
5 Fix Sandbox Violations on non prefixed arches
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-lang/icc/icc-11.1.056-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: icc-11.1.056-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- icc-11.1.056-r1.ebuild 22 Apr 2010 09:22:56 -0000 1.1
22 +++ icc-11.1.056-r1.ebuild 23 Apr 2010 06:17:28 -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/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.1 2010/04/22 09:22:56 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.2 2010/04/23 06:17:28 jlec Exp $
28
29 EAPI="3"
30
31 @@ -32,6 +32,7 @@
32 eclipse? ( >=dev-util/eclipse-sdk-3.4 )"
33
34 DESTINATION="${EPREFIX#/}/opt/intel/Compiler/${RELEASE}/${BUILD}"
35 +DESTINATION="${DESTINATION#/}"
36
37 pkg_setup() {
38 CHECKREQS_MEMORY=1024
39 @@ -72,11 +73,11 @@
40 dodir /usr/$(get_libdir)/eclipse-${ECLIPSE_V}/features
41
42 for f in "${DESTINATION}/eclipse_support/cdt${CDT_V}/eclipse/plugins"/*; do
43 - dosym "${ROOT}${f}" /usr/$(get_libdir)/eclipse-${ECLIPSE_V}/plugins
44 + dosym "${EROOT}${f}" /usr/$(get_libdir)/eclipse-${ECLIPSE_V}/plugins
45 done
46
47 for f in "${DESTINATION}/eclipse_support/cdt${CDT_V}/eclipse/features"/*; do
48 - dosym "${ROOT}${f}" /usr/$(get_libdir)/eclipse-${ECLIPSE_V}/features
49 + dosym "${EROOT}${f}" /usr/$(get_libdir)/eclipse-${ECLIPSE_V}/features
50 done
51 eend $?
52 }
53 @@ -88,7 +89,7 @@
54 # extract the tag function from the original install
55 sed -n \
56 -e "s|find \$DESTINATION|find ${DESTINATION}|g" \
57 - -e "s|@\$DESTINATION|@${ROOT}${DESTINATION}|g" \
58 + -e "s|@\$DESTINATION|@${EROOT}${DESTINATION}|g" \
59 -e '/^UNTAG_CFG_FILES[[:space:]]*(/,/^}/p' \
60 pset/install_cc.sh > tag.sh || die
61 # fix world writeable files
62
63
64
65 1.78 dev-lang/icc/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/ChangeLog?rev=1.78&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/ChangeLog?rev=1.78&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/ChangeLog?r1=1.77&r2=1.78
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v
74 retrieving revision 1.77
75 retrieving revision 1.78
76 diff -u -r1.77 -r1.78
77 --- ChangeLog 22 Apr 2010 09:22:56 -0000 1.77
78 +++ ChangeLog 23 Apr 2010 06:17:28 -0000 1.78
79 @@ -1,6 +1,9 @@
80 # ChangeLog for dev-lang/icc
81 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.77 2010/04/22 09:22:56 jlec Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.78 2010/04/23 06:17:28 jlec Exp $
84 +
85 + 23 Apr 2010; Justin Lecher <jlec@g.o> icc-11.1.056-r1.ebuild:
86 + Fix Sandbox Violations on non prefixed arches
87
88 *icc-11.1.056-r1 (22 Apr 2010)