From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-864970-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7BF6F1388C0 for <garchives@archives.gentoo.org>; Mon, 22 Feb 2016 13:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F386821C01E; Mon, 22 Feb 2016 13:26:05 +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 4EBCA21C01C for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2016 13:26:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82C20340997 for <gentoo-commits@lists.gentoo.org>; 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 2B52A2331 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2016 13:25:59 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1456147546.84e8342325b402b752a4d9079aef7eb919c42b9a.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-15.3.403110.ebuild dev-lang/vtune/vtune-15.4.412820.ebuild X-VCS-Directories: dev-lang/vtune/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 84e8342325b402b752a4d9079aef7eb919c42b9a X-VCS-Branch: master Date: Mon, 22 Feb 2016 13:25:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e44ba61e-7ab7-4936-a7d6-b62d44f609af X-Archives-Hash: 5e074272325020e70c0f16050e2b5cb6 commit: 84e8342325b402b752a4d9079aef7eb919c42b9a Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Feb 22 13:25:46 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Feb 22 13:25:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=84e83423 dev-lang/vtune: Version Bump Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> .../vtune/{vtune-15.3.403110.ebuild => vtune-15.4.412820.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/vtune/vtune-15.3.403110.ebuild b/dev-lang/vtune/vtune-15.4.412820.ebuild similarity index 90% rename from dev-lang/vtune/vtune-15.3.403110.ebuild rename to dev-lang/vtune/vtune-15.4.412820.ebuild index 327abd4..6347ee8 100644 --- a/dev-lang/vtune/vtune-15.3.403110.ebuild +++ b/dev-lang/vtune/vtune-15.4.412820.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 INTEL_DPN=parallel_studio_xe -INTEL_DID=7538 -INTEL_DPV=2015_update3 +INTEL_DID=8470 +INTEL_DPV=2015_update6 INTEL_SUBDIR=composerxe INTEL_SINGLE_ARCH=false INTEL_SDP_DIR=opt/intel/ -inherit intel-sdp multilib +inherit intel-sdp DESCRIPTION="Intel VTune Amplifier XE" HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/"