* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2012-04-27 11:42 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2012-04-27 11:42 UTC (permalink / raw
To: gentoo-commits
commit: cd77db834716ab028be4b6a752873fea4ac4b5ec
Author: Nicolas Bigaouette <nbigaouette <AT> gmail <DOT> com>
AuthorDate: Wed Apr 25 19:06:23 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 19:06:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cd77db83
Added ebuild for vtune 11.0.7.221625 using the "intel-sdp" eclass.
---
dev-lang/vtune/vtune-11.0.7.221625.ebuild | 37 +++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dev-lang/vtune/vtune-11.0.7.221625.ebuild b/dev-lang/vtune/vtune-11.0.7.221625.ebuild
new file mode 100644
index 0000000..73d2506
--- /dev/null
+++ b/dev-lang/vtune/vtune-11.0.7.221625.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+RESTRICT="primaryuri"
+
+EAPI=4
+
+INTEL_DPN=vtune_amplifier_xe
+INTEL_DID=2526
+INTEL_DPV=2011_update8
+INTEL_SUBDIR=vtune_amplifier_xe
+
+inherit intel-sdp
+
+DESCRIPTION="Intel VTune Amplifier XE"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/"
+SRC_URI="http://registrationcenter-download.intel.com/akdlm/irc_nas/${INTEL_DID}/${INTEL_DPN}_${INTEL_DPV}.tar.gz"
+
+IUSE=""
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+QA_PREBUILT="
+ ${INTEL_SDP_DIR}/bin32/*
+ ${INTEL_SDP_DIR}/bin64/*
+ ${INTEL_SDP_DIR}/lib32/*
+ ${INTEL_SDP_DIR}/lib64/*"
+QA_PRESTRIPPED="
+ ${INTEL_SDP_DIR}/bin32/*
+ ${INTEL_SDP_DIR}/bin64/*
+ ${INTEL_SDP_DIR}/lib32/*
+ ${INTEL_SDP_DIR}/lib64/*"
+
+INTEL_BIN_RPMS="vtune-amplifier-xe-cli vtune-amplifier-xe-gui"
+INTEL_DAT_RPMS="vtune-amplifier-xe-sep vtune-amplifier-xe-pwr vtune-amplifier-xe-cli-common vtune-amplifier-xe-common vtune-amplifier-xe-doc vtune-amplifier-xe-gui-common"
+INTEL_RPMS_DIRS="rpm CLI_install/rpm"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2012-04-27 11:42 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2012-04-27 11:42 UTC (permalink / raw
To: gentoo-commits
commit: 536bdeaaf6993fb2f30112be9d17ca1bf872f45f
Author: Nicolas Bigaouette <nbigaouette <AT> gmail <DOT> com>
AuthorDate: Wed Apr 25 19:08:22 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 19:08:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=536bdeaa
Put symbolic links in /usr/bin and create .desktop file.
---
dev-lang/vtune/vtune-11.0.7.221625.ebuild | 33 +++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dev-lang/vtune/vtune-11.0.7.221625.ebuild b/dev-lang/vtune/vtune-11.0.7.221625.ebuild
index 73d2506..1d38c36 100644
--- a/dev-lang/vtune/vtune-11.0.7.221625.ebuild
+++ b/dev-lang/vtune/vtune-11.0.7.221625.ebuild
@@ -35,3 +35,36 @@ QA_PRESTRIPPED="
INTEL_BIN_RPMS="vtune-amplifier-xe-cli vtune-amplifier-xe-gui"
INTEL_DAT_RPMS="vtune-amplifier-xe-sep vtune-amplifier-xe-pwr vtune-amplifier-xe-cli-common vtune-amplifier-xe-common vtune-amplifier-xe-doc 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} /usr/bin/
+}
+
+src_install() {
+ intel-sdp_src_install
+
+ # Create symbolic links
+ create_bin_symlink amplxe-gui
+ create_bin_symlink amplxe-cl
+ create_bin_symlink amplxe-configurator
+ create_bin_symlink amplxe-feedback
+ create_bin_symlink amplxe-runsa
+ create_bin_symlink amplxe-runss
+
+ # Create desktop file
+ insinto /usr/share/pixmaps/
+ newins ${D}/${INTEL_SDP_DIR}/documentation/en/help/GUID-A894E299-C7E2-4635-AD52-D98A09736EC8-low.jpg vtune.jpg
+ dodir /usr/share/applications
+ echo "[Desktop Entry]
+Encoding=UTF-8
+Name=VTune Amplifier XE
+GenericName=VTune Amplifier XE
+Comment=VTune Amplifier XE
+Type=Application
+Exec=amplxe-gui
+Icon=vtune
+Categories=Development;Debugger;" > ${D}/usr/share/applications/vtune.desktop || die "Can't create desktop file!"
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2012-05-12 18:07 Alexey Shvetsov
0 siblings, 0 replies; 15+ messages in thread
From: Alexey Shvetsov @ 2012-05-12 18:07 UTC (permalink / raw
To: gentoo-commits
commit: 200a26e0046757d3b6619b2e7d9e9e9738d4ddeb
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 18:02:37 2012 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat May 12 18:02:37 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=200a26e0
[dev-lang/vtune] Fix ebuild eapi parsing and other minor issues
(Portage version: 2.2.0_alpha104/git/Linux x86_64, unsigned Manifest commit)
---
dev-lang/vtune/ChangeLog | 8 ++++
dev-lang/vtune/metadata.xml | 8 ++++
dev-lang/vtune/vtune-11.0.7.221625.ebuild | 55 ++++++++++++++---------------
3 files changed, 43 insertions(+), 28 deletions(-)
diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog
new file mode 100644
index 0000000..11717bf
--- /dev/null
+++ b/dev-lang/vtune/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-lang/vtune
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 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/metadata.xml b/dev-lang/vtune/metadata.xml
new file mode 100644
index 0000000..6173710
--- /dev/null
+++ b/dev-lang/vtune/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>nbigaouette@gmail.com</email>
+ <name>Nicolas Bigaouette</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-lang/vtune/vtune-11.0.7.221625.ebuild b/dev-lang/vtune/vtune-11.0.7.221625.ebuild
index 1d38c36..594a1f4 100644
--- a/dev-lang/vtune/vtune-11.0.7.221625.ebuild
+++ b/dev-lang/vtune/vtune-11.0.7.221625.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-RESTRICT="primaryuri"
-
EAPI=4
+RESTRICT="primaryuri"
+
INTEL_DPN=vtune_amplifier_xe
INTEL_DID=2526
INTEL_DPV=2011_update8
@@ -22,43 +22,42 @@ DEPEND=""
RDEPEND="${DEPEND}"
QA_PREBUILT="
- ${INTEL_SDP_DIR}/bin32/*
- ${INTEL_SDP_DIR}/bin64/*
- ${INTEL_SDP_DIR}/lib32/*
- ${INTEL_SDP_DIR}/lib64/*"
+ ${INTEL_SDP_DIR}/bin32/*
+ ${INTEL_SDP_DIR}/bin64/*
+ ${INTEL_SDP_DIR}/lib32/*
+ ${INTEL_SDP_DIR}/lib64/*"
QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/bin32/*
- ${INTEL_SDP_DIR}/bin64/*
- ${INTEL_SDP_DIR}/lib32/*
- ${INTEL_SDP_DIR}/lib64/*"
+ ${INTEL_SDP_DIR}/bin32/*
+ ${INTEL_SDP_DIR}/bin64/*
+ ${INTEL_SDP_DIR}/lib32/*
+ ${INTEL_SDP_DIR}/lib64/*"
INTEL_BIN_RPMS="vtune-amplifier-xe-cli vtune-amplifier-xe-gui"
INTEL_DAT_RPMS="vtune-amplifier-xe-sep vtune-amplifier-xe-pwr vtune-amplifier-xe-cli-common vtune-amplifier-xe-common vtune-amplifier-xe-doc 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} /usr/bin/
+ _libdir=$(get_libdir)
+ _arch=${_libdir/lib/}
+ dosym /${INTEL_SDP_DIR}/bin${_arch}/${1} /usr/bin/
}
src_install() {
- intel-sdp_src_install
+ intel-sdp_src_install
- # Create symbolic links
- create_bin_symlink amplxe-gui
- create_bin_symlink amplxe-cl
- create_bin_symlink amplxe-configurator
- create_bin_symlink amplxe-feedback
- create_bin_symlink amplxe-runsa
- create_bin_symlink amplxe-runss
+ # Create symbolic links
+ create_bin_symlink amplxe-gui
+ create_bin_symlink amplxe-cl
+ create_bin_symlink amplxe-configurator
+ create_bin_symlink amplxe-feedback
+ create_bin_symlink amplxe-runsa
+ create_bin_symlink amplxe-runss
- # Create desktop file
- insinto /usr/share/pixmaps/
- newins ${D}/${INTEL_SDP_DIR}/documentation/en/help/GUID-A894E299-C7E2-4635-AD52-D98A09736EC8-low.jpg vtune.jpg
- dodir /usr/share/applications
- echo "[Desktop Entry]
+ # Create desktop file
+ insinto /usr/share/pixmaps/
+ newins "${D}/${INTEL_SDP_DIR}/documentation/en/help/GUID-A894E299-C7E2-4635-AD52-D98A09736EC8-low.jpg" vtune.jpg
+ dodir /usr/share/applications
+ echo "[Desktop Entry]
Encoding=UTF-8
Name=VTune Amplifier XE
GenericName=VTune Amplifier XE
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2013-07-24 9:17 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2013-07-24 9:17 UTC (permalink / raw
To: gentoo-commits
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"
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2013-10-02 14:26 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2013-10-02 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 45fd8a889025ce796246aa0628d4d58e36c59aaf
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 2 14:25:41 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 14:26:14 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=45fd8a88
dev-lang/vtune: Version Bump
Package-Manager: portage-2.2.7
---
dev-lang/vtune/ChangeLog | 5 ++++
dev-lang/vtune/vtune-13.1.12.305106.ebuild | 43 ++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog
index 3c6e776..c5bf15c 100644
--- a/dev-lang/vtune/ChangeLog
+++ b/dev-lang/vtune/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*vtune-13.1.12.305106 (02 Oct 2013)
+
+ 02 Oct 2013; Justin Lecher <jlec@gentoo.org> +vtune-13.1.12.305106.ebuild:
+ Version Bump
+
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
diff --git a/dev-lang/vtune/vtune-13.1.12.305106.ebuild b/dev-lang/vtune/vtune-13.1.12.305106.ebuild
new file mode 100644
index 0000000..e87f430
--- /dev/null
+++ b/dev-lang/vtune/vtune-13.1.12.305106.ebuild
@@ -0,0 +1,43 @@
+# 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=3447
+INTEL_DPV=2013_sp1
+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"
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2014-02-21 16:19 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2014-02-21 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 03476b9459a6e2cd2063a7439c5bc0bbc5720334
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 16:06:30 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> +vtune-13.1.13.313935.ebuild:
+ Version Bump, #500386
+
*vtune-13.1.12.305106 (02 Oct 2013)
02 Oct 2013; Justin Lecher <jlec@gentoo.org> +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"
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2014-06-03 7:06 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2014-06-03 7:06 UTC (permalink / raw
To: gentoo-commits
commit: b1d3232a43317be013595b5ac9c61ca0d3a713bc
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 11:33:34 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 06:19:01 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b1d3232a
dev-lang/vtune: Version BUmp
Package-Manager: portage-2.2.10
---
dev-lang/vtune/ChangeLog | 5 ++++
dev-lang/vtune/vtune-13.1.17.353306.ebuild | 43 ++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog
index a02d4d6..a400fe4 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-13.1.17.353306 (02 Jun 2014)
+
+ 02 Jun 2014; Justin Lecher <jlec@gentoo.org> +vtune-13.1.17.353306.ebuild:
+ Version BUmp
+
*vtune-13.1.13.313935 (21 Feb 2014)
21 Feb 2014; Justin Lecher <jlec@gentoo.org> +vtune-13.1.13.313935.ebuild:
diff --git a/dev-lang/vtune/vtune-13.1.17.353306.ebuild b/dev-lang/vtune/vtune-13.1.17.353306.ebuild
new file mode 100644
index 0000000..596f994
--- /dev/null
+++ b/dev-lang/vtune/vtune-13.1.17.353306.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=4220
+INTEL_DPV=2013_sp1_update3
+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"
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2014-12-02 15:36 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2014-12-02 15:36 UTC (permalink / raw
To: gentoo-commits
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 <jlec@gentoo.org> +vtune-15.1.380310.ebuild:
+ Version BUmp
+
*vtune-13.1.17.353306 (02 Jun 2014)
02 Jun 2014; Justin Lecher <jlec@gentoo.org> +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"
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2015-02-12 9:14 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-02-12 9:14 UTC (permalink / raw
To: gentoo-commits
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"
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2015-06-24 9:51 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-06-24 9:51 UTC (permalink / raw
To: gentoo-commits
commit: e05834ec44dc6fb93275141bd14212c162c52524
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 09:48:58 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 09:51:25 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e05834ec
dev-lang/vtune: Version Bump, bug #552296
Package-Manager: portage-2.2.20
dev-lang/vtune/ChangeLog | 5 ++++
dev-lang/vtune/vtune-15.3.403110.ebuild | 50 +++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog
index 07871f9..2af3c92 100644
--- a/dev-lang/vtune/ChangeLog
+++ b/dev-lang/vtune/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*vtune-15.3.403110 (24 Jun 2015)
+
+ 24 Jun 2015; Justin Lecher <jlec@gentoo.org> +vtune-15.3.403110.ebuild:
+ dev-lang/vtune: Version Bump, bug #552296
+
*vtune-15.2.393444 (12 Feb 2015)
12 Feb 2015; Justin Lecher <jlec@gentoo.org> +vtune-15.2.393444.ebuild:
diff --git a/dev-lang/vtune/vtune-15.3.403110.ebuild b/dev-lang/vtune/vtune-15.3.403110.ebuild
new file mode 100644
index 0000000..02bfe11
--- /dev/null
+++ b/dev-lang/vtune/vtune-15.3.403110.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=7538
+INTEL_DPV=2015_update3
+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"
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2016-02-22 13:25 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2016-02-22 13:25 UTC (permalink / raw
To: gentoo-commits
commit: a95de69f916fc740823dd45c2487b31cc40cfec0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 11:37:54 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 11:38:03 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a95de69f
dev-lang/vtune: Drop old
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-lang/vtune/vtune-13.1.10.298370.ebuild | 34 --------------------
dev-lang/vtune/vtune-13.1.12.305106.ebuild | 43 -------------------------
dev-lang/vtune/vtune-13.1.13.313935.ebuild | 43 -------------------------
dev-lang/vtune/vtune-13.1.17.353306.ebuild | 43 -------------------------
dev-lang/vtune/vtune-15.1.380310.ebuild | 50 ------------------------------
dev-lang/vtune/vtune-15.2.393444.ebuild | 50 ------------------------------
6 files changed, 263 deletions(-)
diff --git a/dev-lang/vtune/vtune-13.1.10.298370.ebuild b/dev-lang/vtune/vtune-13.1.10.298370.ebuild
deleted file mode 100644
index bd2ff95..0000000
--- a/dev-lang/vtune/vtune-13.1.10.298370.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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
-
-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 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
-
- 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.12.305106.ebuild b/dev-lang/vtune/vtune-13.1.12.305106.ebuild
deleted file mode 100644
index aa704f3..0000000
--- a/dev-lang/vtune/vtune-13.1.12.305106.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=3447
-INTEL_DPV=2013_sp1
-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"
-}
diff --git a/dev-lang/vtune/vtune-13.1.13.313935.ebuild b/dev-lang/vtune/vtune-13.1.13.313935.ebuild
deleted file mode 100644
index beeb8e3..0000000
--- a/dev-lang/vtune/vtune-13.1.13.313935.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-}
diff --git a/dev-lang/vtune/vtune-13.1.17.353306.ebuild b/dev-lang/vtune/vtune-13.1.17.353306.ebuild
deleted file mode 100644
index 82951f2..0000000
--- a/dev-lang/vtune/vtune-13.1.17.353306.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=4220
-INTEL_DPV=2013_sp1_update3
-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"
-}
diff --git a/dev-lang/vtune/vtune-15.1.380310.ebuild b/dev-lang/vtune/vtune-15.1.380310.ebuild
deleted file mode 100644
index cbcf082..0000000
--- a/dev-lang/vtune/vtune-15.1.380310.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-}
diff --git a/dev-lang/vtune/vtune-15.2.393444.ebuild b/dev-lang/vtune/vtune-15.2.393444.ebuild
deleted file mode 100644
index e0d4613..0000000
--- a/dev-lang/vtune/vtune-15.2.393444.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2016-02-22 13:25 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2016-02-22 13:25 UTC (permalink / raw
To: gentoo-commits
commit: 84e8342325b402b752a4d9079aef7eb919c42b9a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 13:25:46 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 13:25:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=84e83423
dev-lang/vtune: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.../vtune/{vtune-15.3.403110.ebuild => vtune-15.4.412820.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lang/vtune/vtune-15.3.403110.ebuild b/dev-lang/vtune/vtune-15.4.412820.ebuild
similarity index 90%
rename from dev-lang/vtune/vtune-15.3.403110.ebuild
rename to dev-lang/vtune/vtune-15.4.412820.ebuild
index 327abd4..6347ee8 100644
--- a/dev-lang/vtune/vtune-15.3.403110.ebuild
+++ b/dev-lang/vtune/vtune-15.4.412820.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
INTEL_DPN=parallel_studio_xe
-INTEL_DID=7538
-INTEL_DPV=2015_update3
+INTEL_DID=8470
+INTEL_DPV=2015_update6
INTEL_SUBDIR=composerxe
INTEL_SINGLE_ARCH=false
INTEL_SDP_DIR=opt/intel/
-inherit intel-sdp multilib
+inherit intel-sdp
DESCRIPTION="Intel VTune Amplifier XE"
HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2018-04-03 16:44 Matthias Maier
0 siblings, 0 replies; 15+ messages in thread
From: Matthias Maier @ 2018-04-03 16:44 UTC (permalink / raw
To: gentoo-commits
commit: a4c1fcde6604d517b0c08880bb364448cd490f5d
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 15:34:20 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 16:44:50 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4c1fcde
dev-lang/vtune: version bump to 18.0.2.0.551022
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-lang/vtune/vtune-18.0.2.0.551022.ebuild | 49 +++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild b/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild
new file mode 100644
index 000000000..51a0b08c0
--- /dev/null
+++ b/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+INTEL_DIST_SKU=3235
+INTEL_DIST_PV=2018_update2_professional_edition
+INTEL_SUBDIR=vtune_amplifier
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Intel VTune Amplifier XE"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/"
+
+IUSE="doc"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="~dev-libs/intel-common-18.0.2.199[compiler]"
+
+INTEL_DIST_DAT_RPMS=(
+ "vtune-amplifier-2018-cli-common-2018.2-551022.noarch.rpm"
+ "vtune-amplifier-2018-common-2018.2-551022.noarch.rpm"
+ "vtune-amplifier-2018-common-pset-2018.2-551022.noarch.rpm"
+ "vtune-amplifier-2018-gui-common-2018.2-551022.noarch.rpm"
+ "vtune-amplifier-2018-sep-2018.2-551022.noarch.rpm"
+ "vtune-amplifier-2018-target-2018.2-551022.noarch.rpm")
+INTEL_DIST_AMD64_RPMS=(
+ "vtune-amplifier-2018-cli-2018.2-551022.x86_64.rpm"
+ "vtune-amplifier-2018-collector-64linux-2018.2-551022.x86_64.rpm"
+ "vtune-amplifier-2018-gui-2018.2-551022.x86_64.rpm")
+INTEL_DIST_X86_RPMS=(
+ "vtune-amplifier-2018-cli-32bit-2018.2-551022.i486.rpm"
+ "vtune-amplifier-2018-collector-32linux-2018.2-551022.i486.rpm")
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "vtune-amplifier-2018-doc-2018.2-551022.noarch.rpm" )
+ fi
+}
+
+src_install() {
+ intel-sdp-r1_src_install
+
+ local path="PATH="
+ use abi_x86_64 && path+=":$(isdp_get-sdp-edir)/bin64"
+ use abi_x86_32 && path+=":$(isdp_get-sdp-edir)/bin32"
+ echo "${path}" > "${T}"/35vtune || die
+ doenvd "${T}"/35vtune
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2018-04-03 16:44 Matthias Maier
0 siblings, 0 replies; 15+ messages in thread
From: Matthias Maier @ 2018-04-03 16:44 UTC (permalink / raw
To: gentoo-commits
commit: a83306528fef4880966d57788d66c12daac28b97
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 15:40:40 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 16:44:51 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8330652
dev-lang/vtune: drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-lang/vtune/vtune-15.4.412820.ebuild | 49 ---------------------------------
1 file changed, 49 deletions(-)
diff --git a/dev-lang/vtune/vtune-15.4.412820.ebuild b/dev-lang/vtune/vtune-15.4.412820.ebuild
deleted file mode 100644
index 867708436..000000000
--- a/dev-lang/vtune/vtune-15.4.412820.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=8470
-INTEL_DPV=2015_update6
-INTEL_SUBDIR=composerxe
-INTEL_SINGLE_ARCH=false
-INTEL_SDP_DIR=opt/intel/
-
-inherit intel-sdp
-
-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"
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
@ 2020-05-05 6:30 Matthias Maier
0 siblings, 0 replies; 15+ messages in thread
From: Matthias Maier @ 2020-05-05 6:30 UTC (permalink / raw
To: gentoo-commits
commit: 1a8e3258d5ca7a8c899aa7e9a2810606a9b3411b
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue May 5 05:16:42 2020 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue May 5 06:04:48 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a8e3258
dev-lang/vtune: version bump to 2020 update 1
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
dev-lang/vtune/metadata.xml | 13 ++++++--
dev-lang/vtune/vtune-2020.1.0.607630.ebuild | 52 +++++++++++++++++++++++++++++
2 files changed, 62 insertions(+), 3 deletions(-)
diff --git a/dev-lang/vtune/metadata.xml b/dev-lang/vtune/metadata.xml
index c46d15bb3..718cc299c 100644
--- a/dev-lang/vtune/metadata.xml
+++ b/dev-lang/vtune/metadata.xml
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>nbigaouette@gmail.com</email>
- <name>Nicolas Bigaouette</name>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
</maintainer>
+ <longdescription lang="en">
+The Intel® VTune™ Profiler collects key profiling data and presents
+it with a powerful interface that simplifies its analysis and
+interpretation. The package comes with extensive documentation. The
+product can be installed as a non-commercial as well. License, terms
+of qualifications can be found on the web site.
+</longdescription>
</pkgmetadata>
diff --git a/dev-lang/vtune/vtune-2020.1.0.607630.ebuild b/dev-lang/vtune/vtune-2020.1.0.607630.ebuild
new file mode 100644
index 000000000..e1ec58882
--- /dev/null
+++ b/dev-lang/vtune/vtune-2020.1.0.607630.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+INTEL_DIST_PV=2020_update1_professional_edition
+INTEL_SUBDIR=vtune_profiler
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Intel VTune Profiler"
+HOMEPAGE="https://software.intel.com/en-us/vtune"
+
+IUSE="doc"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="~dev-libs/intel-common-19.1.1.217[compiler]"
+
+MY_PV="$(ver_rs 3 '-')" # 20.1.0-607630
+
+QA_PREBUILT="*"
+
+INTEL_DIST_DAT_RPMS=(
+ "vtune-profiler-2020-cli-common-${MY_PV}.noarch.rpm"
+ "vtune-profiler-2020-common-${MY_PV}.noarch.rpm"
+ "vtune-profiler-2020-common-pset-${MY_PV}.noarch.rpm"
+ "vtune-profiler-2020-sep-${MY_PV}.noarch.rpm"
+ "vtune-profiler-2020-target-${MY_PV}.noarch.rpm")
+INTEL_DIST_AMD64_RPMS=(
+ "vtune-profiler-2020-cli-${MY_PV}.x86_64.rpm"
+ "vtune-profiler-2020-collector-64linux-${MY_PV}.x86_64.rpm"
+ "vtune-profiler-2020-gui-${MY_PV}.x86_64.rpm"
+ "vtune-profiler-2020-vpp-server-${MY_PV}.x86_64.rpm")
+INTEL_DIST_X86_RPMS=(
+ "vtune-profiler-2020-cli-32bit-${MY_PV}.i486.rpm"
+ "vtune-profiler-2020-collector-32linux-${MY_PV}.i486.rpm")
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "vtune-profiler-2020-doc-${MY_PV}.noarch.rpm" )
+ fi
+}
+
+src_install() {
+ intel-sdp-r1_src_install
+
+ local path="PATH="
+ use abi_x86_64 && path+=":$(isdp_get-sdp-edir)/bin64"
+ use abi_x86_32 && path+=":$(isdp_get-sdp-edir)/bin32"
+ echo "${path}" > "${T}"/35vtune || die
+ doenvd "${T}"/35vtune
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2020-05-05 6:30 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-03 16:44 [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/ Matthias Maier
-- strict thread matches above, loose matches on Subject: below --
2020-05-05 6:30 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
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox