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: Fri, 19 Feb 2016 10:12:25
Message-Id: 1455875770.87ba5ac45e887d005e9399519d7ccd0dc815e150.jlec@gentoo
1 commit: 87ba5ac45e887d005e9399519d7ccd0dc815e150
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 16 23:48:05 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 09:56:10 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=87ba5ac4
7
8 dev-lang/icc: Match new variables, remove ${INTEL_SINGLE_ARCH}
9
10 Package-Manager: portage-2.2.27
11
12 ...icc-16.0.1.150.ebuild => icc-16.0.2.181.ebuild} | 33 +++++++++-------------
13 dev-lang/icc/metadata.xml | 3 --
14 2 files changed, 14 insertions(+), 22 deletions(-)
15
16 diff --git a/dev-lang/icc/icc-16.0.1.150.ebuild b/dev-lang/icc/icc-16.0.2.181.ebuild
17 similarity index 59%
18 rename from dev-lang/icc/icc-16.0.1.150.ebuild
19 rename to dev-lang/icc/icc-16.0.2.181.ebuild
20 index a55dc02..c041667 100644
21 --- a/dev-lang/icc/icc-16.0.1.150.ebuild
22 +++ b/dev-lang/icc/icc-16.0.2.181.ebuild
23 @@ -4,11 +4,8 @@
24
25 EAPI=6
26
27 -INTEL_DPN=parallel_studio_xe
28 -INTEL_DID=8365
29 -INTEL_DPV=2016_update1
30 -INTEL_SUBDIR=compilers_and_libraries
31 -INTEL_SINGLE_ARCH=false
32 +INTEL_DIST_SKU=8676
33 +INTEL_DIST_PV=2016_update2
34
35 inherit intel-sdp-r1
36
37 @@ -16,26 +13,26 @@ DESCRIPTION="Intel C/C++ Compiler"
38 HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
39
40 LINGUAS="ja"
41 -IUSE="doc linguas_ja"
42 +IUSE="doc examples linguas_ja"
43 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
44
45 DEPEND="!dev-lang/ifc[linguas_ja]"
46 RDEPEND="${DEPEND}
47 ~dev-libs/intel-common-${PV}[compiler]"
48
49 -CHECKREQS_DISK_BUILD=325M
50 +CHECKREQS_DISK_BUILD=500M
51
52 -INTEL_BIN_RPMS=(
53 +INTEL_DIST_BIN_RPMS=(
54 "icc-l-all-devel")
55 -INTEL_DAT_RPMS=(
56 +INTEL_DIST_DAT_RPMS=(
57 "icc-l-all-common"
58 "icc-l-all-vars"
59 "icc-l-ps-common")
60 -INTEL_X86_RPMS=(
61 +INTEL_DIST_X86_RPMS=(
62 "icc-l-all-32"
63 "icc-l-ps"
64 "icc-l-ps-ss-wrapper")
65 -INTEL_AMD64_RPMS=(
66 +INTEL_DIST_AMD64_RPMS=(
67 "icc-l-all"
68 "icc-l-ps-devel"
69 "icc-l-ps-ss"
70 @@ -43,16 +40,14 @@ INTEL_AMD64_RPMS=(
71
72 pkg_setup() {
73 if use doc; then
74 - INTEL_DAT_RPMS+=(
75 - "icc-doc-16.0.1-150.noarch.rpm"
76 - "icc-ps-doc-16.0.1-150.noarch.rpm"
77 - "icc-ps-ss-doc-16.0.1-150.noarch.rpm")
78 + INTEL_DIST_DAT_RPMS+=(
79 + "icc-doc-16.0.2-181.noarch.rpm"
80 + "icc-ps-doc-16.0.2-181.noarch.rpm"
81 + "icc-ps-ss-doc-16.0.2-181.noarch.rpm")
82
83 if use linguas_ja; then
84 - INTEL_DAT_RPMS+=(
85 - "icc-ps-doc-jp-16.0.1-150.noarch.rpm")
86 + INTEL_DIST_DAT_RPMS+=(
87 + "icc-ps-doc-jp-16.0.2-181.noarch.rpm")
88 fi
89 fi
90 -
91 - intel-sdp-r1_pkg_setup
92 }
93
94 diff --git a/dev-lang/icc/metadata.xml b/dev-lang/icc/metadata.xml
95 index 626352b..4a2545b 100644
96 --- a/dev-lang/icc/metadata.xml
97 +++ b/dev-lang/icc/metadata.xml
98 @@ -13,7 +13,4 @@
99 documentation. The product can be installed as a non-commercial as
100 well. License, terms of qualifications can be found on the web site.
101 </longdescription>
102 - <use>
103 - <flag name="eclipse">Install the <pkg>dev-util/eclipse-sdk</pkg> plugins</flag>
104 - </use>
105 </pkgmetadata>