commit: 87ba5ac45e887d005e9399519d7ccd0dc815e150
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 23:48:05 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 09:56:10 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=87ba5ac4
dev-lang/icc: Match new variables, remove ${INTEL_SINGLE_ARCH}
Package-Manager: portage-2.2.27
...icc-16.0.1.150.ebuild => icc-16.0.2.181.ebuild} | 33 +++++++++-------------
dev-lang/icc/metadata.xml | 3 --
2 files changed, 14 insertions(+), 22 deletions(-)
diff --git a/dev-lang/icc/icc-16.0.1.150.ebuild
b/dev-lang/icc/icc-16.0.2.181.ebuild
similarity index 59%
rename from dev-lang/icc/icc-16.0.1.150.ebuild
rename to dev-lang/icc/icc-16.0.2.181.ebuild
index a55dc02..c041667 100644
--- a/dev-lang/icc/icc-16.0.1.150.ebuild
+++ b/dev-lang/icc/icc-16.0.2.181.ebuild
@@ -4,11 +4,8 @@
EAPI=6
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=8365
-INTEL_DPV=2016_update1
-INTEL_SUBDIR=compilers_and_libraries
-INTEL_SINGLE_ARCH=false
+INTEL_DIST_SKU=8676
+INTEL_DIST_PV=2016_update2
inherit intel-sdp-r1
@@ -16,26 +13,26 @@ DESCRIPTION="Intel C/C++ Compiler"
HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
LINGUAS="ja"
-IUSE="doc linguas_ja"
+IUSE="doc examples linguas_ja"
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
DEPEND="!dev-lang/ifc[linguas_ja]"
RDEPEND="${DEPEND}
~dev-libs/intel-common-${PV}[compiler]"
-CHECKREQS_DISK_BUILD=325M
+CHECKREQS_DISK_BUILD=500M
-INTEL_BIN_RPMS=(
+INTEL_DIST_BIN_RPMS=(
"icc-l-all-devel")
-INTEL_DAT_RPMS=(
+INTEL_DIST_DAT_RPMS=(
"icc-l-all-common"
"icc-l-all-vars"
"icc-l-ps-common")
-INTEL_X86_RPMS=(
+INTEL_DIST_X86_RPMS=(
"icc-l-all-32"
"icc-l-ps"
"icc-l-ps-ss-wrapper")
-INTEL_AMD64_RPMS=(
+INTEL_DIST_AMD64_RPMS=(
"icc-l-all"
"icc-l-ps-devel"
"icc-l-ps-ss"
@@ -43,16 +40,14 @@ INTEL_AMD64_RPMS=(
pkg_setup() {
if use doc; then
- INTEL_DAT_RPMS+=(
- "icc-doc-16.0.1-150.noarch.rpm"
- "icc-ps-doc-16.0.1-150.noarch.rpm"
- "icc-ps-ss-doc-16.0.1-150.noarch.rpm")
+ INTEL_DIST_DAT_RPMS+=(
+ "icc-doc-16.0.2-181.noarch.rpm"
+ "icc-ps-doc-16.0.2-181.noarch.rpm"
+ "icc-ps-ss-doc-16.0.2-181.noarch.rpm")
if use linguas_ja; then
- INTEL_DAT_RPMS+=(
- "icc-ps-doc-jp-16.0.1-150.noarch.rpm")
+ INTEL_DIST_DAT_RPMS+=(
+ "icc-ps-doc-jp-16.0.2-181.noarch.rpm")
fi
fi
-
- intel-sdp-r1_pkg_setup
}
diff --git a/dev-lang/icc/metadata.xml b/dev-lang/icc/metadata.xml
index 626352b..4a2545b 100644
--- a/dev-lang/icc/metadata.xml
+++ b/dev-lang/icc/metadata.xml
@@ -13,7 +13,4 @@
documentation. The product can be installed as a non-commercial as
well. License, terms of qualifications can be found on the web site.
</longdescription>
- <use>
- <flag name="eclipse">Install the <pkg>dev-util/eclipse-sdk</pkg>
plugins</flag>
- </use>
</pkgmetadata>