summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2004-11-04 20:30:23 +0000
committerOlivier Crête <tester@gentoo.org>2004-11-04 20:30:23 +0000
commit4661aa1c9d485fd654902ad6b842056dfef00ee7 (patch)
tree4c631cd9cb988b306c68700fdbfb22700e7d27eb /dev-util/insight
parentStable on x86 wrt #69825 (Manifest recommit) (diff)
downloadgentoo-2-4661aa1c9d485fd654902ad6b842056dfef00ee7.tar.gz
gentoo-2-4661aa1c9d485fd654902ad6b842056dfef00ee7.tar.bz2
gentoo-2-4661aa1c9d485fd654902ad6b842056dfef00ee7.zip
Removed patch because it causes crash. See bug #61411.
Diffstat (limited to 'dev-util/insight')
-rw-r--r--dev-util/insight/ChangeLog6
-rw-r--r--dev-util/insight/insight-6.0.ebuild4
-rw-r--r--dev-util/insight/insight-6.1.ebuild8
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-util/insight/ChangeLog b/dev-util/insight/ChangeLog
index 120e7cf84afb..320ba9c2a1bd 100644
--- a/dev-util/insight/ChangeLog
+++ b/dev-util/insight/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/insight
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.18 2004/09/07 15:51:52 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.19 2004/11/04 20:30:23 tester Exp $
+
+ 04 Nov 2004; Olivier Crete <tester@gentoo.org> insight-6.0.ebuild,
+ insight-6.1.ebuild:
+ Removed patch because it causes crash. See bug #61411.
07 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> insight-6.1.ebuild:
Stable on sparc
diff --git a/dev-util/insight/insight-6.0.ebuild b/dev-util/insight/insight-6.0.ebuild
index fcb183a277cf..0d690ba0598d 100644
--- a/dev-util/insight/insight-6.0.ebuild
+++ b/dev-util/insight/insight-6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.0.ebuild,v 1.5 2004/06/25 02:36:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.0.ebuild,v 1.6 2004/11/04 20:30:23 tester Exp $
inherit eutils
@@ -20,7 +20,7 @@ SRC_URI="ftp://sources.redhat.com/pub/gdb/releases/${P}.tar.bz2"
INSIGHTDIR="/opt/insight"
-src_unpack() {
+disabled_src_unpack() {
unpack ${A}
cd ${S}/gdb
diff --git a/dev-util/insight/insight-6.1.ebuild b/dev-util/insight/insight-6.1.ebuild
index 0df38a6ab0af..89f7b7cfbc2f 100644
--- a/dev-util/insight/insight-6.1.ebuild
+++ b/dev-util/insight/insight-6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.1.ebuild,v 1.8 2004/09/07 15:51:52 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.1.ebuild,v 1.9 2004/11/04 20:30:23 tester Exp $
inherit eutils
@@ -20,11 +20,11 @@ SRC_URI="ftp://sources.redhat.com/pub/gdb/releases/${P}.tar.bz2"
INSIGHTDIR="/opt/insight"
-src_unpack() {
+disabled_src_unpack() {
unpack ${A}
- cd ${S}/gdb
- epatch ${FILESDIR}/gdb-6.x-crash.patch
+ cd ${S}
+ epatch ${FILESDIR}/insight-6.1-jimb-copy-section-addr-info.patch
}
src_compile() {