diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-03-19 15:58:55 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-03-19 15:58:55 +0000 |
commit | e7c7ae7fe28f3faee0d121f685d0b377b561693d (patch) | |
tree | 6c64634b7e00f40fb1c0fa0c0c1eb31326d17c40 /dev-lang/ifc | |
parent | Changed ~sparc keyword to sparc. (diff) | |
download | gentoo-2-e7c7ae7fe28f3faee0d121f685d0b377b561693d.tar.gz gentoo-2-e7c7ae7fe28f3faee0d121f685d0b377b561693d.tar.bz2 gentoo-2-e7c7ae7fe28f3faee0d121f685d0b377b561693d.zip |
~x86 -> x86 and a few minor tweaks.
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r-- | dev-lang/ifc/ChangeLog | 15 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-7.0.064.ebuild | 7 |
2 files changed, 13 insertions, 9 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 6f2f2c64c40e..e3e9326f3c80 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,20 +1,27 @@ # ChangeLog for dev-lang/ifc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.6 2003/02/12 05:56:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.7 2003/03/19 15:58:55 avenj Exp $ + + 19 March 2003; Jon Portnoy <avenj@gentoo.org> ifc-7.0.064.ebuild : + + Removed if statement to check for preexisting installs prior + to displaying ewarn about old packages needing to be recompiled. + All users ought to read the warning regardless of whether + they've installed it in the past or not. *ifc-7.0.064 (9 Dec 2002) - 9 Dec 2002 Jon Portnoy <avenj@gentoo.org> icc-7.0.064.ebuild : + 9 Dec 2002; Jon Portnoy <avenj@gentoo.org> ifc-7.0.064.ebuild : Latest IFC, ebuild submitted by Daniel Jaeggi (daniel@jaeggi.co.uk) *ifc-6.0 (13 May 2002) - 13 May 2002 William McArthur <sandymac@gentoo.org> icc-6.0.ebuild : + 13 May 2002; William McArthur <sandymac@gentoo.org> ifc-6.0.ebuild : Made some changes to Remco's work to better fit with icc-6.0. Both packages are very similar and can use some of the same files. - 10 May 2002 Remco van den Bosch <bosch@muon.xs4all.nl> ifc-6.0.ebuild : + 10 May 2002; Remco van den Bosch <bosch@muon.xs4all.nl> ifc-6.0.ebuild : Tweaked icc ebuild to install ifc. diff --git a/dev-lang/ifc/ifc-7.0.064.ebuild b/dev-lang/ifc/ifc-7.0.064.ebuild index 85e5be9769d8..815c7270c475 100644 --- a/dev-lang/ifc/ifc-7.0.064.ebuild +++ b/dev-lang/ifc/ifc-7.0.064.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/ifc/ifc-7.0.064.ebuild,v 1.3 2003/02/13 10:26:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-7.0.064.ebuild,v 1.4 2003/03/19 15:58:55 avenj Exp $ S=${WORKDIR} DESCRIPTION="Intel Fortran Compiler - The Pentium optimized compiler for Linux" @@ -15,7 +15,7 @@ HOMEPAGE="http://developer.intel.com/software/products/compilers/flin/" # Effectively the same license as icc LICENSE="icc-7.0" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=virtual/linux-sources-2.4 @@ -83,8 +83,6 @@ pkg_postinst () { einfo einfo "You will need to place your license in /opt/intel/licenses/" einfo - if [ -d /opt/intel/compiler[56]0 ] - then ewarn ewarn "Packages compiled with older versions of icc will need" ewarn "to be recompiled. Until you do that, old packages will" @@ -92,7 +90,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 "Due to a bug in ifc 7.0, the primary executable (ifc) may not work." ewarn "Instead of invoking the compiler as ifc, use ifcbin." } |