From 3597e7c567dcef74079fd988322bd4d9720609d5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 20 Sep 2012 21:13:24 +0000 Subject: dev-lang/ifc: Avoid file collision (Portage version: 2.2.0_alpha130/cvs/Linux x86_64) --- dev-lang/ifc/ChangeLog | 8 +++++++- dev-lang/ifc/ifc-13.0.0.079-r1.ebuild | 37 +++++++++++++++++++++++++++++++++++ dev-lang/ifc/ifc-13.0.0.079.ebuild | 36 ---------------------------------- 3 files changed, 44 insertions(+), 37 deletions(-) create mode 100644 dev-lang/ifc/ifc-13.0.0.079-r1.ebuild delete mode 100644 dev-lang/ifc/ifc-13.0.0.079.ebuild (limited to 'dev-lang') diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 81b4f957208b..ee03c46b4079 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/ifc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.64 2012/09/16 19:23:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.65 2012/09/20 21:13:24 jlec Exp $ + +*ifc-13.0.0.079-r1 (20 Sep 2012) + + 20 Sep 2012; Justin Lecher -ifc-13.0.0.079.ebuild, + +ifc-13.0.0.079-r1.ebuild: + Avoid file collision *ifc-13.0.0.079 (16 Sep 2012) diff --git a/dev-lang/ifc/ifc-13.0.0.079-r1.ebuild b/dev-lang/ifc/ifc-13.0.0.079-r1.ebuild new file mode 100644 index 000000000000..b9777aed68c0 --- /dev/null +++ b/dev-lang/ifc/ifc-13.0.0.079-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-13.0.0.079-r1.ebuild,v 1.1 2012/09/20 21:13:24 jlec Exp $ + +EAPI=4 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=2749 +INTEL_DPV=2013 +INTEL_SUBDIR=composerxe + +inherit intel-sdp + +DESCRIPTION="Intel FORTRAN Compiler" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +IUSE="" + +RDEPEND="~dev-libs/intel-common-${PV}[compiler]" +DEPEND="${RDEPEND}" + +INTEL_BIN_RPMS="compilerprof compilerprof-devel" +INTEL_DAT_RPMS="compilerprof-common" + +CHECKREQS_DISK_BUILD=300M + +src_install() { + rm ${INTEL_SDP_DIR}/Documentation/en_US/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 +} diff --git a/dev-lang/ifc/ifc-13.0.0.079.ebuild b/dev-lang/ifc/ifc-13.0.0.079.ebuild deleted file mode 100644 index dc81dacc1165..000000000000 --- a/dev-lang/ifc/ifc-13.0.0.079.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-13.0.0.079.ebuild,v 1.1 2012/09/16 19:23:09 jlec Exp $ - -EAPI=4 - -INTEL_DPN=parallel_studio_xe -INTEL_DID=2749 -INTEL_DPV=2013 -INTEL_SUBDIR=composerxe - -inherit intel-sdp - -DESCRIPTION="Intel FORTRAN Compiler" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="" - -RDEPEND="~dev-libs/intel-common-${PV}[compiler]" -DEPEND="${RDEPEND}" - -INTEL_BIN_RPMS="compilerprof compilerprof-devel" -INTEL_DAT_RPMS="compilerprof-common" - -CHECKREQS_DISK_BUILD=300M - -src_install() { - 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 -} -- cgit v1.2.3-65-gdbad