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 BC07C1388C0 for ; Mon, 22 Feb 2016 13:26:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F88D21C02D; Mon, 22 Feb 2016 13:26:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E52E121C02D for ; Mon, 22 Feb 2016 13:26:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5E9F340BAB for ; Mon, 22 Feb 2016 13:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 087462323 for ; Mon, 22 Feb 2016 13:25:59 +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: <1456141083.a95de69f916fc740823dd45c2487b31cc40cfec0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/vtune/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/vtune/vtune-13.1.10.298370.ebuild dev-lang/vtune/vtune-13.1.12.305106.ebuild dev-lang/vtune/vtune-13.1.13.313935.ebuild dev-lang/vtune/vtune-13.1.17.353306.ebuild dev-lang/vtune/vtune-15.1.380310.ebuild dev-lang/vtune/vtune-15.2.393444.ebuild X-VCS-Directories: dev-lang/vtune/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a95de69f916fc740823dd45c2487b31cc40cfec0 X-VCS-Branch: master Date: Mon, 22 Feb 2016 13:25:59 +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: 0cb1b767-6a09-4e59-a0c4-621cdd115e28 X-Archives-Hash: 355c8abf026a3c203f185ba4a4ce4994 commit: a95de69f916fc740823dd45c2487b31cc40cfec0 Author: Justin Lecher gentoo org> AuthorDate: Mon Feb 22 11:37:54 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 22 11:38:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a95de69f dev-lang/vtune: Drop old Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-lang/vtune/vtune-13.1.10.298370.ebuild | 34 -------------------- dev-lang/vtune/vtune-13.1.12.305106.ebuild | 43 ------------------------- dev-lang/vtune/vtune-13.1.13.313935.ebuild | 43 ------------------------- dev-lang/vtune/vtune-13.1.17.353306.ebuild | 43 ------------------------- dev-lang/vtune/vtune-15.1.380310.ebuild | 50 ------------------------------ dev-lang/vtune/vtune-15.2.393444.ebuild | 50 ------------------------------ 6 files changed, 263 deletions(-) diff --git a/dev-lang/vtune/vtune-13.1.10.298370.ebuild b/dev-lang/vtune/vtune-13.1.10.298370.ebuild deleted file mode 100644 index bd2ff95..0000000 --- a/dev-lang/vtune/vtune-13.1.10.298370.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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 - -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 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 - - 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.12.305106.ebuild b/dev-lang/vtune/vtune-13.1.12.305106.ebuild deleted file mode 100644 index aa704f3..0000000 --- a/dev-lang/vtune/vtune-13.1.12.305106.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -INTEL_DPN=parallel_studio_xe -INTEL_DID=3447 -INTEL_DPV=2013_sp1 -INTEL_SUBDIR=composerxe -INTEL_SINGLE_ARCH=false - -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-cli - vtune-amplifier-xe-collector-linux - vtune-amplifier-xe-gui" -INTEL_DAT_RPMS=" - vtune-amplifier-xe-cli-common - vtune-amplifier-xe-common - vtune-amplifier-xe-common-pset - vtune-amplifier-xe-doc - vtune-amplifier-xe-gui-common - vtune-amplifier-xe-pwr - vtune-amplifier-xe-sep" - -src_install() { - intel-sdp_src_install - - 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.13.313935.ebuild b/dev-lang/vtune/vtune-13.1.13.313935.ebuild deleted file mode 100644 index beeb8e3..0000000 --- a/dev-lang/vtune/vtune-13.1.13.313935.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -INTEL_DPN=parallel_studio_xe -INTEL_DID=3644 -INTEL_DPV=2013_sp1_update1 -INTEL_SUBDIR=composerxe -INTEL_SINGLE_ARCH=false - -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-cli - vtune-amplifier-xe-collector-linux - vtune-amplifier-xe-gui" -INTEL_DAT_RPMS=" - vtune-amplifier-xe-cli-common - vtune-amplifier-xe-common - vtune-amplifier-xe-common-pset - vtune-amplifier-xe-doc - vtune-amplifier-xe-gui-common - vtune-amplifier-xe-pwr - vtune-amplifier-xe-sep" - -src_install() { - intel-sdp_src_install - - 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.17.353306.ebuild b/dev-lang/vtune/vtune-13.1.17.353306.ebuild deleted file mode 100644 index 82951f2..0000000 --- a/dev-lang/vtune/vtune-13.1.17.353306.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -INTEL_DPN=parallel_studio_xe -INTEL_DID=4220 -INTEL_DPV=2013_sp1_update3 -INTEL_SUBDIR=composerxe -INTEL_SINGLE_ARCH=false - -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-cli - vtune-amplifier-xe-collector-linux - vtune-amplifier-xe-gui" -INTEL_DAT_RPMS=" - vtune-amplifier-xe-cli-common - vtune-amplifier-xe-common - vtune-amplifier-xe-common-pset - vtune-amplifier-xe-doc - vtune-amplifier-xe-gui-common - vtune-amplifier-xe-pwr - vtune-amplifier-xe-sep" - -src_install() { - intel-sdp_src_install - - 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-15.1.380310.ebuild b/dev-lang/vtune/vtune-15.1.380310.ebuild deleted file mode 100644 index cbcf082..0000000 --- a/dev-lang/vtune/vtune-15.1.380310.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -INTEL_DPN=parallel_studio_xe -INTEL_DID=4992 -INTEL_DPV=2015_update1 -INTEL_SUBDIR=composerxe -INTEL_SINGLE_ARCH=false -INTEL_SDP_DIR=opt/intel/ - -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-2015-cli - vtune-amplifier-xe-2015-gui - ) -INTEL_AMD64_RPMS=( - vtune-amplifier-xe-2015-collector-64linux - ) -INTEL_X86_RPMS=( - vtune-amplifier-xe-2015-collector-32linux - ) -INTEL_DAT_RPMS=( - vtune-amplifier-xe-2015-cli-common - vtune-amplifier-xe-2015-common - vtune-amplifier-xe-2015-common-pset - vtune-amplifier-xe-2015-doc - vtune-amplifier-xe-2015-gui-common - vtune-amplifier-xe-2015-sep - ) - -src_install() { - intel-sdp_src_install - - 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-15.2.393444.ebuild b/dev-lang/vtune/vtune-15.2.393444.ebuild deleted file mode 100644 index e0d4613..0000000 --- a/dev-lang/vtune/vtune-15.2.393444.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -INTEL_DPN=parallel_studio_xe -INTEL_DID=5207 -INTEL_DPV=2015_update2 -INTEL_SUBDIR=composerxe -INTEL_SINGLE_ARCH=false -INTEL_SDP_DIR=opt/intel/ - -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-2015-cli - vtune-amplifier-xe-2015-gui - ) -INTEL_AMD64_RPMS=( - vtune-amplifier-xe-2015-collector-64linux - ) -INTEL_X86_RPMS=( - vtune-amplifier-xe-2015-collector-32linux - ) -INTEL_DAT_RPMS=( - vtune-amplifier-xe-2015-cli-common - vtune-amplifier-xe-2015-common - vtune-amplifier-xe-2015-common-pset - vtune-amplifier-xe-2015-doc - vtune-amplifier-xe-2015-gui-common - vtune-amplifier-xe-2015-sep - ) - -src_install() { - intel-sdp_src_install - - 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" -}