Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/
Date: Fri, 19 Feb 2016 09:27:52
Message-Id: 1455742935.ce019972e27ac1f73d1cea0c3351790eb205f13d.jlec@gentoo
1 commit: ce019972e27ac1f73d1cea0c3351790eb205f13d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 17 21:02:15 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 21:02:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce019972
7
8 dev-lang/icc: remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-lang/icc/icc-15.0.3.187-r1.ebuild | 37 -----------------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/dev-lang/icc/icc-15.0.3.187-r1.ebuild b/dev-lang/icc/icc-15.0.3.187-r1.ebuild
16 deleted file mode 100644
17 index 03481dc..0000000
18 --- a/dev-lang/icc/icc-15.0.3.187-r1.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -INTEL_DPN=parallel_studio_xe
28 -INTEL_DID=7538
29 -INTEL_DPV=2015_update3
30 -INTEL_SUBDIR=composerxe
31 -INTEL_SINGLE_ARCH=false
32 -
33 -inherit intel-sdp
34 -
35 -DESCRIPTION="Intel C/C++ Compiler"
36 -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
37 -
38 -IUSE="eclipse linguas_ja"
39 -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
40 -
41 -DEPEND="
42 - !dev-lang/ifc[linguas_ja]
43 - eclipse? ( dev-util/eclipse-sdk )"
44 -RDEPEND="${DEPEND}
45 - ~dev-libs/intel-common-${PV}[compiler,${MULTILIB_USEDEP}]"
46 -
47 -INTEL_BIN_RPMS=( compilerproc compilerproc-devel )
48 -INTEL_DAT_RPMS=( compilerproc-common compilerproc-vars )
49 -
50 -CHECKREQS_DISK_BUILD=325M
51 -
52 -src_install() {
53 - if ! use linguas_ja; then
54 - find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die
55 - fi
56 - intel-sdp_src_install
57 -}