Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/
Date: Tue, 05 May 2020 06:30:48
Message-Id: 1588658682.2f11350b6dce37c3cabf6b97bbb38364ed0fcd9a.tamiko@gentoo
1 commit: 2f11350b6dce37c3cabf6b97bbb38364ed0fcd9a
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 5 04:56:22 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 06:04:42 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2f11350b
7
8 dev-lang/icc: version bump to 2020 update 1
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 dev-lang/icc/icc-19.1.1.217.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
14 1 file changed, 42 insertions(+)
15
16 diff --git a/dev-lang/icc/icc-19.1.1.217.ebuild b/dev-lang/icc/icc-19.1.1.217.ebuild
17 new file mode 100644
18 index 000000000..7d7379690
19 --- /dev/null
20 +++ b/dev-lang/icc/icc-19.1.1.217.ebuild
21 @@ -0,0 +1,42 @@
22 +# Copyright 2439-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +INTEL_DIST_PV=2020_update1_professional_edition
28 +
29 +inherit intel-sdp-r1
30 +
31 +DESCRIPTION="Intel C/C++ Compiler"
32 +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
33 +
34 +IUSE="doc"
35 +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
36 +
37 +RDEPEND="~dev-libs/intel-common-${PV}[compiler]"
38 +
39 +CHECKREQS_DISK_BUILD=500M
40 +
41 +MY_PV="$(ver_rs 3 '-')" # 20.1.0-607630
42 +
43 +QA_PREBUILT="*"
44 +
45 +INTEL_DIST_DAT_RPMS=(
46 + "icc-common-${MY_PV}-${MY_PV}.noarch.rpm"
47 + "icc-common-ps-${MY_PV}-${MY_PV}.noarch.rpm"
48 + "idesupport-icc-common-ps-19.1-${MY_PV}.noarch.rpm")
49 +INTEL_DIST_AMD64_RPMS=(
50 + "icc-${MY_PV}-${MY_PV}.x86_64.rpm"
51 + "icc-ps-${MY_PV}-${MY_PV}.x86_64.rpm"
52 + "icc-ps-ss-bec-${MY_PV}-${MY_PV}.x86_64.rpm")
53 +
54 +INTEL_DIST_X86_RPMS=(
55 + "icc-32bit-${MY_PV}-${MY_PV}.x86_64.rpm"
56 + "icc-ps-ss-bec-32bit-${MY_PV}-${MY_PV}.x86_64.rpm")
57 +
58 +pkg_setup() {
59 + if use doc; then
60 + INTEL_DIST_DAT_RPMS+=( "icc-doc-19.1-${MY_PV}.noarch.rpm" )
61 + fi
62 +}
63 +