summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2009-08-22 02:34:13 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2009-08-22 02:34:13 +0000
commit49fd80d257fe4f69481f1fccaa2fc5c4db60bd97 (patch)
tree02854507b52bbd7f213407d36c21b0612b3fdefb /dev-lang/icc
parentVersion bump. Bug 282213 (diff)
downloadgentoo-2-49fd80d257fe4f69481f1fccaa2fc5c4db60bd97.tar.gz
gentoo-2-49fd80d257fe4f69481f1fccaa2fc5c4db60bd97.tar.bz2
gentoo-2-49fd80d257fe4f69481f1fccaa2fc5c4db60bd97.zip
Un-keyword icc-11.1 until bug 282146 is resolved
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/icc')
-rw-r--r--dev-lang/icc/ChangeLog6
-rw-r--r--dev-lang/icc/icc-11.1.046-r1.ebuild4
-rw-r--r--dev-lang/icc/icc-11.1.046.ebuild88
3 files changed, 7 insertions, 91 deletions
diff --git a/dev-lang/icc/ChangeLog b/dev-lang/icc/ChangeLog
index 44a29019d8a7..821aed9e21f1 100644
--- a/dev-lang/icc/ChangeLog
+++ b/dev-lang/icc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/icc
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.68 2009/08/21 12:39:53 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.69 2009/08/22 02:34:13 weaver Exp $
+
+ 21 Aug 2009; Andrey Kislyuk <weaver@gentoo.org> -icc-11.1.046.ebuild,
+ icc-11.1.046-r1.ebuild:
+ Un-keyword icc-11.1 until bug 282146 is resolved
*icc-11.1.046-r1 (21 Aug 2009)
diff --git a/dev-lang/icc/icc-11.1.046-r1.ebuild b/dev-lang/icc/icc-11.1.046-r1.ebuild
index 35724cc12ad2..8d85726c642a 100644
--- a/dev-lang/icc/icc-11.1.046-r1.ebuild
+++ b/dev-lang/icc/icc-11.1.046-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild,v 1.1 2009/08/21 12:39:53 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild,v 1.2 2009/08/22 02:34:13 weaver Exp $
EAPI="2"
@@ -24,7 +24,7 @@ SRC_URI="http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID
LICENSE="Intel-SDP"
SLOT="0"
IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
RESTRICT="mirror strip binchecks"
diff --git a/dev-lang/icc/icc-11.1.046.ebuild b/dev-lang/icc/icc-11.1.046.ebuild
deleted file mode 100644
index 867908c29480..000000000000
--- a/dev-lang/icc/icc-11.1.046.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.046.ebuild,v 1.1 2009/08/19 07:53:54 weaver Exp $
-
-EAPI="2"
-
-PID=1536
-PB=cproc
-PEXEC="icc icpc"
-DESCRIPTION="Intel C/C++ optimized compiler for Linux"
-HOMEPAGE="http://www.intel.com/software/products/compilers/clin/"
-
-###
-# everything below common to ifc and icc
-# no eclass: very likely to change for next versions
-###
-PACKAGEID="l_${PB}_p_${PV}"
-RELEASE="${PV:0:4}"
-BUILD="${PV:5:8}"
-SRC_URI="http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}.tgz"
-#SRC_URI="amd64? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_intel64.tgz )
-# ia64? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_ia64.tgz )
-# x86? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_ia32.tgz )"
-
-LICENSE="Intel-SDP"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="mirror strip binchecks"
-
-INSTALL_DIR="opt/intel/Compiler/${RELEASE}/${BUILD}"
-# these don't work, not sure why
-#QA_TEXTRELS="${INSTALL_DIR}"
-#QA_WX_LOAD="${INSTALL_DIR}"
-#QA_PRESTRIPPED="${INSTALL_DIR}"
-
-DEPEND="app-arch/rpm"
-RDEPEND="virtual/libstdc++
- amd64? ( app-emulation/emul-linux-x86-compat )"
-
-S="${WORKDIR}/${PACKAGEID}"
-
-src_prepare() {
- use amd64 || rm -f rpm/*x86_64.rpm
- # debugger installed with dev-lang/idb
- rm -f rpm/intel*idb*.rpm
- # performance primitives installed with sci-libs/ipp
- rm -f rpm/intel*ipp*.rpm
- # math library installed with sci-libs/mkl
- rm -f rpm/intel*mkl*.rpm
-}
-
-src_install() {
- mkdir "${WORKDIR}/rpmdb"
- # rpm open_wr's / but doesn't seem to do anything with it
- addpredict /
- rpm --install --nodeps --dbpath "${WORKDIR}/rpmdb" --prefix "${D}/${INSTALL_DIR}" rpm/*.rpm || die
-
- find "${D}/${INSTALL_DIR}" -name '*.csh' | xargs sed -i "s|${D}|${ROOT}|" || die
- find "${D}/${INSTALL_DIR}" -name '*.sh' | xargs sed -i "s|${D}|${ROOT}|" || die
-
- ENV_FILE=${PN}.sh
- MYARCH=""
- if use amd64; then MYARCH=intel64; fi
- if use ia64; then MYARCH=ia64; fi
- if use x86; then MYARCH=ia32; fi
-
- echo "source ${ROOT}${INSTALL_DIR}/bin/iccvars.sh ${MYARCH}" >> ${ENV_FILE}
-
- exeinto /etc/profile.d
- doexe ${ENV_FILE} || die
-
- mkdir -p "${D}/opt/intel/licenses"
-}
-
-pkg_postinst() {
- elog "${PN} requires a license file in order to run."
- elog "To receive a restrictive non-commercial license, please register at:"
- elog "http://www.intel.com/cd/software/products/asmo-na/eng/download/download/219771.htm"
- elog "Read the website for more information on this license."
- elog "Install the license file into ${ROOT}opt/intel/licenses"
- elog
- elog "The following packages provide components bundled with icc:"
- elog "\t dev-lang/idb"
- elog "\t sci-libs/ipp"
- elog "\t sci-libs/mkl"
-}