public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/icc: icc-11.1.056-r1.ebuild
@ 2010-04-23  6:31 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2010-04-23  6:31 UTC (permalink / raw
  To: gentoo-commits

jlec        10/04/23 06:31:27

  Modified:             icc-11.1.056-r1.ebuild
  Log:
  Fix Sandbox Violations on non prefixed arches part II
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-lang/icc/icc-11.1.056-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?r1=1.2&r2=1.3

Index: icc-11.1.056-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icc-11.1.056-r1.ebuild	23 Apr 2010 06:17:28 -0000	1.2
+++ icc-11.1.056-r1.ebuild	23 Apr 2010 06:31:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.3 2010/04/23 06:31:27 jlec Exp $
 
 EAPI="3"
 
@@ -31,8 +31,7 @@
 	amd64? ( app-emulation/emul-linux-x86-compat )
 	eclipse? ( >=dev-util/eclipse-sdk-3.4 )"
 
-DESTINATION="${EPREFIX#/}/opt/intel/Compiler/${RELEASE}/${BUILD}"
-DESTINATION="${DESTINATION#/}"
+DESTINATION="opt/intel/Compiler/${RELEASE}/${BUILD}"
 
 pkg_setup() {
 	CHECKREQS_MEMORY=1024






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/icc: icc-11.1.056-r1.ebuild
@ 2010-04-23  6:35 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2010-04-23  6:35 UTC (permalink / raw
  To: gentoo-commits

jlec        10/04/23 06:35:47

  Modified:             icc-11.1.056-r1.ebuild
  Log:
  Fix Sandbox Violations on non prefixed arches part III
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-lang/icc/icc-11.1.056-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?r1=1.3&r2=1.4

Index: icc-11.1.056-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icc-11.1.056-r1.ebuild	23 Apr 2010 06:31:27 -0000	1.3
+++ icc-11.1.056-r1.ebuild	23 Apr 2010 06:35:47 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.3 2010/04/23 06:31:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.4 2010/04/23 06:35:47 jlec Exp $
 
 EAPI="3"
 
@@ -107,7 +107,7 @@
 
 	keepdir /opt/intel/licenses
 	einfo "Copying files"
-	dodir "${DESTINATION}"
+	dodir "${EROOT}${DESTINATION}"
 	cp -pPR \
 		${DESTINATION}/* \
 		"${ED}"/${DESTINATION}/ \






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/icc: icc-11.1.056-r1.ebuild
@ 2010-04-23  7:45 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2010-04-23  7:45 UTC (permalink / raw
  To: gentoo-commits

jlec        10/04/23 07:45:59

  Modified:             icc-11.1.056-r1.ebuild
  Log:
  Don't use EROOT with helper functions
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-lang/icc/icc-11.1.056-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild?r1=1.4&r2=1.5

Index: icc-11.1.056-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- icc-11.1.056-r1.ebuild	23 Apr 2010 06:35:47 -0000	1.4
+++ icc-11.1.056-r1.ebuild	23 Apr 2010 07:45:59 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.4 2010/04/23 06:35:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.5 2010/04/23 07:45:59 jlec Exp $
 
 EAPI="3"
 
@@ -107,7 +107,7 @@
 
 	keepdir /opt/intel/licenses
 	einfo "Copying files"
-	dodir "${EROOT}${DESTINATION}"
+	dodir "/${DESTINATION}"
 	cp -pPR \
 		${DESTINATION}/* \
 		"${ED}"/${DESTINATION}/ \






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-23  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23  6:35 [gentoo-commits] gentoo-x86 commit in dev-lang/icc: icc-11.1.056-r1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-23  7:45 Justin Lecher (jlec)
2010-04-23  6:31 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox