commit:     61020031b50aa543e8179c2e171b50d6c82cefef
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  2 15:09:07 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Dec  2 15:09:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=61020031

dev-lang/vtune: Version BUmp

Package-Manager: portage-2.2.14

---
 dev-lang/vtune/ChangeLog                |  5 ++++
 dev-lang/vtune/vtune-15.1.380310.ebuild | 50 +++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog
index a400fe4..e4ae6a3 100644
--- a/dev-lang/vtune/ChangeLog
+++ b/dev-lang/vtune/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*vtune-15.1.380310 (02 Dec 2014)
+
+  02 Dec 2014; Justin Lecher <[email protected]> +vtune-15.1.380310.ebuild:
+  Version BUmp
+
 *vtune-13.1.17.353306 (02 Jun 2014)
 
   02 Jun 2014; Justin Lecher <[email protected]> +vtune-13.1.17.353306.ebuild:

diff --git a/dev-lang/vtune/vtune-15.1.380310.ebuild 
b/dev-lang/vtune/vtune-15.1.380310.ebuild
new file mode 100644
index 0000000..166972a
--- /dev/null
+++ b/dev-lang/vtune/vtune-15.1.380310.ebuild
@@ -0,0 +1,50 @@
+# 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=4992
+INTEL_DPV=2015_update1
+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"
+}

Reply via email to