From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F377138350 for ; Tue, 5 May 2020 06:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CB25E088F; Tue, 5 May 2020 06:30:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11831E0893 for ; Tue, 5 May 2020 06:30:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A99FE34F615 for ; Tue, 5 May 2020 06:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99EEC211 for ; Tue, 5 May 2020 06:30:43 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1588658682.2f11350b6dce37c3cabf6b97bbb38364ed0fcd9a.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/icc/icc-19.1.1.217.ebuild X-VCS-Directories: dev-lang/icc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 2f11350b6dce37c3cabf6b97bbb38364ed0fcd9a X-VCS-Branch: master Date: Tue, 5 May 2020 06:30:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e862339a-6f9b-42d8-a437-4dcc93005a33 X-Archives-Hash: 87cd695e31438a4c528f07fee14b1585 commit: 2f11350b6dce37c3cabf6b97bbb38364ed0fcd9a Author: Matthias Maier gentoo org> AuthorDate: Tue May 5 04:56:22 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue May 5 06:04:42 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2f11350b dev-lang/icc: version bump to 2020 update 1 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier gentoo.org> dev-lang/icc/icc-19.1.1.217.ebuild | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/dev-lang/icc/icc-19.1.1.217.ebuild b/dev-lang/icc/icc-19.1.1.217.ebuild new file mode 100644 index 000000000..7d7379690 --- /dev/null +++ b/dev-lang/icc/icc-19.1.1.217.ebuild @@ -0,0 +1,42 @@ +# Copyright 2439-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +INTEL_DIST_PV=2020_update1_professional_edition + +inherit intel-sdp-r1 + +DESCRIPTION="Intel C/C++ Compiler" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +IUSE="doc" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="~dev-libs/intel-common-${PV}[compiler]" + +CHECKREQS_DISK_BUILD=500M + +MY_PV="$(ver_rs 3 '-')" # 20.1.0-607630 + +QA_PREBUILT="*" + +INTEL_DIST_DAT_RPMS=( + "icc-common-${MY_PV}-${MY_PV}.noarch.rpm" + "icc-common-ps-${MY_PV}-${MY_PV}.noarch.rpm" + "idesupport-icc-common-ps-19.1-${MY_PV}.noarch.rpm") +INTEL_DIST_AMD64_RPMS=( + "icc-${MY_PV}-${MY_PV}.x86_64.rpm" + "icc-ps-${MY_PV}-${MY_PV}.x86_64.rpm" + "icc-ps-ss-bec-${MY_PV}-${MY_PV}.x86_64.rpm") + +INTEL_DIST_X86_RPMS=( + "icc-32bit-${MY_PV}-${MY_PV}.x86_64.rpm" + "icc-ps-ss-bec-32bit-${MY_PV}-${MY_PV}.x86_64.rpm") + +pkg_setup() { + if use doc; then + INTEL_DIST_DAT_RPMS+=( "icc-doc-19.1-${MY_PV}.noarch.rpm" ) + fi +} +