diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-11-12 15:59:53 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-11-12 15:59:53 +0000 |
commit | c7ecf49abed8cd3083be64e2d816a8a255b59aec (patch) | |
tree | 11e1bb53e7b9ae7f3a20e924df09bab60652e2b8 /dev-lang | |
parent | apply patch only for amd64 for now (diff) | |
download | gentoo-2-c7ecf49abed8cd3083be64e2d816a8a255b59aec.tar.gz gentoo-2-c7ecf49abed8cd3083be64e2d816a8a255b59aec.tar.bz2 gentoo-2-c7ecf49abed8cd3083be64e2d816a8a255b59aec.zip |
added fetch restriction (which didn't seem to work) and blank SRC_URI
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/icc/icc-7.1.030.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-lang/icc/icc-7.1.030.ebuild b/dev-lang/icc/icc-7.1.030.ebuild index a44b2b6817e2..9659cf0b5317 100644 --- a/dev-lang/icc/icc-7.1.030.ebuild +++ b/dev-lang/icc/icc-7.1.030.ebuild @@ -1,17 +1,19 @@ # 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.1.030.ebuild,v 1.2 2003/10/15 18:52:23 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-7.1.030.ebuild,v 1.3 2003/11/12 15:59:53 drobbins Exp $ inherit rpm S=${WORKDIR} +RESTRICT=fetch #what dir to use in FILESDIR FILESV=7.1.029 DESCRIPTION="Intel C++ Compiler - Intel's Pentium optimized compiler for Linux" -SRC_URI1="ftp://download.intel.com/software/products/compilers/downloads/l_cc_pc_${PV}.tar" -SRC_URI2="ftp://download.intel.co.jp/software/products/compilers/downloads/l_cc_pc_${PV}.tar" -SRC_URI="${SRC_URI1} ${SRC_URI2}" +#currently must be downloaded from premier.intel.com +#SRC_URI1="ftp://download.intel.com/software/products/compilers/downloads/l_cc_pc_${PV}.tar" +#SRC_URI2="ftp://download.intel.co.jp/software/products/compilers/downloads/l_cc_pc_${PV}.tar" +#SRC_URI="${SRC_URI1} ${SRC_URI2}" HOMEPAGE="http://www.intel.com/software/products/compilers/clin/" |