commit:     22c175ec1861288d99771508eca428a1f7582f8a
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 15:38:03 2018 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 16:44:51 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=22c175ec

dev-lang/icc: drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-lang/icc/icc-16.0.2.181.ebuild | 52 --------------------------------------
 1 file changed, 52 deletions(-)

diff --git a/dev-lang/icc/icc-16.0.2.181.ebuild 
b/dev-lang/icc/icc-16.0.2.181.ebuild
deleted file mode 100644
index 76f1592c0..000000000
--- a/dev-lang/icc/icc-16.0.2.181.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-INTEL_DIST_SKU=8676
-INTEL_DIST_PV=2016_update2
-
-inherit intel-sdp-r1
-
-DESCRIPTION="Intel C/C++ Compiler"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/";
-
-LINGUAS="ja"
-IUSE="doc examples 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]"
-
-CHECKREQS_DISK_BUILD=500M
-
-INTEL_DIST_BIN_RPMS=(
-       "icc-l-all-devel")
-INTEL_DIST_DAT_RPMS=(
-       "icc-l-all-common"
-       "icc-l-all-vars"
-       "icc-l-ps-common")
-INTEL_DIST_X86_RPMS=(
-       "icc-l-all-32"
-       "icc-l-ps"
-       "icc-l-ps-ss-wrapper")
-INTEL_DIST_AMD64_RPMS=(
-       "icc-l-all"
-       "icc-l-ps-devel"
-       "icc-l-ps-ss"
-       "icc-l-ps-ss-devel")
-
-pkg_setup() {
-       if use doc; then
-               INTEL_DIST_DAT_RPMS+=(
-                       "icc-doc-16.0.2-181.noarch.rpm"
-                       "icc-ps-doc-16.0.2-181.noarch.rpm"
-                       "icc-ps-ss-doc-16.0.2-181.noarch.rpm")
-
-               if use l10n_ja; then
-                       INTEL_DIST_DAT_RPMS+=(
-                               "icc-ps-doc-jp-16.0.2-181.noarch.rpm")
-               fi
-       fi
-}

Reply via email to