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, 03 Jun 2014 07:06:38
Message-Id: 1401776341.b1d3232a43317be013595b5ac9c61ca0d3a713bc.jlec@gentoo
1 commit: b1d3232a43317be013595b5ac9c61ca0d3a713bc
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 2 11:33:34 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 3 06:19:01 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b1d3232a
7
8 dev-lang/vtune: Version BUmp
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-lang/vtune/ChangeLog | 5 ++++
14 dev-lang/vtune/vtune-13.1.17.353306.ebuild | 43 ++++++++++++++++++++++++++++++
15 2 files changed, 48 insertions(+)
16
17 diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog
18 index a02d4d6..a400fe4 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-13.1.17.353306 (02 Jun 2014)
26 +
27 + 02 Jun 2014; Justin Lecher <jlec@g.o> +vtune-13.1.17.353306.ebuild:
28 + Version BUmp
29 +
30 *vtune-13.1.13.313935 (21 Feb 2014)
31
32 21 Feb 2014; Justin Lecher <jlec@g.o> +vtune-13.1.13.313935.ebuild:
33
34 diff --git a/dev-lang/vtune/vtune-13.1.17.353306.ebuild b/dev-lang/vtune/vtune-13.1.17.353306.ebuild
35 new file mode 100644
36 index 0000000..596f994
37 --- /dev/null
38 +++ b/dev-lang/vtune/vtune-13.1.17.353306.ebuild
39 @@ -0,0 +1,43 @@
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=4220
48 +INTEL_DPV=2013_sp1_update3
49 +INTEL_SUBDIR=composerxe
50 +INTEL_SINGLE_ARCH=false
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-cli
62 + vtune-amplifier-xe-collector-linux
63 + vtune-amplifier-xe-gui"
64 +INTEL_DAT_RPMS="
65 + vtune-amplifier-xe-cli-common
66 + vtune-amplifier-xe-common
67 + vtune-amplifier-xe-common-pset
68 + vtune-amplifier-xe-doc
69 + vtune-amplifier-xe-gui-common
70 + vtune-amplifier-xe-pwr
71 + vtune-amplifier-xe-sep"
72 +
73 +src_install() {
74 + intel-sdp_src_install
75 +
76 + cat >> "${T}"/50vtune <<- EOF
77 + PATH=${INTEL_SDP_EDIR}/bin64:${INTEL_SDP_EDIR}/bin32
78 + EOF
79 + doenvd "${T}"/50vtune
80 +
81 + make_desktop_entry amplxe-gui "VTune Amplifier XE" "" "Development;Debugger"
82 +}