diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-14 15:13:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-14 15:13:19 +0000 |
commit | e375000d7eca4296dc19adf32616a9d7d731372a (patch) | |
tree | 2797354523a230e6f0b05b00f81bf833dd8d8e4a /dev-lang/ifc | |
parent | Stable for amd64, wrt bug #456530 (diff) | |
download | gentoo-2-e375000d7eca4296dc19adf32616a9d7d731372a.tar.gz gentoo-2-e375000d7eca4296dc19adf32616a9d7d731372a.tar.bz2 gentoo-2-e375000d7eca4296dc19adf32616a9d7d731372a.zip |
dev-lang/ifc: Version Bump
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r-- | dev-lang/ifc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-13.1.2.146.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 0ac61ff83ee2..cc81655124c3 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/ifc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.68 2013/02/14 08:14:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.69 2013/02/14 15:13:19 jlec Exp $ + +*ifc-13.1.2.146 (14 Feb 2013) + + 14 Feb 2013; Justin Lecher <jlec@gentoo.org> +ifc-13.1.2.146.ebuild: + Version Bump 14 Feb 2013; Justin Lecher <jlec@gentoo.org> ifc-13.0.0.079-r1.ebuild, ifc-13.0.1.117.ebuild: diff --git a/dev-lang/ifc/ifc-13.1.2.146.ebuild b/dev-lang/ifc/ifc-13.1.2.146.ebuild new file mode 100644 index 000000000000..71b690f84851 --- /dev/null +++ b/dev-lang/ifc/ifc-13.1.2.146.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-13.1.2.146.ebuild,v 1.1 2013/02/14 15:13:19 jlec Exp $ + +EAPI=5 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=2987 +INTEL_DPV=2013_update2 +INTEL_SUBDIR=composerxe + +inherit intel-sdp + +DESCRIPTION="Intel FORTRAN Compiler" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +IUSE="" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="~dev-libs/intel-common-${PV}[compiler]" +DEPEND="${RDEPEND}" + +INTEL_BIN_RPMS="compilerprof compilerprof-devel" +INTEL_DAT_RPMS="compilerprof-common" + +CHECKREQS_DISK_BUILD=375M + +src_install() { + rm ${INTEL_SDP_DIR}/Documentation/ja_JP/gs_resources/intel_logo.gif || die + intel-sdp_src_install + local i + local idir=${INTEL_SDP_EDIR}/compiler/lib + for i in ${idir}/{ia32,intel64}/locale/ja_JP/{diagspt,flexnet,helpxi}.cat; do + if [[ -e "${i}" ]]; then + rm -rvf "${D}${i}" || die + fi + done +} |