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-15.0.1.133.ebuild ChangeLog
Date: Sun, 30 Nov 2014 17:58:42
Message-Id: 20141130175839.A5473B3C5@oystercatcher.gentoo.org
1 jlec 14/11/30 17:58:39
2
3 Modified: ChangeLog
4 Added: ifc-15.0.1.133.ebuild
5 Log:
6 dev-lang/ifc: Version Bump
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.78 dev-lang/ifc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.78&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.78&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.77&r2=1.78
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
20 retrieving revision 1.77
21 retrieving revision 1.78
22 diff -u -r1.77 -r1.78
23 --- ChangeLog 15 Sep 2014 14:01:45 -0000 1.77
24 +++ ChangeLog 30 Nov 2014 17:58:39 -0000 1.78
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.77 2014/09/15 14:01:45 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.78 2014/11/30 17:58:39 jlec Exp $
30 +
31 +*ifc-15.0.1.133 (30 Nov 2014)
32 +
33 + 30 Nov 2014; Justin Lecher <jlec@g.o> +ifc-15.0.1.133.ebuild:
34 + Version Bump
35
36 *ifc-15.0.0.090 (15 Sep 2014)
37
38
39
40
41 1.1 dev-lang/ifc/ifc-15.0.1.133.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-15.0.1.133.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-15.0.1.133.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ifc-15.0.1.133.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-15.0.1.133.ebuild,v 1.1 2014/11/30 17:58:39 jlec Exp $
51
52 EAPI=5
53
54 INTEL_DPN=parallel_studio_xe
55 INTEL_DID=4992
56 INTEL_DPV=2015_update1
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 compilerprof-vars"
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 }