public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/
Date: Sat, 12 May 2012 18:07:49 +0000 (UTC)	[thread overview]
Message-ID: <1336845757.200a26e0046757d3b6619b2e7d9e9e9738d4ddeb.alexxy@gentoo> (raw)

commit:     200a26e0046757d3b6619b2e7d9e9e9738d4ddeb
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 18:02:37 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat May 12 18:02:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=200a26e0

[dev-lang/vtune] Fix ebuild eapi parsing and other minor issues

(Portage version: 2.2.0_alpha104/git/Linux x86_64, unsigned Manifest commit)

---
 dev-lang/vtune/ChangeLog                  |    8 ++++
 dev-lang/vtune/metadata.xml               |    8 ++++
 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 0000000..11717bf
--- /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 0000000..6173710
--- /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 1d38c36..594a1f4 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



             reply	other threads:[~2012-05-12 18:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-12 18:07 Alexey Shvetsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-05  6:30 [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/ Matthias Maier
2018-04-03 16:44 Matthias Maier
2018-04-03 16:44 Matthias Maier
2016-02-22 13:25 Justin Lecher
2016-02-22 13:25 Justin Lecher
2015-06-24  9:51 Justin Lecher
2015-02-12  9:14 Justin Lecher
2014-12-02 15:36 Justin Lecher
2014-06-03  7:06 Justin Lecher
2014-02-21 16:19 Justin Lecher
2013-10-02 14:26 Justin Lecher
2013-07-24  9:17 Justin Lecher
2012-04-27 11:42 Justin Lecher
2012-04-27 11:42 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1336845757.200a26e0046757d3b6619b2e7d9e9e9738d4ddeb.alexxy@gentoo \
    --to=alexxy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox