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-13.1.3.163.ebuild
Date: Thu, 02 May 2013 14:15:47
Message-Id: 20130502141543.ADCD32171D@flycatcher.gentoo.org
1 jlec 13/05/02 14:15:43
2
3 Modified: ChangeLog
4 Added: ifc-13.1.3.163.ebuild
5 Log:
6 dev-lang/ifc: Version Bump
7
8 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.70 dev-lang/ifc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.70&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.70&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.69&r2=1.70
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
20 retrieving revision 1.69
21 retrieving revision 1.70
22 diff -u -r1.69 -r1.70
23 --- ChangeLog 14 Feb 2013 15:13:19 -0000 1.69
24 +++ ChangeLog 2 May 2013 14:15:43 -0000 1.70
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/ifc
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.69 2013/02/14 15:13:19 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.70 2013/05/02 14:15:43 jlec Exp $
30 +
31 +*ifc-13.1.3.163 (02 May 2013)
32 +
33 + 02 May 2013; Justin Lecher <jlec@g.o> +ifc-13.1.3.163.ebuild:
34 + Version Bump
35
36 *ifc-13.1.2.146 (14 Feb 2013)
37
38
39
40
41 1.1 dev-lang/ifc/ifc-13.1.3.163.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-13.1.3.163.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-13.1.3.163.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ifc-13.1.3.163.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-13.1.3.163.ebuild,v 1.1 2013/05/02 14:15:43 jlec Exp $
51
52 EAPI=5
53
54 INTEL_DPN=parallel_studio_xe
55 INTEL_DID=3078
56 INTEL_DPV=2013_update3
57 INTEL_SUBDIR=composerxe
58
59 inherit intel-sdp
60
61 DESCRIPTION="Intel FORTRAN Compiler"
62 HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
63
64 IUSE=""
65 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
66
67 RDEPEND="~dev-libs/intel-common-${PV}[compiler]"
68 DEPEND="${RDEPEND}"
69
70 INTEL_BIN_RPMS="compilerprof compilerprof-devel"
71 INTEL_DAT_RPMS="compilerprof-common"
72
73 CHECKREQS_DISK_BUILD=375M
74
75 src_install() {
76 rm ${INTEL_SDP_DIR}/Documentation/ja_JP/gs_resources/intel_logo.gif || die
77 intel-sdp_src_install
78 local i
79 local idir=${INTEL_SDP_EDIR}/compiler/lib
80 for i in ${idir}/{ia32,intel64}/locale/ja_JP/{diagspt,flexnet,helpxi}.cat; do
81 if [[ -e "${i}" ]]; then
82 rm -rvf "${D}${i}" || die
83 fi
84 done
85 }