commit:     440df8a243b36242f866f0b4ba9de8bc42ecb590
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 15:40:07 2018 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 16:44:51 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=440df8a2

dev-lang/idb: remove

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-lang/idb/files/50idb-gentoo.el    |  5 -----
 dev-lang/idb/idb-14.0.3.174-r1.ebuild | 37 -----------------------------------
 dev-lang/idb/metadata.xml             | 21 --------------------
 3 files changed, 63 deletions(-)

diff --git a/dev-lang/idb/files/50idb-gentoo.el 
b/dev-lang/idb/files/50idb-gentoo.el
deleted file mode 100644
index 55064c63a..000000000
--- a/dev-lang/idb/files/50idb-gentoo.el
+++ /dev/null
@@ -1,5 +0,0 @@
-
-;;; idb site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'idb "idb" "Run idb on program <FILE> in buffer *gud-<FILE>*." t)

diff --git a/dev-lang/idb/idb-14.0.3.174-r1.ebuild 
b/dev-lang/idb/idb-14.0.3.174-r1.ebuild
deleted file mode 100644
index 3482df899..000000000
--- a/dev-lang/idb/idb-14.0.3.174-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-
-DESCRIPTION="Intel C/C++/FORTRAN debugger"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/";
-
-IUSE="eclipse"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND=">=dev-libs/intel-common-13.1[compiler,${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}
-       virtual/jre"
-
-INTEL_BIN_RPMS=( idb )
-INTEL_DAT_RPMS=( idb-common idbcdt )
-
-CHECKREQS_DISK_BUILD=475M
-
-pkg_setup() {
-       _INTEL_PV=174-13.0-3 intel-sdp_pkg_setup
-}
-
-src_prepare() {
-       sed \
-               -e "/^INSTALLDIR/s:=.*:=${INTEL_SDP_EDIR}:g" \
-               -i ${INTEL_SDP_DIR}/bin/intel*/idb || die
-}

diff --git a/dev-lang/idb/metadata.xml b/dev-lang/idb/metadata.xml
deleted file mode 100644
index 878e55ad2..000000000
--- a/dev-lang/idb/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <longdescription lang="en">
-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.
-</longdescription>
-       <use>
-               <flag name="eclipse">Install the 
<pkg>dev-util/eclipse-sdk</pkg> plugins</flag>
-       </use>
-</pkgmetadata>

Reply via email to