Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/
Date: Sat, 28 May 2011 11:51:16
Message-Id: 7a6221a5b83fe95352b992cdbb8b599329da7de2.jlec@gentoo
1 commit: 7a6221a5b83fe95352b992cdbb8b599329da7de2
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 11:49:38 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 11:49:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7a6221a5
7
8 Version Bump
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 70EB7916)
11
12 ---
13 dev-lang/icc/ChangeLog | 5 +++++
14 dev-lang/icc/icc-12.0.4.191.ebuild | 29 +++++++++++++++++++++++++++++
15 2 files changed, 34 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-lang/icc/ChangeLog b/dev-lang/icc/ChangeLog
18 index 9b7a228..79cfa81 100644
19 --- a/dev-lang/icc/ChangeLog
20 +++ b/dev-lang/icc/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*icc-12.0.4.191 (28 May 2011)
26 +
27 + 28 May 2011; Justin Lecher <jlec@g.o> +icc-12.0.4.191.ebuild:
28 + Version Bump
29 +
30 *icc-12.0.2.137 (23 Feb 2011)
31
32 23 Feb 2011; Sébastien Fabbro <bicatali@g.o> +icc-12.0.2.137.ebuild:
33
34 diff --git a/dev-lang/icc/icc-12.0.4.191.ebuild b/dev-lang/icc/icc-12.0.4.191.ebuild
35 new file mode 100644
36 index 0000000..60084e0
37 --- /dev/null
38 +++ b/dev-lang/icc/icc-12.0.4.191.ebuild
39 @@ -0,0 +1,29 @@
40 +# Copyright 1999-2011 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +
44 +EAPI=3
45 +INTEL_DPN=parallel_studio_xe
46 +INTEL_DID=2158
47 +INTEL_DPV=2011_update2
48 +INTEL_SUBDIR=composerxe
49 +
50 +inherit intel-sdp
51 +
52 +DESCRIPTION="Intel C/C++ Compiler"
53 +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
54 +
55 +IUSE="eclipse"
56 +DEPEND="~dev-libs/intel-common-${PV}[compiler]"
57 +RDEPEND="${DEPEND}
58 + eclipse? ( dev-util/eclipse-sdk )"
59 +
60 +QA_PREBUILT="
61 + ${INTEL_SDP_DIR}/bin/*/*
62 + ${INTEL_SDP_DIR}/compiler/lib/*/*
63 + ${INTEL_SDP_DIR}/mpirt/bin/*/*
64 + ${INTEL_SDP_DIR}/mpirt/lib/*/*"
65 +QA_PRESTRIPPED="${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so"
66 +
67 +INTEL_BIN_RPMS="compilerproc compilerproc-devel"
68 +INTEL_DAT_RPMS="compilerproc-common"