From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE796138010 for ; Mon, 15 Feb 2016 08:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BC8321C051; Mon, 15 Feb 2016 08:19:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EBD921C04D for ; Mon, 15 Feb 2016 08:19:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E102341057 for ; Mon, 15 Feb 2016 08:19:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 550B515FD for ; Mon, 15 Feb 2016 08:19:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455523598.672fcacd6443625ac5a31363a25c1d5e85d3bb16.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/icc/icc-16.0.1.150.ebuild X-VCS-Directories: dev-lang/icc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 672fcacd6443625ac5a31363a25c1d5e85d3bb16 X-VCS-Branch: master Date: Mon, 15 Feb 2016 08:19:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e46e6501-8088-4d2c-b759-286e6c302d0e X-Archives-Hash: cad781dbf7126f375cb2101f39226cbc commit: 672fcacd6443625ac5a31363a25c1d5e85d3bb16 Author: David Seifert gentoo org> AuthorDate: Sun Feb 14 17:29:28 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 15 08:06:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=672fcacd 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 +}