summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-03-18 21:18:16 +0000
committerJon Portnoy <avenj@gentoo.org>2003-03-18 21:18:16 +0000
commitc77fb89aa487ee34cc757d75a9b666914e45dfd1 (patch)
treeefdfefd0732c9e78314d2c056d1cc19f0e792431 /dev-lang/icc
parentbug #16581 (diff)
downloadgentoo-2-c77fb89aa487ee34cc757d75a9b666914e45dfd1.tar.gz
gentoo-2-c77fb89aa487ee34cc757d75a9b666914e45dfd1.tar.bz2
gentoo-2-c77fb89aa487ee34cc757d75a9b666914e45dfd1.zip
Minor ebuild syntax fix
Diffstat (limited to 'dev-lang/icc')
-rw-r--r--dev-lang/icc/icc-7.0.065-r1.ebuild5
-rw-r--r--dev-lang/icc/icc-7.0.065-r2.ebuild5
2 files changed, 2 insertions, 8 deletions
diff --git a/dev-lang/icc/icc-7.0.065-r1.ebuild b/dev-lang/icc/icc-7.0.065-r1.ebuild
index e7991ac18ddc..3cf91c979569 100644
--- a/dev-lang/icc/icc-7.0.065-r1.ebuild
+++ b/dev-lang/icc/icc-7.0.065-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-7.0.065-r1.ebuild,v 1.3 2003/02/13 10:26:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-7.0.065-r1.ebuild,v 1.4 2003/03/18 21:18:16 avenj Exp $
S=${WORKDIR}
@@ -85,8 +85,6 @@ pkg_postinst () {
einfo
einfo "You will need to place your license in /opt/intel/licenses/"
einfo
- if [ -d /opt/intel/compiler?0 ]
- then
ewarn
ewarn "Packages compiled with older versions of icc will need"
ewarn "to be recompiled. Until you do that, old packages will"
@@ -94,7 +92,6 @@ pkg_postinst () {
ewarn "to 'compiler60' and run 'ldconfig.' Note that this edit"
ewarn "won't persist and will require you to re-edit after each"
ewarn "package you re-install."
- fi
ewarn "If 'icc' breaks, use 'iccbin' instead and report a bug."
ewarn "NOTE: Before compiling important applications that your system"
ewarn "depends on, read the warning above. This could potentially"
diff --git a/dev-lang/icc/icc-7.0.065-r2.ebuild b/dev-lang/icc/icc-7.0.065-r2.ebuild
index 83be71b085be..4962ec4c2c80 100644
--- a/dev-lang/icc/icc-7.0.065-r2.ebuild
+++ b/dev-lang/icc/icc-7.0.065-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-7.0.065-r2.ebuild,v 1.3 2003/03/18 01:45:33 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-7.0.065-r2.ebuild,v 1.4 2003/03/18 21:18:16 avenj Exp $
S=${WORKDIR}
@@ -85,8 +85,6 @@ pkg_postinst () {
einfo
einfo "You will need to place your license in /opt/intel/licenses/"
einfo
- if [ -d /opt/intel/compiler?0 ]
- then
ewarn
ewarn "Packages compiled with older versions of icc will need"
ewarn "to be recompiled. Until you do that, old packages will"
@@ -99,7 +97,6 @@ pkg_postinst () {
ewarn "THIS COULD RENDER YOUR SYSTEM UNUSABLE."
ewarn "THIS IS A PROBLEM WITH INTEL'S SOFTWARE, _NOT_"
ewarn "WITH GENTOO."
- fi
ewarn "If 'icc' breaks, use 'iccbin' instead and report a bug."
ewarn "Please use 'source /etc/profile' prior to merging any icc-enabled"
ewarn "ebuilds."