From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RzuYL-0003XQ-Fc for garchives@archives.gentoo.org; Tue, 21 Feb 2012 18:35:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79CBAE158D; Tue, 21 Feb 2012 18:34:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4D134E158D for ; Tue, 21 Feb 2012 18:34:58 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A02D91B4023 for ; Tue, 21 Feb 2012 18:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 67DAAE53FF for ; Tue, 21 Feb 2012 18:34:56 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1329849276.e192471e74be5847ce4155b2b06fd9fd8e2622a0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ifc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/ifc/ChangeLog dev-lang/ifc/ifc-12.1.7.256.ebuild X-VCS-Directories: dev-lang/ifc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e192471e74be5847ce4155b2b06fd9fd8e2622a0 X-VCS-Branch: master Date: Tue, 21 Feb 2012 18:34:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: bf58375e-4d01-4ae7-ad8a-05556a35aabd X-Archives-Hash: 65599c6f035a752177df6032c4e80190 commit: e192471e74be5847ce4155b2b06fd9fd8e2622a0 Author: Justin Lecher gentoo org> AuthorDate: Tue Feb 21 18:34:36 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Feb 21 18:34:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3De192471e intermidiate commit --- dev-lang/ifc/ChangeLog | 3 +++ dev-lang/ifc/ifc-12.1.7.256.ebuild | 10 ++++++++++ 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 06cdf09..b286702 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Feb 2012; Justin Lecher ifc-12.1.7.256.ebuild: + Workaround file collision, #404257 + *ifc-12.1.7.256 (16 Feb 2012) =20 16 Feb 2012; S=C3=A9bastien Fabbro -ifc-12.0.2.1= 37.ebuild, diff --git a/dev-lang/ifc/ifc-12.1.7.256.ebuild b/dev-lang/ifc/ifc-12.1.7= .256.ebuild index 4675638..d2b47e2 100644 --- a/dev-lang/ifc/ifc-12.1.7.256.ebuild +++ b/dev-lang/ifc/ifc-12.1.7.256.ebuild @@ -27,3 +27,13 @@ QA_PRESTRIPPED=3D"${INTEL_SDP_DIR}/compiler/lib/*/.*li= bFNP.so" =20 INTEL_BIN_RPMS=3D"compilerprof compilerprof-devel" INTEL_DAT_RPMS=3D"compilerprof-common" + +src_install() { + intel-sdp_src_install + local i + for i in /opt/intel/composerxe-2011.7.256/compiler/lib/{ia32,intel64}/l= ocale/ja_JP/{diagspt,flexnet}.cat; do + if [[ -e "${EPREFIX}${i}" ]]; then + rm -rf "${ED}${i}" || die + fi + done +}