diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-02 14:15:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-02 14:15:43 +0000 |
commit | eee6e0f258a01c12d146277d609fce5aaf52f937 (patch) | |
tree | 4103aa09d620d77ea0d14da6dae4449e91cb6402 /dev-lang | |
parent | dev-libs/intel-common: Version Bump (diff) | |
download | gentoo-2-eee6e0f258a01c12d146277d609fce5aaf52f937.tar.gz gentoo-2-eee6e0f258a01c12d146277d609fce5aaf52f937.tar.bz2 gentoo-2-eee6e0f258a01c12d146277d609fce5aaf52f937.zip |
dev-lang/ifc: Version Bump
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ifc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-13.1.3.163.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index cc81655124c3..9bb3687286e9 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.69 2013/02/14 15:13:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.70 2013/05/02 14:15:43 jlec Exp $ + +*ifc-13.1.3.163 (02 May 2013) + + 02 May 2013; Justin Lecher <jlec@gentoo.org> +ifc-13.1.3.163.ebuild: + Version Bump *ifc-13.1.2.146 (14 Feb 2013) diff --git a/dev-lang/ifc/ifc-13.1.3.163.ebuild b/dev-lang/ifc/ifc-13.1.3.163.ebuild new file mode 100644 index 000000000000..eaccedd0bcb5 --- /dev/null +++ b/dev-lang/ifc/ifc-13.1.3.163.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.3.163.ebuild,v 1.1 2013/05/02 14:15:43 jlec Exp $ + +EAPI=5 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=3078 +INTEL_DPV=2013_update3 +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 +} |