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 E9F3A138E20 for ; Fri, 21 Feb 2014 16:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35BB2E0EBE; Fri, 21 Feb 2014 16:19:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F4010E0F80 for ; Fri, 21 Feb 2014 16:19:20 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3011133F908 for ; Fri, 21 Feb 2014 16:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id F2C4A188CA for ; Fri, 21 Feb 2014 16:19:18 +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: <1392998790.03476b9459a6e2cd2063a7439c5bc0bbc5720334.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/vtune/ChangeLog dev-lang/vtune/vtune-13.1.13.313935.ebuild X-VCS-Directories: dev-lang/vtune/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 03476b9459a6e2cd2063a7439c5bc0bbc5720334 X-VCS-Branch: master Date: Fri, 21 Feb 2014 16:19:18 +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: 5909d037-61c2-496d-956e-7b4fc3c8d9b4 X-Archives-Hash: ac17df3d41498915b5466f3117d41f45 commit: 03476b9459a6e2cd2063a7439c5bc0bbc5720334 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 21 16:06:30 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 21 16:06:30 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=03476b94 dev-lang/vtune: Version Bump, #500386 Package-Manager: portage-2.2.8-r1 --- dev-lang/vtune/ChangeLog | 7 ++++- dev-lang/vtune/vtune-13.1.13.313935.ebuild | 43 ++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog index ec6a851..a02d4d6 100644 --- a/dev-lang/vtune/ChangeLog +++ b/dev-lang/vtune/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-lang/vtune -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*vtune-13.1.13.313935 (21 Feb 2014) + + 21 Feb 2014; Justin Lecher +vtune-13.1.13.313935.ebuild: + Version Bump, #500386 + *vtune-13.1.12.305106 (02 Oct 2013) 02 Oct 2013; Justin Lecher +vtune-13.1.12.305106.ebuild: diff --git a/dev-lang/vtune/vtune-13.1.13.313935.ebuild b/dev-lang/vtune/vtune-13.1.13.313935.ebuild new file mode 100644 index 0000000..88a69dd --- /dev/null +++ b/dev-lang/vtune/vtune-13.1.13.313935.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=3644 +INTEL_DPV=2013_sp1_update1 +INTEL_SUBDIR=composerxe +INTEL_SINGLE_ARCH=false + +inherit intel-sdp multilib + +DESCRIPTION="Intel VTune Amplifier XE" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/" + +IUSE="" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" + +INTEL_BIN_RPMS=" + vtune-amplifier-xe-cli + vtune-amplifier-xe-collector-linux + vtune-amplifier-xe-gui" +INTEL_DAT_RPMS=" + vtune-amplifier-xe-cli-common + vtune-amplifier-xe-common + vtune-amplifier-xe-common-pset + vtune-amplifier-xe-doc + vtune-amplifier-xe-gui-common + vtune-amplifier-xe-pwr + vtune-amplifier-xe-sep" + +src_install() { + intel-sdp_src_install + + cat >> "${T}"/50vtune <<- EOF + PATH=${INTEL_SDP_EDIR}/bin64:${INTEL_SDP_EDIR}/bin32 + EOF + doenvd "${T}"/50vtune + + make_desktop_entry amplxe-gui "VTune Amplifier XE" "" "Development;Debugger" +}