public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/icc/
Date: Tue, 21 Feb 2012 18:41:39 +0000 (UTC)	[thread overview]
Message-ID: <1329849687.22cdf8aa151b62d4c1907e1308c17e4ec5751eb5.jlec@gentoo> (raw)

commit:     22cdf8aa151b62d4c1907e1308c17e4ec5751eb5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 18:41:27 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 18:41:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=22cdf8aa

Workaround file collision, #404257

(Portage version: 2.2.0_alpha88/git/Linux x86_64, unsigned Manifest commit)

---
 dev-lang/icc/ChangeLog             |    3 +++
 dev-lang/icc/icc-12.1.7.256.ebuild |   10 ++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/dev-lang/icc/ChangeLog b/dev-lang/icc/ChangeLog
index c07b485..faee556 100644
--- a/dev-lang/icc/ChangeLog
+++ b/dev-lang/icc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Feb 2012; Justin Lecher <jlec@gentoo.org> icc-12.1.7.256.ebuild:
+  Workaround file collision, #404257
+
 *icc-12.1.7.256 (16 Feb 2012)
 
   16 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> -icc-12.0.2.137.ebuild,

diff --git a/dev-lang/icc/icc-12.1.7.256.ebuild b/dev-lang/icc/icc-12.1.7.256.ebuild
index ef5059c..aa083ee 100644
--- a/dev-lang/icc/icc-12.1.7.256.ebuild
+++ b/dev-lang/icc/icc-12.1.7.256.ebuild
@@ -29,3 +29,13 @@ QA_PRESTRIPPED="${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so"
 
 INTEL_BIN_RPMS="compilerproc compilerproc-devel"
 INTEL_DAT_RPMS="compilerproc-common"
+
+src_install() {
+	intel-sdp_src_install
+	local i
+	for i in /opt/intel/composerxe-2011.7.256/compiler/lib/{ia32,intel64}/locale/ja_JP/{diagspt,flexnet}.cat; do
+		if [[ -e "${EPREFIX}${i}" ]]; then
+			rm -rf "${ED}${i}" || die
+		fi
+	done
+}



             reply	other threads:[~2012-02-21 18:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-21 18:41 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-05  6:30 [gentoo-commits] proj/sci:master commit in: dev-lang/icc/ Matthias Maier
2019-05-25  6:36 Matthias Maier
2018-04-03 16:44 Matthias Maier
2018-04-03 16:44 Matthias Maier
2018-04-03  3:52 Matthias Maier
2018-01-27 12:24 Justin Lecher
2016-02-19 10:12 Justin Lecher
2016-02-19  9:27 Justin Lecher
2016-02-15  8:19 Justin Lecher
2016-02-15  8:19 Justin Lecher
2012-12-10 21:29 Justin Lecher
2012-11-27 19:33 Justin Lecher
2012-02-16 22:35 Sebastien Fabbro
2011-10-25 17:16 Justin Lecher
2011-05-28 11:51 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1329849687.22cdf8aa151b62d4c1907e1308c17e4ec5751eb5.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox