summaryrefslogtreecommitdiff
path: root/dev-lang/icc/icc-14.0.3.174.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-02 17:18:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-02 17:18:14 +0100
commit7b9f15840068dfaeea5684f8a1af1fe460dfa14c (patch)
tree112eea4497761c0227537330b58f9c7e0af3f9d8 /dev-lang/icc/icc-14.0.3.174.ebuild
parent0bff53119f08d677db6c1a991bd30741682a8a08 (diff)
gentoo resync : 02.06.2018
Diffstat (limited to 'dev-lang/icc/icc-14.0.3.174.ebuild')
-rw-r--r--dev-lang/icc/icc-14.0.3.174.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-lang/icc/icc-14.0.3.174.ebuild b/dev-lang/icc/icc-14.0.3.174.ebuild
deleted file mode 100644
index 3947fc7f2e97..000000000000
--- a/dev-lang/icc/icc-14.0.3.174.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=4220
-INTEL_DPV=2013_sp1_update3
-INTEL_SUBDIR=composerxe
-INTEL_SINGLE_ARCH=false
-
-inherit intel-sdp
-
-DESCRIPTION="Intel C/C++ Compiler"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
-
-IUSE="l10n_ja"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# avoid file collision with ifc #476330
-RDEPEND="l10n_ja? ( !dev-lang/ifc[l10n_ja(-)] !dev-lang/ifc[linguas_ja(-)] )
- ~dev-libs/intel-common-${PV}[compiler,multilib=]"
-
-INTEL_BIN_RPMS="compilerproc compilerproc-devel"
-INTEL_DAT_RPMS="compilerproc-common"
-
-CHECKREQS_DISK_BUILD=325M
-
-src_install() {
- if ! use l10n_ja; then
- find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die
- fi
- intel-sdp_src_install
-}