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, 03 Apr 2018 16:45:06
Message-Id: 1522773891.22c175ec1861288d99771508eca428a1f7582f8a.tamiko@gentoo
1 commit: 22c175ec1861288d99771508eca428a1f7582f8a
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 15:38:03 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 16:44:51 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=22c175ec
7
8 dev-lang/icc: drop old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-lang/icc/icc-16.0.2.181.ebuild | 52 --------------------------------------
13 1 file changed, 52 deletions(-)
14
15 diff --git a/dev-lang/icc/icc-16.0.2.181.ebuild b/dev-lang/icc/icc-16.0.2.181.ebuild
16 deleted file mode 100644
17 index 76f1592c0..000000000
18 --- a/dev-lang/icc/icc-16.0.2.181.ebuild
19 +++ /dev/null
20 @@ -1,52 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -INTEL_DIST_SKU=8676
27 -INTEL_DIST_PV=2016_update2
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 -LINGUAS="ja"
35 -IUSE="doc examples l10n_ja"
36 -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
37 -
38 -# avoid file collision with ifc #476330
39 -RDEPEND="l10n_ja? ( !dev-lang/ifc[l10n_ja(-)] !dev-lang/ifc[linguas_ja(-)] )
40 - ~dev-libs/intel-common-${PV}[compiler]"
41 -
42 -CHECKREQS_DISK_BUILD=500M
43 -
44 -INTEL_DIST_BIN_RPMS=(
45 - "icc-l-all-devel")
46 -INTEL_DIST_DAT_RPMS=(
47 - "icc-l-all-common"
48 - "icc-l-all-vars"
49 - "icc-l-ps-common")
50 -INTEL_DIST_X86_RPMS=(
51 - "icc-l-all-32"
52 - "icc-l-ps"
53 - "icc-l-ps-ss-wrapper")
54 -INTEL_DIST_AMD64_RPMS=(
55 - "icc-l-all"
56 - "icc-l-ps-devel"
57 - "icc-l-ps-ss"
58 - "icc-l-ps-ss-devel")
59 -
60 -pkg_setup() {
61 - if use doc; then
62 - INTEL_DIST_DAT_RPMS+=(
63 - "icc-doc-16.0.2-181.noarch.rpm"
64 - "icc-ps-doc-16.0.2-181.noarch.rpm"
65 - "icc-ps-ss-doc-16.0.2-181.noarch.rpm")
66 -
67 - if use l10n_ja; then
68 - INTEL_DIST_DAT_RPMS+=(
69 - "icc-ps-doc-jp-16.0.2-181.noarch.rpm")
70 - fi
71 - fi
72 -}