diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-03-29 04:41:19 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-03-29 04:41:19 +0000 |
commit | d86bc5f72456ff34eba990a27d10ce0bc0d6be94 (patch) | |
tree | 436c35f8410cc7e46309e1b11c8e84def006af89 /dev-lang/ifc | |
parent | Remove icc 5.x ebuilds and fix homepages for 6.x ebuilds (diff) | |
download | gentoo-2-d86bc5f72456ff34eba990a27d10ce0bc0d6be94.tar.gz gentoo-2-d86bc5f72456ff34eba990a27d10ce0bc0d6be94.tar.bz2 gentoo-2-d86bc5f72456ff34eba990a27d10ce0bc0d6be94.zip |
Homepage URL fix for 6.x ebuilds
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r-- | dev-lang/ifc/ifc-6.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-lang/ifc/ifc-6.0.ebuild b/dev-lang/ifc/ifc-6.0.ebuild index a6fc34931c17..0c62460772d7 100644 --- a/dev-lang/ifc/ifc-6.0.ebuild +++ b/dev-lang/ifc/ifc-6.0.ebuild @@ -1,23 +1,21 @@ # 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-6.0.ebuild,v 1.8 2003/02/13 10:26:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-6.0.ebuild,v 1.9 2003/03/29 04:41:19 avenj Exp $ S=${WORKDIR} DESCRIPTION="Intel Fortran Compiler - The Pentium optimized compiler for Linux" -#RESTRICT="fetch" - SRC_URI1="http://developer.intel.com/software/products/compilers/downloads/l_fc_p_6.0.140.tar" SRC_URI2="ftp://download.intel.com/software/products/compilers/downloads/l_fc_p_6.0.140.tar" SRC_URI3="ftp://download.intel.co.jp/software/products/compilers/downloads/l_fc_p_6.0.140.tar" SRC_URI="${SRC_URI1} ${SRC_URI2} ${SRC_URI3}" -HOMEPAGE="http://www.intel.com/software/products/compilers/f60l/" +HOMEPAGE="http://www.intel.com/software/products/compilers/flin/" # The ifc-6 license is the same copy with minimal name changes. LICENSE="icc-6.0" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="x86" DEPEND=">=virtual/linux-sources-2.4 |