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 D8B291381F3 for ; Mon, 3 Dec 2012 18:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE94A21C01C; Mon, 3 Dec 2012 18:40:16 +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 11C8B21C01C for ; Mon, 3 Dec 2012 18:40:15 +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 C3D7333D98C for ; Mon, 3 Dec 2012 18:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 54083E5436 for ; Mon, 3 Dec 2012 18:40:13 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1354559995.3ac9ab3752ce69d4fd27ed0374441edbc4dab071.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/idb/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/idb/ChangeLog dev-lang/idb/idb-13.0.1.117.ebuild dev-lang/idb/metadata.xml X-VCS-Directories: dev-lang/idb/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 3ac9ab3752ce69d4fd27ed0374441edbc4dab071 X-VCS-Branch: master Date: Mon, 3 Dec 2012 18:40:13 +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: 84a3f091-e623-4839-a38a-4e8f338ceca8 X-Archives-Hash: a2a04e3c0ebd73c464853b16fd9ffc09 commit: 3ac9ab3752ce69d4fd27ed0374441edbc4dab071 Author: Sébastien Fabbro gentoo org> AuthorDate: Mon Dec 3 18:39:55 2012 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Mon Dec 3 18:39:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3ac9ab37 dev-lang/idb: Version bump Package-Manager: portage-2.2.01.21313-prefix --- dev-lang/idb/ChangeLog | 9 +++++++++ dev-lang/idb/idb-13.0.1.117.ebuild | 24 ++++++++++++++++++++++++ dev-lang/idb/metadata.xml | 20 ++++++++++++++++++++ 3 files changed, 53 insertions(+), 0 deletions(-) diff --git a/dev-lang/idb/ChangeLog b/dev-lang/idb/ChangeLog new file mode 100644 index 0000000..2cfebda --- /dev/null +++ b/dev-lang/idb/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-lang/idb +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*idb-13.0.1.117 (03 Dec 2012) + + 03 Dec 2012; Sébastien Fabbro +idb-13.0.1.117.ebuild, + +metadata.xml: + dev-lang/idb: Version bump diff --git a/dev-lang/idb/idb-13.0.1.117.ebuild b/dev-lang/idb/idb-13.0.1.117.ebuild new file mode 100644 index 0000000..39da0f3 --- /dev/null +++ b/dev-lang/idb/idb-13.0.1.117.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/idb-13.0.0.079.ebuild,v 1.1 2012/10/09 12:13:09 jlec Exp $ + +EAPI=4 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=2872 +INTEL_DPV=2013_update1 +INTEL_SUBDIR=composerxe + +inherit intel-sdp + +DESCRIPTION="Intel C/C++/FORTRAN debugger" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +IUSE="eclipse" + +DEPEND="~dev-libs/intel-common-${PV}[compiler]" +RDEPEND="${DEPEND} + eclipse? ( dev-util/eclipse-sdk )" + +INTEL_BIN_RPMS="idb" +INTEL_DAT_RPMS="idb-common idbcdt" diff --git a/dev-lang/idb/metadata.xml b/dev-lang/idb/metadata.xml new file mode 100644 index 0000000..1bd9ebf --- /dev/null +++ b/dev-lang/idb/metadata.xml @@ -0,0 +1,20 @@ + + + +sci + + The Intel® Debugger is a command line debugger for Intel based + architectures. It is well suited with the Intel C++ or Intel FORTRAN + compilers. It also comes also with a graphical interface and extensive + documentation. The package is bundled in either compiler tar ball, and + has been split to produce this one. + The product can be installed as a non-commercial as + well. License, terms of qualifications can be found on the web + site and follow the one received in the Intel compilers. + + + Use dev-lang/icc to install idb (default) + Use dev-lang/ifc to install idb + Install the dev-util/eclipse-sdk plugins + +