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: Wed, 24 Jul 2013 09:17:31 +0000 (UTC)	[thread overview]
Message-ID: <1374657308.961cb55869c5b431756a527949fb36a6d8a12ad5.jlec@gentoo> (raw)

commit:     961cb55869c5b431756a527949fb36a6d8a12ad5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 09:15:08 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 09:15:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=961cb558

dev-lang/vtune: Version BUmp and fix missing libs, #472572

Package-Manager: portage-2.2.0_alpha188

---
 dev-lang/vtune/ChangeLog                           |  4 +++
 ...4.270817.ebuild => vtune-13.1.10.298370.ebuild} | 26 +++++++--------
 dev-lang/vtune/vtune-13.1.9.295420.ebuild          | 38 ----------------------
 3 files changed, 15 insertions(+), 53 deletions(-)

diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog
index 7887880..3c6e776 100644
--- a/dev-lang/vtune/ChangeLog
+++ b/dev-lang/vtune/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jul 2013; Justin Lecher <jlec@gentoo.org> -vtune-13.1.4.270817.ebuild,
+  -vtune-13.1.9.295420.ebuild, +vtune-13.1.10.298370.ebuild:
+  Version BUmp and fix missing libs, #472572
+
 *vtune-13.1.9.295420 (14 Jul 2013)
 
   14 Jul 2013; Justin Lecher <jlec@gentoo.org> +vtune-13.1.9.295420.ebuild:

diff --git a/dev-lang/vtune/vtune-13.1.4.270817.ebuild b/dev-lang/vtune/vtune-13.1.10.298370.ebuild
similarity index 53%
rename from dev-lang/vtune/vtune-13.1.4.270817.ebuild
rename to dev-lang/vtune/vtune-13.1.10.298370.ebuild
index 4a1e089..79f7915 100644
--- a/dev-lang/vtune/vtune-13.1.4.270817.ebuild
+++ b/dev-lang/vtune/vtune-13.1.10.298370.ebuild
@@ -4,10 +4,12 @@
 
 EAPI=5
 
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2987
-INTEL_DPV=2013_update2
+INTEL_DPN=vtune_amplifier_xe
+INTEL_DID=3290
+INTEL_DPV=2013_update10
 INTEL_SUBDIR=vtune_amplifier_xe
+INTEL_TARX=tar.gz
+INTEL_SINGLE_ARCH=false
 
 inherit intel-sdp multilib
 
@@ -17,22 +19,16 @@ 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-gui"
-INTEL_DAT_RPMS="vtune-amplifier-xe-gui-common"
-#INTEL_RPMS_DIRS="rpm CLI_install/rpm"
-
-create_bin_symlink() {
-	_libdir=$(get_libdir)
-	_arch=${_libdir/lib/}
-	dosym /${INTEL_SDP_DIR}/bin${_arch}/${1} /opt/bin/${1}
-}
+INTEL_BIN_RPMS="vtune-amplifier-xe-gui CLI_install/rpm/intel-vtune-amplifier-xe-cli"
+INTEL_DAT_RPMS="vtune-amplifier-xe-gui-common CLI_install/rpm/intel-vtune-amplifier-xe-cli-common"
 
 src_install() {
 	intel-sdp_src_install
 
-	# Create symbolic links
-	create_bin_symlink amplxe-gui
-	create_bin_symlink amplxe-configurator
+	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"
 }

diff --git a/dev-lang/vtune/vtune-13.1.9.295420.ebuild b/dev-lang/vtune/vtune-13.1.9.295420.ebuild
deleted file mode 100644
index 3d441a1..0000000
--- a/dev-lang/vtune/vtune-13.1.9.295420.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=3266
-INTEL_DPV=2013_update4
-INTEL_SUBDIR=vtune_amplifier_xe
-
-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-gui"
-INTEL_DAT_RPMS="vtune-amplifier-xe-gui-common"
-#INTEL_RPMS_DIRS="rpm CLI_install/rpm"
-
-create_bin_symlink() {
-	_libdir=$(get_libdir)
-	_arch=${_libdir/lib/}
-	dosym /${INTEL_SDP_DIR}/bin${_arch}/${1} /opt/bin/${1}
-}
-
-src_install() {
-	intel-sdp_src_install
-
-	# Create symbolic links
-	create_bin_symlink amplxe-gui
-	create_bin_symlink amplxe-configurator
-
-	make_desktop_entry amplxe-gui "VTune Amplifier XE" "" "Development;Debugger"
-}


             reply	other threads:[~2013-07-24  9:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-24  9:17 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
2015-02-12  9:14 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
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=1374657308.961cb55869c5b431756a527949fb36a6d8a12ad5.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