commit: 8edc76dbaa75a2faec6806cb4c9584c307f527b4 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 17:29:28 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 17:52:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8edc76db
dev-lang/icc: Version bump to 16.0.1.150 Package-Manager: portage-2.2.27 dev-lang/icc/icc-16.0.1.150.ebuild | 58 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/dev-lang/icc/icc-16.0.1.150.ebuild b/dev-lang/icc/icc-16.0.1.150.ebuild new file mode 100644 index 0000000..a55dc02 --- /dev/null +++ b/dev-lang/icc/icc-16.0.1.150.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=8365 +INTEL_DPV=2016_update1 +INTEL_SUBDIR=compilers_and_libraries +INTEL_SINGLE_ARCH=false + +inherit intel-sdp-r1 + +DESCRIPTION="Intel C/C++ Compiler" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +LINGUAS="ja" +IUSE="doc 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 + +INTEL_BIN_RPMS=( + "icc-l-all-devel") +INTEL_DAT_RPMS=( + "icc-l-all-common" + "icc-l-all-vars" + "icc-l-ps-common") +INTEL_X86_RPMS=( + "icc-l-all-32" + "icc-l-ps" + "icc-l-ps-ss-wrapper") +INTEL_AMD64_RPMS=( + "icc-l-all" + "icc-l-ps-devel" + "icc-l-ps-ss" + "icc-l-ps-ss-devel") + +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") + + if use linguas_ja; then + INTEL_DAT_RPMS+=( + "icc-ps-doc-jp-16.0.1-150.noarch.rpm") + fi + fi + + intel-sdp-r1_pkg_setup +}
