Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
Date: Wed, 24 Jun 2015 09:52:01
Message-Id: 1435139485.e05834ec44dc6fb93275141bd14212c162c52524.jlec@gentoo
1 commit: e05834ec44dc6fb93275141bd14212c162c52524
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 24 09:48:58 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 24 09:51:25 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e05834ec
7
8 dev-lang/vtune: Version Bump, bug #552296
9
10 Package-Manager: portage-2.2.20
11
12 dev-lang/vtune/ChangeLog | 5 ++++
13 dev-lang/vtune/vtune-15.3.403110.ebuild | 50 +++++++++++++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog
17 index 07871f9..2af3c92 100644
18 --- a/dev-lang/vtune/ChangeLog
19 +++ b/dev-lang/vtune/ChangeLog
20 @@ -2,6 +2,11 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 +*vtune-15.3.403110 (24 Jun 2015)
25 +
26 + 24 Jun 2015; Justin Lecher <jlec@g.o> +vtune-15.3.403110.ebuild:
27 + dev-lang/vtune: Version Bump, bug #552296
28 +
29 *vtune-15.2.393444 (12 Feb 2015)
30
31 12 Feb 2015; Justin Lecher <jlec@g.o> +vtune-15.2.393444.ebuild:
32
33 diff --git a/dev-lang/vtune/vtune-15.3.403110.ebuild b/dev-lang/vtune/vtune-15.3.403110.ebuild
34 new file mode 100644
35 index 0000000..02bfe11
36 --- /dev/null
37 +++ b/dev-lang/vtune/vtune-15.3.403110.ebuild
38 @@ -0,0 +1,50 @@
39 +# Copyright 1999-2015 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +# $Header: $
42 +
43 +EAPI=5
44 +
45 +INTEL_DPN=parallel_studio_xe
46 +INTEL_DID=7538
47 +INTEL_DPV=2015_update3
48 +INTEL_SUBDIR=composerxe
49 +INTEL_SINGLE_ARCH=false
50 +INTEL_SDP_DIR=opt/intel/
51 +
52 +inherit intel-sdp multilib
53 +
54 +DESCRIPTION="Intel VTune Amplifier XE"
55 +HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/"
56 +
57 +IUSE=""
58 +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
59 +
60 +INTEL_BIN_RPMS=(
61 + vtune-amplifier-xe-2015-cli
62 + vtune-amplifier-xe-2015-gui
63 + )
64 +INTEL_AMD64_RPMS=(
65 + vtune-amplifier-xe-2015-collector-64linux
66 + )
67 +INTEL_X86_RPMS=(
68 + vtune-amplifier-xe-2015-collector-32linux
69 + )
70 +INTEL_DAT_RPMS=(
71 + vtune-amplifier-xe-2015-cli-common
72 + vtune-amplifier-xe-2015-common
73 + vtune-amplifier-xe-2015-common-pset
74 + vtune-amplifier-xe-2015-doc
75 + vtune-amplifier-xe-2015-gui-common
76 + vtune-amplifier-xe-2015-sep
77 + )
78 +
79 +src_install() {
80 + intel-sdp_src_install
81 +
82 + cat >> "${T}"/50vtune <<- EOF
83 + PATH=${INTEL_SDP_EDIR}/bin64:${INTEL_SDP_EDIR}/bin32
84 + EOF
85 + doenvd "${T}"/50vtune
86 +
87 + make_desktop_entry amplxe-gui "VTune Amplifier XE" "" "Development;Debugger"
88 +}