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

jlec        10/04/23 07:46:36

  Modified:             ifc-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.2                  dev-lang/ifc/ifc-11.1.056-r1.ebuild

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

Index: ifc-11.1.056-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.056-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ifc-11.1.056-r1.ebuild	22 Apr 2010 09:17:35 -0000	1.1
+++ ifc-11.1.056-r1.ebuild	23 Apr 2010 07:46:36 -0000	1.2
@@ -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/ifc/ifc-11.1.056-r1.ebuild,v 1.1 2010/04/22 09:17:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.056-r1.ebuild,v 1.2 2010/04/23 07:46:36 jlec Exp $
 
 EAPI="3"
 
@@ -30,7 +30,7 @@
 RDEPEND="~virtual/libstdc++-3.3
 	amd64? ( app-emulation/emul-linux-x86-compat )"
 
-DESTINATION="${EPRFIX#/}/opt/intel/Compiler/${RELEASE}/${BUILD}"
+DESTINATION="opt/intel/Compiler/${RELEASE}/${BUILD}"
 
 QA_TEXTRELS="${DESTINATION}/*"
 QA_EXECSTACK="${DESTINATION}/*"
@@ -70,7 +70,7 @@
 	# extract the tag function from the original install
 	sed -n \
 		-e "s|find \$DESTINATION|find ${DESTINATION}|g" \
-		-e "s|@\$DESTINATION|@${ROOT}${DESTINATION}|g" \
+		-e "s|@\$DESTINATION|@${EROOT}${DESTINATION}|g" \
 		-e '/^UNTAG_CFG_FILES[[:space:]]*(/,/^}/p' \
 		pset/install_fc.sh > tag.sh || die
 	# fix world writeable files
@@ -89,7 +89,7 @@
 
 	keepdir /opt/intel/licenses
 	einfo "Copying files"
-	dodir "${DESTINATION}"
+	dodir "/${DESTINATION}"
 	cp -pPR \
 		${DESTINATION}/* \
 		"${ED}"/${DESTINATION}/ \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-23  7:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23  7:46 [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: ifc-11.1.056-r1.ebuild 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