Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/
Date: Tue, 03 Apr 2018 03:52:50
Message-Id: 1522727538.78ca200eb601300c4fceed682c8ac0559935d880.tamiko@gentoo
1 commit: 78ca200eb601300c4fceed682c8ac0559935d880
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 03:13:18 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 03:52:18 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=78ca200e
7
8 dev-lang/icc: version bump to 18.0.2.199
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-lang/icc/icc-18.0.2.199.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
13 1 file changed, 41 insertions(+)
14
15 diff --git a/dev-lang/icc/icc-18.0.2.199.ebuild b/dev-lang/icc/icc-18.0.2.199.ebuild
16 new file mode 100644
17 index 000000000..3a2b94b6f
18 --- /dev/null
19 +++ b/dev-lang/icc/icc-18.0.2.199.ebuild
20 @@ -0,0 +1,41 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +INTEL_DIST_SKU=3235
27 +INTEL_DIST_PV=2018_update2_professional_edition
28 +
29 +inherit intel-sdp-r1
30 +
31 +DESCRIPTION="Intel C/C++ Compiler"
32 +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
33 +
34 +IUSE="doc examples l10n_ja"
35 +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
36 +
37 +# avoid file collision with ifc #476330
38 +RDEPEND="~dev-libs/intel-common-${PV}[compiler]"
39 +
40 +CHECKREQS_DISK_BUILD=500M
41 +
42 +INTEL_DIST_DAT_RPMS=(
43 + "icc-common-18.0.2-199-18.0.2-199.noarch.rpm"
44 + "icc-common-ps-18.0.2-199-18.0.2-199.noarch.rpm"
45 + "icc-common-ps-ss-bec-18.0.2-199-18.0.2-199.noarch.rpm")
46 +INTEL_DIST_AMD64_RPMS=(
47 + "icc-18.0.2-199-18.0.2-199.x86_64.rpm"
48 + "icc-ps-18.0.2-199-18.0.2-199.x86_64.rpm"
49 + "icc-ps-ss-18.0.2-199-18.0.2-199.x86_64.rpm"
50 + "icc-ps-ss-bec-18.0.2-199-18.0.2-199.x86_64.rpm")
51 +INTEL_DIST_X86_RPMS=(
52 + "icc-32bit-18.0.2-199-18.0.2-199.x86_64.rpm"
53 + "icc-ps-ss-bec-32bit-18.0.2-199-18.0.2-199.x86_64.rpm")
54 +
55 +pkg_setup() {
56 + if use doc; then
57 + INTEL_DIST_DAT_RPMS+=(
58 + "icc-doc-18.0-18.0.2-199.noarch.rpm"
59 + "icc-doc-ps-18.0-18.0.2-199.noarch.rpm")
60 + fi
61 +}