From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 854E61381F3 for ; Wed, 24 Jul 2013 09:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7302E09F0; Wed, 24 Jul 2013 09:17:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2507DE09E7 for ; Wed, 24 Jul 2013 09:17:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE05833E98B for ; Wed, 24 Jul 2013 09:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 83D91E5464 for ; Wed, 24 Jul 2013 09:17:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1374657308.961cb55869c5b431756a527949fb36a6d8a12ad5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/vtune/ChangeLog dev-lang/vtune/vtune-13.1.10.298370.ebuild dev-lang/vtune/vtune-13.1.4.270817.ebuild dev-lang/vtune/vtune-13.1.9.295420.ebuild X-VCS-Directories: dev-lang/vtune/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 961cb55869c5b431756a527949fb36a6d8a12ad5 X-VCS-Branch: master Date: Wed, 24 Jul 2013 09:17:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b08e5c49-5ee7-47aa-bff0-65ed172701a8 X-Archives-Hash: 33c8dd006462f2c095d603963e80cc1c commit: 961cb55869c5b431756a527949fb36a6d8a12ad5 Author: Justin Lecher gentoo org> AuthorDate: Wed Jul 24 09:15:08 2013 +0000 Commit: Justin Lecher gentoo 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 -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 +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" -}