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 1SNjZa-00078m-EH for garchives@archives.gentoo.org; Fri, 27 Apr 2012 11:42:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 715BCE06B7; Fri, 27 Apr 2012 11:42:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3BED7E0698 for ; Fri, 27 Apr 2012 11:42:18 +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 9C0FB1B4030 for ; Fri, 27 Apr 2012 11:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5EC6AE5402 for ; Fri, 27 Apr 2012 11:42:16 +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: <1335380733.13ea9a44e5db8412c10fd40387c4cd4b17b79633.jlec@gentoo> 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: 13ea9a44e5db8412c10fd40387c4cd4b17b79633 X-VCS-Branch: master Date: Fri, 27 Apr 2012 11:42:16 +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: 2e8c93c1-56cc-4426-98f0-4bece4ac2a01 X-Archives-Hash: 8b45aecfb61055bb076863e501de6586 commit: 13ea9a44e5db8412c10fd40387c4cd4b17b79633 Author: Nicolas Bigaouette gmail com> AuthorDate: Wed Apr 25 18:20:03 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Apr 25 19:05:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D13ea9a44 Matching the archive for ".tgz" specifically breaks VTune which has .tar.= gz as archive. Instead, remove everything after the first dot (the .tar.g= z or .tgz part). --- eclass/intel-sdp.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index 1d986b1..932466b 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -97,7 +97,7 @@ intel-sdp_src_unpack() { # TODO: need to find a fast way to find the rpmdir # in some cases rpms are in rpms/, in other cases in rpm/ # tar tvf is too slow for 1.4G tar balls - rpmdir=3D${t%.tgz}/rpm + rpmdir=3D${t%%.*}/rpm for r in ${INTEL_RPMS}; do einfo "Unpacking ${r}" l=3D.${r}_$(date +'%d%m%y_%H%M%S').log