From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38B9A1382C5 for ; Tue, 3 Apr 2018 16:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C593BE0D97; Tue, 3 Apr 2018 16:45:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 999AAE0D97 for ; Tue, 3 Apr 2018 16:45:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EA0E335C7C for ; Tue, 3 Apr 2018 16:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4527F27D for ; Tue, 3 Apr 2018 16:44:59 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1522773891.22c175ec1861288d99771508eca428a1f7582f8a.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/icc/icc-16.0.2.181.ebuild X-VCS-Directories: dev-lang/icc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 22c175ec1861288d99771508eca428a1f7582f8a X-VCS-Branch: master Date: Tue, 3 Apr 2018 16:44:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d762fa47-1070-44db-af6f-b25882719d09 X-Archives-Hash: a0cb58abd2205c0eb443a84f5d36fdfa commit: 22c175ec1861288d99771508eca428a1f7582f8a Author: Matthias Maier gentoo org> AuthorDate: Tue Apr 3 15:38:03 2018 +0000 Commit: Matthias Maier gentoo 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 -}