public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
Date: Thu, 12 Feb 2015 09:14:15 +0000 (UTC)	[thread overview]
Message-ID: <1423732686.ffb9c16cb6a6c3ed9f44ad97fb7159f3e7f748ec.jlec@gentoo> (raw)

commit:     ffb9c16cb6a6c3ed9f44ad97fb7159f3e7f748ec
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 12 09:18:06 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> +vtune-15.2.393444.ebuild:
+  dev-lang/vtune: Version Bump
+
 *vtune-15.1.380310 (02 Dec 2014)
 
   02 Dec 2014; Justin Lecher <jlec@gentoo.org> +vtune-15.1.380310.ebuild:
@@ -40,4 +45,3 @@
   12 May 2012; Alexey Shvetsov <alexxy@gentoo.org> +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"
+}


             reply	other threads:[~2015-02-12  9:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-12  9:14 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-05  6:30 [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/ Matthias Maier
2018-04-03 16:44 Matthias Maier
2018-04-03 16:44 Matthias Maier
2016-02-22 13:25 Justin Lecher
2016-02-22 13:25 Justin Lecher
2015-06-24  9:51 Justin Lecher
2014-12-02 15:36 Justin Lecher
2014-06-03  7:06 Justin Lecher
2014-02-21 16:19 Justin Lecher
2013-10-02 14:26 Justin Lecher
2013-07-24  9:17 Justin Lecher
2012-05-12 18:07 Alexey Shvetsov
2012-04-27 11:42 Justin Lecher
2012-04-27 11:42 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1423732686.ffb9c16cb6a6c3ed9f44ad97fb7159f3e7f748ec.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox