Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: ifc-14.0.3.174.ebuild ChangeLog
Date: Mon, 02 Jun 2014 11:27:31
Message-Id: 20140602112727.7E9582004E@flycatcher.gentoo.org
1 jlec 14/06/02 11:27:27
2
3 Modified: ChangeLog
4 Added: ifc-14.0.3.174.ebuild
5 Log:
6 dev-lang/ifc: Version Bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.76 dev-lang/ifc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.76&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.76&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.75&r2=1.76
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
20 retrieving revision 1.75
21 retrieving revision 1.76
22 diff -u -r1.75 -r1.76
23 --- ChangeLog 24 Mar 2014 18:04:21 -0000 1.75
24 +++ ChangeLog 2 Jun 2014 11:27:27 -0000 1.76
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/ifc
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.75 2014/03/24 18:04:21 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.76 2014/06/02 11:27:27 jlec Exp $
30 +
31 +*ifc-14.0.3.174 (02 Jun 2014)
32 +
33 + 02 Jun 2014; Justin Lecher <jlec@g.o> +ifc-14.0.3.174.ebuild:
34 + Version Bump
35
36 *ifc-14.0.2.144 (24 Mar 2014)
37
38
39
40
41 1.1 dev-lang/ifc/ifc-14.0.3.174.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-14.0.3.174.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-14.0.3.174.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ifc-14.0.3.174.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-14.0.3.174.ebuild,v 1.1 2014/06/02 11:27:27 jlec Exp $
51
52 EAPI=5
53
54 INTEL_DPN=parallel_studio_xe
55 INTEL_DID=4220
56 INTEL_DPV=2013_sp1_update3
57 INTEL_SUBDIR=composerxe
58 INTEL_SINGLE_ARCH=false
59
60 inherit intel-sdp
61
62 DESCRIPTION="Intel FORTRAN Compiler"
63 HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
64
65 IUSE="linguas_ja"
66 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
67
68 DEPEND="!dev-lang/ifc[linguas_jp]"
69 RDEPEND="${DEPEND}
70 ~dev-libs/intel-common-${PV}[compiler,multilib=]"
71
72 INTEL_BIN_RPMS="compilerprof compilerprof-devel"
73 INTEL_DAT_RPMS="compilerprof-common"
74
75 CHECKREQS_DISK_BUILD=375M
76
77 src_install() {
78 if ! use linguas_ja; then
79 find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die
80 fi
81 intel-sdp_src_install
82 }