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 F04BE138204 for ; Mon, 10 Dec 2012 21:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9420221C0B3; Mon, 10 Dec 2012 21:29:52 +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 B6EEB21C0AB for ; Mon, 10 Dec 2012 21:29:51 +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 93D4733DA0B for ; Mon, 10 Dec 2012 21:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EBCEEE5450 for ; Mon, 10 Dec 2012 21:29:48 +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: <1355168224.293cd60c630e79dc57907c899fb7780da18ec2d7.jlec@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: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 293cd60c630e79dc57907c899fb7780da18ec2d7 X-VCS-Branch: master Date: Mon, 10 Dec 2012 21:29:48 +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: aef2e3ac-ddb5-4523-8051-72584a07f9d2 X-Archives-Hash: 49c98475b425bab5b65bb8d960a9843a commit: 293cd60c630e79dc57907c899fb7780da18ec2d7 Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 10 19:37:04 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 10 19:37:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=293cd60c In Cvs Signed-off-by: Justin Lecher gentoo.org> --- dev-lang/idb/ChangeLog | 9 --------- dev-lang/idb/idb-13.0.1.117.ebuild | 24 ------------------------ dev-lang/idb/metadata.xml | 20 -------------------- 3 files changed, 0 insertions(+), 53 deletions(-) diff --git a/dev-lang/idb/ChangeLog b/dev-lang/idb/ChangeLog deleted file mode 100644 index 2cfebda..0000000 --- a/dev-lang/idb/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# 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 deleted file mode 100644 index 39da0f3..0000000 --- a/dev-lang/idb/idb-13.0.1.117.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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 deleted file mode 100644 index 1bd9ebf..0000000 --- a/dev-lang/idb/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - -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 - -