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/ifc/
Date: Fri, 19 Feb 2016 09:27:50
Message-Id: 1455742909.196b45f499f5b77a27d5dc1d81d7904e1346a0f0.jlec@gentoo
1 commit: 196b45f499f5b77a27d5dc1d81d7904e1346a0f0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 17 21:01:49 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 21:01:49 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=196b45f4
7
8 dev-lang/ifc: remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-lang/ifc/ifc-15.0.3.187-r1.ebuild | 36 -----------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/dev-lang/ifc/ifc-15.0.3.187-r1.ebuild b/dev-lang/ifc/ifc-15.0.3.187-r1.ebuild
16 deleted file mode 100644
17 index 3744d2c..0000000
18 --- a/dev-lang/ifc/ifc-15.0.3.187-r1.ebuild
19 +++ /dev/null
20 @@ -1,36 +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 FORTRAN Compiler"
36 -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
37 -
38 -IUSE="linguas_ja"
39 -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
40 -
41 -DEPEND="!dev-lang/ifc[linguas_jp]"
42 -RDEPEND="${DEPEND}
43 - ~dev-libs/intel-common-${PV}[compiler,${MULTILIB_USEDEP}]"
44 -
45 -INTEL_BIN_RPMS=( compilerprof compilerprof-devel )
46 -INTEL_DAT_RPMS=( compilerprof-common compilerprof-vars )
47 -
48 -CHECKREQS_DISK_BUILD=375M
49 -
50 -src_install() {
51 - if ! use linguas_ja; then
52 - find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die
53 - fi
54 -
55 - intel-sdp_src_install
56 -}