aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-04-03 10:40:07 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-04-03 11:44:51 -0500
commit440df8a243b36242f866f0b4ba9de8bc42ecb590 (patch)
treeb174be4490ce8967230bbdede9df7261992893e0 /dev-lang
parentdev-lang/ifc: drop old (diff)
downloadsci-440df8a243b36242f866f0b4ba9de8bc42ecb590.tar.gz
sci-440df8a243b36242f866f0b4ba9de8bc42ecb590.tar.bz2
sci-440df8a243b36242f866f0b4ba9de8bc42ecb590.zip
dev-lang/idb: remove
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/idb/Manifest1
-rw-r--r--dev-lang/idb/files/50idb-gentoo.el5
-rw-r--r--dev-lang/idb/idb-14.0.3.174-r1.ebuild37
-rw-r--r--dev-lang/idb/metadata.xml21
4 files changed, 0 insertions, 64 deletions
diff --git a/dev-lang/idb/Manifest b/dev-lang/idb/Manifest
deleted file mode 100644
index 0b0b4d1a0..000000000
--- a/dev-lang/idb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST parallel_studio_xe_2013_sp1_update3.tgz 3448198789 BLAKE2B 551711101488890ff2c14d43674b11c2cd996ee3bd94e70e75554d68fb8d4ea45f9d1149b402a2c0b3a15d022de2f610cdb77286d6e9f645186f4aae2cb5dd3c SHA512 6308a812c3eb2bd4549b756aa16fdeeb9337131e56bd203876a6763298c776858629a6d17148cdd5275f6781471e826a00a0181b72abcdd7d991196eb4798025
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>sci@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>