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/ifc/
Date: Tue, 03 Apr 2018 16:45:04
Message-Id: 1522773891.109a87e109394377e2551773cc3f98bb784ebf7a.tamiko@gentoo
1 commit: 109a87e109394377e2551773cc3f98bb784ebf7a
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 15:39:36 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=109a87e1
7
8 dev-lang/ifc: drop old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-lang/ifc/ifc-16.0.2.181.ebuild | 55 --------------------------------------
13 1 file changed, 55 deletions(-)
14
15 diff --git a/dev-lang/ifc/ifc-16.0.2.181.ebuild b/dev-lang/ifc/ifc-16.0.2.181.ebuild
16 deleted file mode 100644
17 index 6de7a4fca..000000000
18 --- a/dev-lang/ifc/ifc-16.0.2.181.ebuild
19 +++ /dev/null
20 @@ -1,55 +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 FORTRAN 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 icc #476330
39 -RDEPEND="l10n_ja? ( !dev-lang/icc[l10n_ja(-)] !dev-lang/icc[linguas_ja(-)] )
40 - ~dev-libs/intel-common-${PV}[compiler]"
41 -
42 -CHECKREQS_DISK_BUILD=400M
43 -
44 -INTEL_DIST_BIN_RPMS=(
45 - "ifort-l-ps"
46 - "ifort-l-ps-devel")
47 -INTEL_DIST_DAT_RPMS=(
48 - "fcompxe-2016.2-062.noarch.rpm"
49 - "ifort-l-ps-common"
50 - "ifort-l-ps-vars")
51 -INTEL_DIST_X86_RPMS=()
52 -INTEL_DIST_AMD64_RPMS=()
53 -
54 -pkg_setup() {
55 - if use doc; then
56 - INTEL_DIST_DAT_RPMS+=(
57 - "fcompxe-doc-2016.2-062.noarch.rpm"
58 - "ifort-ps-doc-16.0.2-181.noarch.rpm")
59 -
60 - if use l10n_ja; then
61 - INTEL_DIST_DAT_RPMS+=(
62 - "ifort-ps-doc-jp-16.0.2-181.noarch.rpm")
63 - fi
64 - fi
65 -
66 - if use examples; then
67 - INTEL_DIST_DAT_RPMS+=(
68 - "fcomp-doc-2016.2-062.noarch.rpm")
69 - fi
70 -
71 - if use l10n_ja; then
72 - INTEL_DIST_BIN_RPMS+=(
73 - "ifort-l-ps-jp")
74 - fi
75 -}