diff options
author | 2003-11-12 16:02:38 +0000 | |
---|---|---|
committer | 2003-11-12 16:02:38 +0000 | |
commit | 25fc2e31e19f0a337b28f3668cc29362ac558160 (patch) | |
tree | 54c0abc9a4329bb680f6ca1808d41737c43fe2d8 /dev-lang/icc/icc-7.1.030.ebuild | |
parent | added fetch restriction (which didn't seem to work) and blank SRC_URI (diff) | |
download | historical-25fc2e31e19f0a337b28f3668cc29362ac558160.tar.gz historical-25fc2e31e19f0a337b28f3668cc29362ac558160.tar.bz2 historical-25fc2e31e19f0a337b28f3668cc29362ac558160.zip |
fetch restriction on
Diffstat (limited to 'dev-lang/icc/icc-7.1.030.ebuild')
-rw-r--r-- | dev-lang/icc/icc-7.1.030.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lang/icc/icc-7.1.030.ebuild b/dev-lang/icc/icc-7.1.030.ebuild index 9659cf0b5317..711d63aa932a 100644 --- a/dev-lang/icc/icc-7.1.030.ebuild +++ b/dev-lang/icc/icc-7.1.030.ebuild @@ -1,11 +1,10 @@ # 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.3 2003/11/12 15:59:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-7.1.030.ebuild,v 1.4 2003/11/12 16:02:35 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" @@ -13,7 +12,7 @@ DESCRIPTION="Intel C++ Compiler - Intel's Pentium optimized compiler for Linux" #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}" +SRC_URI="l_cc_pc_${PV}.tar" HOMEPAGE="http://www.intel.com/software/products/compilers/clin/" @@ -29,7 +28,7 @@ SLOT="7" KEYWORDS="-* ~ia64 ~x86" IUSE="" -RESTRICT="nostrip" +RESTRICT="nostrip fetch" src_unpack() { unpack ${A} |