Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/idb/files/, dev-lang/idb/
Date: Tue, 03 Apr 2018 16:45:05
Message-Id: 1522773891.440df8a243b36242f866f0b4ba9de8bc42ecb590.tamiko@gentoo
1 commit: 440df8a243b36242f866f0b4ba9de8bc42ecb590
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 15:40:07 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 16:44:51 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=440df8a2
7
8 dev-lang/idb: remove
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-lang/idb/files/50idb-gentoo.el | 5 -----
13 dev-lang/idb/idb-14.0.3.174-r1.ebuild | 37 -----------------------------------
14 dev-lang/idb/metadata.xml | 21 --------------------
15 3 files changed, 63 deletions(-)
16
17 diff --git a/dev-lang/idb/files/50idb-gentoo.el b/dev-lang/idb/files/50idb-gentoo.el
18 deleted file mode 100644
19 index 55064c63a..000000000
20 --- a/dev-lang/idb/files/50idb-gentoo.el
21 +++ /dev/null
22 @@ -1,5 +0,0 @@
23 -
24 -;;; idb site-lisp configuration
25 -
26 -(add-to-list 'load-path "@SITELISP@")
27 -(autoload 'idb "idb" "Run idb on program <FILE> in buffer *gud-<FILE>*." t)
28
29 diff --git a/dev-lang/idb/idb-14.0.3.174-r1.ebuild b/dev-lang/idb/idb-14.0.3.174-r1.ebuild
30 deleted file mode 100644
31 index 3482df899..000000000
32 --- a/dev-lang/idb/idb-14.0.3.174-r1.ebuild
33 +++ /dev/null
34 @@ -1,37 +0,0 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -INTEL_DPN=parallel_studio_xe
41 -INTEL_DID=4220
42 -INTEL_DPV=2013_sp1_update3
43 -INTEL_SUBDIR=composerxe
44 -INTEL_SINGLE_ARCH=false
45 -
46 -inherit intel-sdp
47 -
48 -DESCRIPTION="Intel C/C++/FORTRAN debugger"
49 -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"
50 -
51 -IUSE="eclipse"
52 -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
53 -
54 -DEPEND=">=dev-libs/intel-common-13.1[compiler,${MULTILIB_USEDEP}]"
55 -RDEPEND="${DEPEND}
56 - virtual/jre"
57 -
58 -INTEL_BIN_RPMS=( idb )
59 -INTEL_DAT_RPMS=( idb-common idbcdt )
60 -
61 -CHECKREQS_DISK_BUILD=475M
62 -
63 -pkg_setup() {
64 - _INTEL_PV=174-13.0-3 intel-sdp_pkg_setup
65 -}
66 -
67 -src_prepare() {
68 - sed \
69 - -e "/^INSTALLDIR/s:=.*:=${INTEL_SDP_EDIR}:g" \
70 - -i ${INTEL_SDP_DIR}/bin/intel*/idb || die
71 -}
72
73 diff --git a/dev-lang/idb/metadata.xml b/dev-lang/idb/metadata.xml
74 deleted file mode 100644
75 index 878e55ad2..000000000
76 --- a/dev-lang/idb/metadata.xml
77 +++ /dev/null
78 @@ -1,21 +0,0 @@
79 -<?xml version="1.0" encoding="UTF-8"?>
80 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 -<pkgmetadata>
82 - <maintainer type="project">
83 - <email>sci@g.o</email>
84 - <name>Gentoo Science Project</name>
85 - </maintainer>
86 - <longdescription lang="en">
87 -The IntelĀ® Debugger is a command line debugger for Intel based
88 -architectures. It is well suited with the Intel C++ or Intel FORTRAN
89 -compilers. It also comes also with a graphical interface and extensive
90 -documentation. The package is bundled in either compiler tar ball, and
91 -has been split to produce this one.
92 -The product can be installed as a non-commercial as
93 -well. License, terms of qualifications can be found on the web
94 -site and follow the one received in the Intel compilers.
95 -</longdescription>
96 - <use>
97 - <flag name="eclipse">Install the <pkg>dev-util/eclipse-sdk</pkg> plugins</flag>
98 - </use>
99 -</pkgmetadata>