diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-03-29 04:37:29 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-03-29 04:37:29 +0000 |
commit | 50e70b9f809a3df39510113204ab40772685e138 (patch) | |
tree | 9e61d57cdd3255935f8f18c4ad4371ecc1c81979 /dev-lang/icc/icc-6.0.ebuild | |
parent | HOMEPAGE fix + cleanup (diff) | |
download | gentoo-2-50e70b9f809a3df39510113204ab40772685e138.tar.gz gentoo-2-50e70b9f809a3df39510113204ab40772685e138.tar.bz2 gentoo-2-50e70b9f809a3df39510113204ab40772685e138.zip |
Remove icc 5.x ebuilds and fix homepages for 6.x ebuilds
Diffstat (limited to 'dev-lang/icc/icc-6.0.ebuild')
-rw-r--r-- | dev-lang/icc/icc-6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/icc/icc-6.0.ebuild b/dev-lang/icc/icc-6.0.ebuild index ff3d4f64cf45..42659bd24853 100644 --- a/dev-lang/icc/icc-6.0.ebuild +++ b/dev-lang/icc/icc-6.0.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-6.0.ebuild,v 1.8 2003/02/13 10:26:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0.ebuild,v 1.9 2003/03/29 04:37:29 avenj Exp $ S=${WORKDIR} @@ -13,7 +13,7 @@ SRC_URI2="ftp://download.intel.com/software/products/compilers/downloads/l_cc_p_ SRC_URI3="ftp://download.intel.co.jp/software/products/compilers/downloads/l_cc_p_6.0.139.tar" SRC_URI="${SRC_URI1} ${SRC_URI2} ${SRC_URI3}" -HOMEPAGE="http://www.intel.com/software/products/compilers/c60l/" +HOMEPAGE="http://www.intel.com/software/products/compilers/clin/" LICENSE="icc-6.0" |