diff options
author | 2012-05-12 22:02:37 +0400 | |
---|---|---|
committer | 2012-05-12 22:02:37 +0400 | |
commit | 200a26e0046757d3b6619b2e7d9e9e9738d4ddeb (patch) | |
tree | a6fe34834e47962ee3e4198b7b87f361c125c31e /dev-lang/vtune | |
parent | sci-astronomy/galfit: Initial import (diff) | |
download | sci-200a26e0046757d3b6619b2e7d9e9e9738d4ddeb.tar.gz sci-200a26e0046757d3b6619b2e7d9e9e9738d4ddeb.tar.bz2 sci-200a26e0046757d3b6619b2e7d9e9e9738d4ddeb.zip |
[dev-lang/vtune] Fix ebuild eapi parsing and other minor issues
(Portage version: 2.2.0_alpha104/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/vtune')
-rw-r--r-- | dev-lang/vtune/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/vtune/metadata.xml | 8 | ||||
-rw-r--r-- | dev-lang/vtune/vtune-11.0.7.221625.ebuild | 55 |
3 files changed, 43 insertions, 28 deletions
diff --git a/dev-lang/vtune/ChangeLog b/dev-lang/vtune/ChangeLog new file mode 100644 index 000000000..11717bf9c --- /dev/null +++ b/dev-lang/vtune/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-lang/vtune +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 12 May 2012; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml, + vtune-11.0.7.221625.ebuild: + [dev-lang/vtune] Fix ebuild eapi parsing and other minor issues + diff --git a/dev-lang/vtune/metadata.xml b/dev-lang/vtune/metadata.xml new file mode 100644 index 000000000..61737103f --- /dev/null +++ b/dev-lang/vtune/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>nbigaouette@gmail.com</email> + <name>Nicolas Bigaouette</name> + </maintainer> +</pkgmetadata> diff --git a/dev-lang/vtune/vtune-11.0.7.221625.ebuild b/dev-lang/vtune/vtune-11.0.7.221625.ebuild index 1d38c369f..594a1f4cf 100644 --- a/dev-lang/vtune/vtune-11.0.7.221625.ebuild +++ b/dev-lang/vtune/vtune-11.0.7.221625.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -RESTRICT="primaryuri" - EAPI=4 +RESTRICT="primaryuri" + INTEL_DPN=vtune_amplifier_xe INTEL_DID=2526 INTEL_DPV=2011_update8 @@ -22,43 +22,42 @@ DEPEND="" RDEPEND="${DEPEND}" QA_PREBUILT=" - ${INTEL_SDP_DIR}/bin32/* - ${INTEL_SDP_DIR}/bin64/* - ${INTEL_SDP_DIR}/lib32/* - ${INTEL_SDP_DIR}/lib64/*" + ${INTEL_SDP_DIR}/bin32/* + ${INTEL_SDP_DIR}/bin64/* + ${INTEL_SDP_DIR}/lib32/* + ${INTEL_SDP_DIR}/lib64/*" QA_PRESTRIPPED=" - ${INTEL_SDP_DIR}/bin32/* - ${INTEL_SDP_DIR}/bin64/* - ${INTEL_SDP_DIR}/lib32/* - ${INTEL_SDP_DIR}/lib64/*" + ${INTEL_SDP_DIR}/bin32/* + ${INTEL_SDP_DIR}/bin64/* + ${INTEL_SDP_DIR}/lib32/* + ${INTEL_SDP_DIR}/lib64/*" INTEL_BIN_RPMS="vtune-amplifier-xe-cli vtune-amplifier-xe-gui" 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" INTEL_RPMS_DIRS="rpm CLI_install/rpm" - create_bin_symlink() { - _libdir=$(get_libdir) - _arch=${_libdir/lib/} - dosym /${INTEL_SDP_DIR}/bin${_arch}/${1} /usr/bin/ + _libdir=$(get_libdir) + _arch=${_libdir/lib/} + dosym /${INTEL_SDP_DIR}/bin${_arch}/${1} /usr/bin/ } src_install() { - intel-sdp_src_install + intel-sdp_src_install - # Create symbolic links - create_bin_symlink amplxe-gui - create_bin_symlink amplxe-cl - create_bin_symlink amplxe-configurator - create_bin_symlink amplxe-feedback - create_bin_symlink amplxe-runsa - create_bin_symlink amplxe-runss + # Create symbolic links + create_bin_symlink amplxe-gui + create_bin_symlink amplxe-cl + create_bin_symlink amplxe-configurator + create_bin_symlink amplxe-feedback + create_bin_symlink amplxe-runsa + create_bin_symlink amplxe-runss - # Create desktop file - insinto /usr/share/pixmaps/ - newins ${D}/${INTEL_SDP_DIR}/documentation/en/help/GUID-A894E299-C7E2-4635-AD52-D98A09736EC8-low.jpg vtune.jpg - dodir /usr/share/applications - echo "[Desktop Entry] + # Create desktop file + insinto /usr/share/pixmaps/ + newins "${D}/${INTEL_SDP_DIR}/documentation/en/help/GUID-A894E299-C7E2-4635-AD52-D98A09736EC8-low.jpg" vtune.jpg + dodir /usr/share/applications + echo "[Desktop Entry] Encoding=UTF-8 Name=VTune Amplifier XE GenericName=VTune Amplifier XE |