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