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: Fri, 27 Apr 2012 11:43:01
Message-Id: 1335380783.cd77db834716ab028be4b6a752873fea4ac4b5ec.jlec@gentoo
1 commit: cd77db834716ab028be4b6a752873fea4ac4b5ec
2 Author: Nicolas Bigaouette <nbigaouette <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 25 19:06:23 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 19:06:23 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cd77db83
7
8 Added ebuild for vtune 11.0.7.221625 using the "intel-sdp" eclass.
9
10 ---
11 dev-lang/vtune/vtune-11.0.7.221625.ebuild | 37 +++++++++++++++++++++++++++++
12 1 files changed, 37 insertions(+), 0 deletions(-)
13
14 diff --git a/dev-lang/vtune/vtune-11.0.7.221625.ebuild b/dev-lang/vtune/vtune-11.0.7.221625.ebuild
15 new file mode 100644
16 index 0000000..73d2506
17 --- /dev/null
18 +++ b/dev-lang/vtune/vtune-11.0.7.221625.ebuild
19 @@ -0,0 +1,37 @@
20 +# Copyright 1999-2011 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +RESTRICT="primaryuri"
25 +
26 +EAPI=4
27 +
28 +INTEL_DPN=vtune_amplifier_xe
29 +INTEL_DID=2526
30 +INTEL_DPV=2011_update8
31 +INTEL_SUBDIR=vtune_amplifier_xe
32 +
33 +inherit intel-sdp
34 +
35 +DESCRIPTION="Intel VTune Amplifier XE"
36 +HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/"
37 +SRC_URI="http://registrationcenter-download.intel.com/akdlm/irc_nas/${INTEL_DID}/${INTEL_DPN}_${INTEL_DPV}.tar.gz"
38 +
39 +IUSE=""
40 +DEPEND=""
41 +RDEPEND="${DEPEND}"
42 +
43 +QA_PREBUILT="
44 + ${INTEL_SDP_DIR}/bin32/*
45 + ${INTEL_SDP_DIR}/bin64/*
46 + ${INTEL_SDP_DIR}/lib32/*
47 + ${INTEL_SDP_DIR}/lib64/*"
48 +QA_PRESTRIPPED="
49 + ${INTEL_SDP_DIR}/bin32/*
50 + ${INTEL_SDP_DIR}/bin64/*
51 + ${INTEL_SDP_DIR}/lib32/*
52 + ${INTEL_SDP_DIR}/lib64/*"
53 +
54 +INTEL_BIN_RPMS="vtune-amplifier-xe-cli vtune-amplifier-xe-gui"
55 +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"
56 +INTEL_RPMS_DIRS="rpm CLI_install/rpm"