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 | |
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')
-rw-r--r-- | dev-lang/icc/files/5.0.1/05icc | 5 | ||||
-rw-r--r-- | dev-lang/icc/files/digest-icc-5.0.1 | 1 | ||||
-rw-r--r-- | dev-lang/icc/icc-5.0.1.ebuild | 83 | ||||
-rw-r--r-- | dev-lang/icc/icc-6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/icc/icc-6.0.ebuild | 4 |
5 files changed, 4 insertions, 93 deletions
diff --git a/dev-lang/icc/files/5.0.1/05icc b/dev-lang/icc/files/5.0.1/05icc deleted file mode 100644 index d34a1f352f69..000000000000 --- a/dev-lang/icc/files/5.0.1/05icc +++ /dev/null @@ -1,5 +0,0 @@ -IA32ROOT=/opt/intel/compiler50/ia32 -INTEL_FLEXLM_LICENSE=/opt/intel/licenses -LDPATH=/opt/intel/compiler50/ia32/lib -PATH=/opt/intel/compiler50/ia32/bin -ROOTPATH=/opt/intel/compiler50/ia32/bin diff --git a/dev-lang/icc/files/digest-icc-5.0.1 b/dev-lang/icc/files/digest-icc-5.0.1 deleted file mode 100644 index 3301a7f4e997..000000000000 --- a/dev-lang/icc/files/digest-icc-5.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2dc0ec729168ef1b768415919d38b829 cc010911rh71.tar 33669120 diff --git a/dev-lang/icc/icc-5.0.1.ebuild b/dev-lang/icc/icc-5.0.1.ebuild deleted file mode 100644 index 7b5b4ea1ba5a..000000000000 --- a/dev-lang/icc/icc-5.0.1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# 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-5.0.1.ebuild,v 1.9 2003/02/13 10:26:00 vapier Exp $ - -S=${WORKDIR} - -DESCRIPTION="Intel C++ Compiler - The Pentium optimized compiler for linux" - -#SRC_URI="cc010911rh71.tar" -#RESTRICT="fetch" - -SRC_URI="http://www.intel.com/software/products/downloads/cc010911rh71.tar" - -HOMEPAGE="http://www.intel.com/software/products/compilers/c50/linux/" - -LICENSE="icc-5.0" - -# Orginally I included app-shells/tcsh because there is one shell script that -# uses it but I found there is alse a ksh/bash version of that script provided -# but what documentation I read only referenced the tcsh version. -DEPEND=">=virtual/linux-sources-2.4 - >=sys-libs/glibc-2.2.2 - sys-apps/cpio - app-arch/rpm" - -RDEPEND=">=virtual/linux-sources-2.4 - >=sys-libs/glibc-2.2.2" - -SLOT="0" -KEYWORDS="x86 -ppc -sparc " - -src_compile() { - mkdir opt - - for x in intel-subh-5.0.1-118.i386.rpm intel-icc-5.0.1-129.i386.rpm intel-ldb-5.0.1-119.i386.rpm - do - einfo "Extracting: ${x}" - rpm2cpio ${x} | cpio --extract --make-directories --unconditional - done - - SD=${S}/opt/intel - RD=/opt/intel - for FILE in $(ls $SD/compiler50/ia??/bin/*vars* 2>/dev/null) \ - $(ls $SD/compiler50/ia??/bin/*.cfg 2>/dev/null) \ - $(ls $SD/compiler50/ia??/bin/*.pcl 2>/dev/null) \ - $(ls $SD/compiler50/docs/*support* 2>/dev/null) - do - sed s@\<INSTALLDIR\>@$RD@g $FILE>${FILE}.abs - mv -f ${FILE}.abs $FILE - chmod 755 $FILE - done - - # This should be for version 010911 only. More info at: - # http://support.intel.com/support/performancetools/c/v5/linux/tti/csh.htm - FILE="${S}/opt/intel/compiler50/ia32/bin/iccvars.csh" - sed -e "s/=/ /" ${FILE} > ${FILE}.abs - mv -f ${FILE}.abs $FILE - chmod 755 $FILE -} - -src_install () { - dodoc lgpltext - dodoc clicense - cp -a opt ${D} - - # icc enviroment - insinto /etc/env.d - doins ${FILESDIR}/${PVR}/05icc -} - -pkg_postinst () { - einfo - einfo "http://www.intel.com/software/products/compilers/c50/linux/71non_linuxlic.htm" - einfo "From the above url you can get a free, non-time limited, non-commercial" - einfo "personal use license key that comes with no support. You will need to read" - einfo "and agree to the license and then fill in your info to have one emailed to" - einfo "you. Read the website for the details." - einfo - einfo "Documentation can be found in /opt/intel/compiler50/doc/ ." - einfo - einfo "You will need to place your license in /opt/intel/licenses/ ." - einfo -} diff --git a/dev-lang/icc/icc-6.0-r1.ebuild b/dev-lang/icc/icc-6.0-r1.ebuild index f22af9a1b7b8..a6fa571e4293 100644 --- a/dev-lang/icc/icc-6.0-r1.ebuild +++ b/dev-lang/icc/icc-6.0-r1.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-r1.ebuild,v 1.6 2003/02/13 10:26:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-6.0-r1.ebuild,v 1.7 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" 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" |