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 B645D138A1A for ; Thu, 12 Feb 2015 09:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C907E0866; Thu, 12 Feb 2015 09:14:18 +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 BB271E0866 for ; Thu, 12 Feb 2015 09:14:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD664340762 for ; Thu, 12 Feb 2015 09:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0582C11963 for ; Thu, 12 Feb 2015 09:14:15 +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: <1423732686.ffb9c16cb6a6c3ed9f44ad97fb7159f3e7f748ec.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-15.2.393444.ebuild X-VCS-Directories: dev-lang/vtune/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ffb9c16cb6a6c3ed9f44ad97fb7159f3e7f748ec X-VCS-Branch: master Date: Thu, 12 Feb 2015 09:14:15 +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: baf0075a-5388-4ede-abc1-3b46198d8f62 X-Archives-Hash: 180f57d7a43506f73f26c78ff375efc3 commit: ffb9c16cb6a6c3ed9f44ad97fb7159f3e7f748ec Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 12 09:18:06 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 12 09:18:06 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ffb9c16c dev-lang/vtune: Version Bump Package-Manager: portage-2.2.17 --- dev-lang/vtune/ChangeLog | 8 ++++-- dev-lang/vtune/vtune-15.2.393444.ebuild | 50 +++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog index e4ae6a3..50fadc1 100644 --- a/dev-lang/vtune/ChangeLog +++ b/dev-lang/vtune/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-lang/vtune -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*vtune-15.2.393444 (12 Feb 2015) + + 12 Feb 2015; Justin Lecher +vtune-15.2.393444.ebuild: + dev-lang/vtune: Version Bump + *vtune-15.1.380310 (02 Dec 2014) 02 Dec 2014; Justin Lecher +vtune-15.1.380310.ebuild: @@ -40,4 +45,3 @@ 12 May 2012; Alexey Shvetsov +metadata.xml, vtune-11.0.7.221625.ebuild: [dev-lang/vtune] Fix ebuild eapi parsing and other minor issues - diff --git a/dev-lang/vtune/vtune-15.2.393444.ebuild b/dev-lang/vtune/vtune-15.2.393444.ebuild new file mode 100644 index 0000000..bee5ca2 --- /dev/null +++ b/dev-lang/vtune/vtune-15.2.393444.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=5207 +INTEL_DPV=2015_update2 +INTEL_SUBDIR=composerxe +INTEL_SINGLE_ARCH=false +INTEL_SDP_DIR=opt/intel/ + +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-2015-cli + vtune-amplifier-xe-2015-gui + ) +INTEL_AMD64_RPMS=( + vtune-amplifier-xe-2015-collector-64linux + ) +INTEL_X86_RPMS=( + vtune-amplifier-xe-2015-collector-32linux + ) +INTEL_DAT_RPMS=( + vtune-amplifier-xe-2015-cli-common + vtune-amplifier-xe-2015-common + vtune-amplifier-xe-2015-common-pset + vtune-amplifier-xe-2015-doc + vtune-amplifier-xe-2015-gui-common + vtune-amplifier-xe-2015-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" +}