From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQI31-0001J0-T4 for garchives@archives.gentoo.org; Sat, 28 May 2011 11:51:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C34F81C07E; Sat, 28 May 2011 11:51:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8F6251C07C for ; Sat, 28 May 2011 11:51:01 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E6C867F82 for ; Sat, 28 May 2011 11:51:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 00C0F8050C for ; Sat, 28 May 2011 11:51:00 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <7a6221a5b83fe95352b992cdbb8b599329da7de2.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/icc/ChangeLog dev-lang/icc/icc-12.0.4.191.ebuild X-VCS-Directories: dev-lang/icc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7a6221a5b83fe95352b992cdbb8b599329da7de2 Date: Sat, 28 May 2011 11:51:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7a107c41cb9aa28d132b201e18d8d1d5 commit: 7a6221a5b83fe95352b992cdbb8b599329da7de2 Author: Justin Lecher gentoo org> AuthorDate: Sat May 28 11:49:38 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat May 28 11:49:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D7a6221a5 Version Bump (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- dev-lang/icc/ChangeLog | 5 +++++ dev-lang/icc/icc-12.0.4.191.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-) diff --git a/dev-lang/icc/ChangeLog b/dev-lang/icc/ChangeLog index 9b7a228..79cfa81 100644 --- a/dev-lang/icc/ChangeLog +++ b/dev-lang/icc/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*icc-12.0.4.191 (28 May 2011) + + 28 May 2011; Justin Lecher +icc-12.0.4.191.ebuild: + Version Bump + *icc-12.0.2.137 (23 Feb 2011) =20 23 Feb 2011; S=C3=A9bastien Fabbro +icc-12.0.2.1= 37.ebuild: diff --git a/dev-lang/icc/icc-12.0.4.191.ebuild b/dev-lang/icc/icc-12.0.4= .191.ebuild new file mode 100644 index 0000000..60084e0 --- /dev/null +++ b/dev-lang/icc/icc-12.0.4.191.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 +INTEL_DPN=3Dparallel_studio_xe +INTEL_DID=3D2158 +INTEL_DPV=3D2011_update2 +INTEL_SUBDIR=3Dcomposerxe + +inherit intel-sdp + +DESCRIPTION=3D"Intel C/C++ Compiler" +HOMEPAGE=3D"http://software.intel.com/en-us/articles/intel-composer-xe/" + +IUSE=3D"eclipse" +DEPEND=3D"~dev-libs/intel-common-${PV}[compiler]" +RDEPEND=3D"${DEPEND} + eclipse? ( dev-util/eclipse-sdk )" + +QA_PREBUILT=3D" + ${INTEL_SDP_DIR}/bin/*/* + ${INTEL_SDP_DIR}/compiler/lib/*/* + ${INTEL_SDP_DIR}/mpirt/bin/*/* + ${INTEL_SDP_DIR}/mpirt/lib/*/*" +QA_PRESTRIPPED=3D"${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so" + +INTEL_BIN_RPMS=3D"compilerproc compilerproc-devel" +INTEL_DAT_RPMS=3D"compilerproc-common"