From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ACDCB1381F3 for ; Tue, 27 Nov 2012 19:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E0B621C0BD; Tue, 27 Nov 2012 19:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C75DA21C0BD for ; Tue, 27 Nov 2012 19:33:53 +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 9F16433D9CE for ; Tue, 27 Nov 2012 19:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1596AE5446 for ; Tue, 27 Nov 2012 19:33:51 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1354044116.b307a81c9621e160eaeb4dc744b6e10f890c3bd2.jlec@gentoo> 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-13.0.0.079-r1.ebuild dev-libs/intel-common/intel-common-13.0.1.117.ebuild dev-libs/intel-common/metadata.xml X-VCS-Directories: dev-libs/intel-common/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b307a81c9621e160eaeb4dc744b6e10f890c3bd2 X-VCS-Branch: master Date: Tue, 27 Nov 2012 19:33:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b8a61440-141a-4b01-8bfc-e3230d2f62d5 X-Archives-Hash: 94df064ed13b52a6f7e075cb1f6d4c92 commit: b307a81c9621e160eaeb4dc744b6e10f890c3bd2 Author: Justin Lecher gentoo org> AuthorDate: Thu Nov 15 11:54:27 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 27 19:21:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b307a81c dev-libs/intel-common: Version Bump; drop creation of license dir Package-Manager: portage-2.2.0_alpha142 --- dev-libs/intel-common/ChangeLog | 7 +++++++ ...79-r1.ebuild => intel-common-13.0.1.117.ebuild} | 7 +++---- dev-libs/intel-common/metadata.xml | 10 +++++----- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog index 22f2399..e22ac9d 100644 --- a/dev-libs/intel-common/ChangeLog +++ b/dev-libs/intel-common/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/ChangeLog,v 1.4 2012/11/14 18:34:25 bicatali Exp $ +*intel-common-13.0.1.117 (15 Nov 2012) + + 15 Nov 2012; Justin Lecher + -intel-common-13.0.0.079-r1.ebuild, +intel-common-13.0.1.117.ebuild, + metadata.xml: + Version Bump; drop creation of license dir + 14 Nov 2012; Sébastien Fabbro metadata.xml: Removing myself from maintainer diff --git a/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild b/dev-libs/intel-common/intel-common-13.0.1.117.ebuild similarity index 92% rename from dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild rename to dev-libs/intel-common/intel-common-13.0.1.117.ebuild index 4692811..1d363a4 100644 --- a/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild +++ b/dev-libs/intel-common/intel-common-13.0.1.117.ebuild @@ -5,8 +5,8 @@ EAPI=4 INTEL_DPN=parallel_studio_xe -INTEL_DID=2749 -INTEL_DPV=2013 +INTEL_DID=2872 +INTEL_DPV=2013_update1 INTEL_SUBDIR=composerxe inherit intel-sdp @@ -35,7 +35,7 @@ src_install() { cat > ${fenv} <<-EOF NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N MANPATH=${INTEL_SDP_EDIR}/man/en_US - INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses + INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license" EOF for arch in ${INTEL_ARCH}; do path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch} @@ -49,7 +49,6 @@ src_install() { EOF doenvd ${fenv} - dodir ${INTEL_SDP_DIR}/licenses cat >> "${T}"/40-${PN} <<- EOF SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}" diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml index 5a311a4..3d33728 100644 --- a/dev-libs/intel-common/metadata.xml +++ b/dev-libs/intel-common/metadata.xml @@ -1,12 +1,12 @@ -sci - + sci + This package contains the core files to be installed for the Intel compilers and libraries. Probably useless if installed standalone. - - Install the libraries needed for the icc and ifort compilers - + + Install the libraries needed for the icc and ifort compilers +