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 1RIke2-00050v-NC for garchives@archives.gentoo.org; Tue, 25 Oct 2011 17:18:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B2C921C097; Tue, 25 Oct 2011 17:16:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5669821C038 for ; Tue, 25 Oct 2011 17:16:47 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB5041B4047 for ; Tue, 25 Oct 2011 17:16:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3E5DF80042 for ; Tue, 25 Oct 2011 17:16:46 +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: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/intel-sdp.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e6e0b71474c052c20da23c4d5ca1e253a742dc0d Date: Tue, 25 Oct 2011 17:16:46 +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: 110c7009cc5e7cf28aa53b98ebcbd213 commit: e6e0b71474c052c20da23c4d5ca1e253a742dc0d Author: Justin Lecher gentoo org> AuthorDate: Tue Oct 25 12:19:21 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Oct 25 12:19:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3De6e0b714 fix usage of check-reqs.eclass Adopt changes in new intel tarball --- eclass/intel-sdp.eclass | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index 23bc00a..7b03379 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -52,6 +52,7 @@ RESTRICT=3D"mirror" RDEPEND=3D"" DEPEND=3D">=3Dapp-arch/rpm2targz-9.0.0.3g" INTEL_SDP_YEAR=3D${INTEL_DPV%_update*} +INTEL_SDP_YEAR=3D${INTEL_DPV%_sp*} INTEL_SDP_DIR=3D"opt/intel/${INTEL_SUBDIR}-${INTEL_SDP_YEAR:-${INTEL_PV1= }}.${INTEL_PV3}.${INTEL_PV4}" INTEL_SDP_EDIR=3D"${EROOT%/}/${INTEL_SDP_DIR}" =20 @@ -79,7 +80,7 @@ intel-sdp_pkg_setup() { for p in ${INTEL_DAT_RPMS}; do INTEL_RPMS=3D"${INTEL_RPMS} intel-${p}-${INTEL_PV4}-${INTEL_PV1}.${INT= EL_PV2}-${INTEL_PV3}.noarch.rpm" done - [[ -z ${CHECKREQS_DISK_BUILD} ]] && CHECKREQS_DISK_BUILD=3D256 + [[ -z ${CHECKREQS_DISK_BUILD} ]] && CHECKREQS_DISK_BUILD=3D256M check-reqs_pkg_setup } =20 @@ -100,6 +101,7 @@ intel-sdp_src_unpack() { mv ${l} opt/intel/ || die "failed moving extract log file" done done + mv -v opt/intel/* ${INTEL_SDP_DIR} || die "Correction of INTEL_SDP_DIR = failed" } =20 intel_link_eclipse_plugins() {