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: ChangeLog ifc-14.0.2.144.ebuild
Date: Mon, 24 Mar 2014 18:04:29
Message-Id: 20140324180422.0E88720054@flycatcher.gentoo.org
1 jlec 14/03/24 18:04:21
2
3 Modified: ChangeLog
4 Added: ifc-14.0.2.144.ebuild
5 Log:
6 dev-lang/ifc: Version Bump
7
8 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.75 dev-lang/ifc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.75&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.75&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.74&r2=1.75
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
20 retrieving revision 1.74
21 retrieving revision 1.75
22 diff -u -r1.74 -r1.75
23 --- ChangeLog 22 Mar 2014 12:25:41 -0000 1.74
24 +++ ChangeLog 24 Mar 2014 18:04:21 -0000 1.75
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.74 2014/03/22 12:25:41 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.75 2014/03/24 18:04:21 jlec Exp $
30 +
31 +*ifc-14.0.2.144 (24 Mar 2014)
32 +
33 + 24 Mar 2014; Justin Lecher <jlec@g.o> +ifc-14.0.2.144.ebuild:
34 + Version Bump
35
36 22 Mar 2014; Justin Lecher <jlec@g.o> ifc-13.0.0.079-r1.ebuild,
37 ifc-13.0.1.117.ebuild, ifc-13.1.2.146.ebuild, ifc-13.1.3.163.ebuild,
38
39
40
41 1.1 dev-lang/ifc/ifc-14.0.2.144.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-14.0.2.144.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-14.0.2.144.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ifc-14.0.2.144.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.2.144.ebuild,v 1.1 2014/03/24 18:04:21 jlec Exp $
51
52 EAPI=5
53
54 INTEL_DPN=parallel_studio_xe
55 INTEL_DID=3949
56 INTEL_DPV=2013_sp1_update2
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 }