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 1QMwla-000752-GS for garchives@archives.gentoo.org; Thu, 19 May 2011 06:31:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EEA51C0EB; Thu, 19 May 2011 06:31:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D89431C0EB for ; Thu, 19 May 2011 06:31:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B48D1B4010 for ; Thu, 19 May 2011 06:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9BA8580504 for ; Thu, 19 May 2011 06:31:15 +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: Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/intel-common/ChangeLog dev-libs/intel-common/intel-common-12.0.2.137.ebuild X-VCS-Directories: dev-libs/intel-common/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cb764bfe0496ff0eedb7abe9e059ea7062a95d78 Date: Thu, 19 May 2011 06:31:15 +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: X-Archives-Hash: 47d735ba00af1ee539e991c021ff1add commit: cb764bfe0496ff0eedb7abe9e059ea7062a95d78 Author: Justin Lecher gentoo org> AuthorDate: Thu May 19 06:31:07 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu May 19 06:31:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dcb764bfe Fix license dir to /opt/intel/composerxe-2011.2.137/licenses/ (Portage version: 2.2.0_alpha34/git/Linux x86_64, unsigned Manifest commi= t) --- dev-libs/intel-common/ChangeLog | 3 +++ .../intel-common/intel-common-12.0.2.137.ebuild | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/Chan= geLog index 304d54d..1c7b581 100644 --- a/dev-libs/intel-common/ChangeLog +++ b/dev-libs/intel-common/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ =20 19 May 2011; Justin Lecher intel-common-12.0.2.137.e= build: + Fix license dir to /opt/intel/composerxe-2011.2.137/licenses/ + + 19 May 2011; Justin Lecher intel-common-12.0.2.137.e= build: Add missing path to LDPATH, #367959 =20 31 Mar 2011; Justin Lecher intel-common-12.0.2.137.e= build: diff --git a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild b/dev-l= ibs/intel-common/intel-common-12.0.2.137.ebuild index b4679aa..c6da3d0 100644 --- a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild +++ b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild @@ -44,6 +44,7 @@ src_install() { cat > ${fenv} <<-EOF NLSPATH=3D${INTEL_SDP_EDIR}/lib/locale/en_US/%N MANPATH=3D${INTEL_SDP_EDIR}/man/en_US + INTEL_LICENSE_FILE=3D${INTEL_SDP_EDIR}/licenses EOF for arch in ${INTEL_ARCH}; do path=3D${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/= bin/${arch} @@ -56,4 +57,7 @@ src_install() { LDPATH=3D${ldpath#:} EOF doenvd ${fenv} || die + + dodir ${INTEL_SDP_EDIR}/licenses + keepdir ${INTEL_SDP_EDIR}/licenses }