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 1SNjZl-0007Ab-PS for garchives@archives.gentoo.org; Fri, 27 Apr 2012 11:43:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0F7DE0712; Fri, 27 Apr 2012 11:42:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B3170E06BE for ; Fri, 27 Apr 2012 11:42:19 +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 241C81B4016 for ; Fri, 27 Apr 2012 11:42:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BBB44E542E 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: <1335380783.cd77db834716ab028be4b6a752873fea4ac4b5ec.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/vtune/vtune-11.0.7.221625.ebuild X-VCS-Directories: dev-lang/vtune/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cd77db834716ab028be4b6a752873fea4ac4b5ec 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: 9141814e-7307-47c0-a960-749a2d799ff4 X-Archives-Hash: 7dd6f4a70b44f75fcc2b844edd457fed commit: cd77db834716ab028be4b6a752873fea4ac4b5ec Author: Nicolas Bigaouette gmail com> AuthorDate: Wed Apr 25 19:06:23 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Apr 25 19:06:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dcd77db83 Added ebuild for vtune 11.0.7.221625 using the "intel-sdp" eclass. --- dev-lang/vtune/vtune-11.0.7.221625.ebuild | 37 +++++++++++++++++++++++= ++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/dev-lang/vtune/vtune-11.0.7.221625.ebuild b/dev-lang/vtune/v= tune-11.0.7.221625.ebuild new file mode 100644 index 0000000..73d2506 --- /dev/null +++ b/dev-lang/vtune/vtune-11.0.7.221625.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +RESTRICT=3D"primaryuri" + +EAPI=3D4 + +INTEL_DPN=3Dvtune_amplifier_xe +INTEL_DID=3D2526 +INTEL_DPV=3D2011_update8 +INTEL_SUBDIR=3Dvtune_amplifier_xe + +inherit intel-sdp + +DESCRIPTION=3D"Intel VTune Amplifier XE" +HOMEPAGE=3D"http://software.intel.com/en-us/articles/intel-vtune-amplifi= er-xe/" +SRC_URI=3D"http://registrationcenter-download.intel.com/akdlm/irc_nas/${= INTEL_DID}/${INTEL_DPN}_${INTEL_DPV}.tar.gz" + +IUSE=3D"" +DEPEND=3D"" +RDEPEND=3D"${DEPEND}" + +QA_PREBUILT=3D" + ${INTEL_SDP_DIR}/bin32/* + ${INTEL_SDP_DIR}/bin64/* + ${INTEL_SDP_DIR}/lib32/* + ${INTEL_SDP_DIR}/lib64/*" +QA_PRESTRIPPED=3D" + ${INTEL_SDP_DIR}/bin32/* + ${INTEL_SDP_DIR}/bin64/* + ${INTEL_SDP_DIR}/lib32/* + ${INTEL_SDP_DIR}/lib64/*" + +INTEL_BIN_RPMS=3D"vtune-amplifier-xe-cli vtune-amplifier-xe-gui" +INTEL_DAT_RPMS=3D"vtune-amplifier-xe-sep vtune-amplifier-xe-pwr vtune-am= plifier-xe-cli-common vtune-amplifier-xe-common vtune-amplifier-xe-doc vt= une-amplifier-xe-gui-common" +INTEL_RPMS_DIRS=3D"rpm CLI_install/rpm"