commit: bbd66e2c117f192bdade872ff374562d9ecdad1d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 23:48:18 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=bbd66e2c
dev-lang/ifc: Match new variables, remove ${INTEL_SINGLE_ARCH}
Package-Manager: portage-2.2.27
...ifc-16.0.1.150.ebuild => ifc-16.0.2.181.ebuild} | 37 ++++++++++------------
1 file changed, 16 insertions(+), 21 deletions(-)
diff --git a/dev-lang/ifc/ifc-16.0.1.150.ebuild
b/dev-lang/ifc/ifc-16.0.2.181.ebuild
similarity index 56%
rename from dev-lang/ifc/ifc-16.0.1.150.ebuild
rename to dev-lang/ifc/ifc-16.0.2.181.ebuild
index 9997e7c..cdba619 100644
--- a/dev-lang/ifc/ifc-16.0.1.150.ebuild
+++ b/dev-lang/ifc/ifc-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
@@ -23,39 +20,37 @@ DEPEND="!dev-lang/ifc[linguas_ja]"
RDEPEND="${DEPEND}
~dev-libs/intel-common-${PV}[compiler]"
-CHECKREQS_DISK_BUILD=375M
+CHECKREQS_DISK_BUILD=400M
-INTEL_BIN_RPMS=(
+INTEL_DIST_BIN_RPMS=(
"ifort-l-ps"
"ifort-l-ps-devel")
-INTEL_DAT_RPMS=(
- "fcompxe-2016.1-056.noarch.rpm"
+INTEL_DIST_DAT_RPMS=(
+ "fcompxe-2016.2-062.noarch.rpm"
"ifort-l-ps-common"
"ifort-l-ps-vars")
-INTEL_X86_RPMS=()
-INTEL_AMD64_RPMS=()
+INTEL_DIST_X86_RPMS=()
+INTEL_DIST_AMD64_RPMS=()
pkg_setup() {
if use doc; then
- INTEL_DAT_RPMS+=(
- "fcompxe-doc-2016.1-056.noarch.rpm"
- "ifort-ps-doc-16.0.1-150.noarch.rpm")
+ INTEL_DIST_DAT_RPMS+=(
+ "fcompxe-doc-2016.2-062.noarch.rpm"
+ "ifort-ps-doc-16.0.2-181.noarch.rpm")
if use linguas_ja; then
- INTEL_DAT_RPMS+=(
- "ifort-ps-doc-jp-16.0.1-150.noarch.rpm")
+ INTEL_DIST_DAT_RPMS+=(
+ "ifort-ps-doc-jp-16.0.2-181.noarch.rpm")
fi
fi
if use examples; then
- INTEL_DAT_RPMS+=(
- "fcomp-doc-2016.1-056.noarch.rpm")
+ INTEL_DIST_DAT_RPMS+=(
+ "fcomp-doc-2016.2-062.noarch.rpm")
fi
if use linguas_ja; then
- INTEL_BIN_RPMS+=(
+ INTEL_DIST_BIN_RPMS+=(
"ifort-l-ps-jp")
fi
-
- intel-sdp-r1_pkg_setup
}