summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 16:13:47 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 16:13:47 +0000
commit2da17e0db7e74892113aceff1e0d7f98e61a00c2 (patch)
tree83eac1a31d26cbaecac9f6841c8b6c9e620dc0a7
parentFix bug 44646 (mozilla-firefox ebuild with native forward/back mouse button s... (diff)
downloadgentoo-2-2da17e0db7e74892113aceff1e0d7f98e61a00c2.tar.gz
gentoo-2-2da17e0db7e74892113aceff1e0d7f98e61a00c2.tar.bz2
gentoo-2-2da17e0db7e74892113aceff1e0d7f98e61a00c2.zip
Add die following econf for bug 48950
-rw-r--r--app-sci/systemc/ChangeLog7
-rw-r--r--app-sci/systemc/systemc-2.0.1.ebuild6
-rw-r--r--app-sci/tbass/ChangeLog5
-rw-r--r--app-sci/tbass/tbass-20030108.ebuild4
-rw-r--r--app-sci/xcircuit/ChangeLog5
-rw-r--r--app-sci/xcircuit/xcircuit-3.1.31.ebuild6
6 files changed, 21 insertions, 12 deletions
diff --git a/app-sci/systemc/ChangeLog b/app-sci/systemc/ChangeLog
index cb98e08d6755..c1434a191d55 100644
--- a/app-sci/systemc/ChangeLog
+++ b/app-sci/systemc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/systemc
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/ChangeLog,v 1.4 2003/10/23 13:47:05 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/ChangeLog,v 1.5 2004/04/26 16:09:27 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> systemc-2.0.1.ebuild:
+ Add die following econf for bug 48950
*systemc-2.0.1 (05 Dec 2002)
diff --git a/app-sci/systemc/systemc-2.0.1.ebuild b/app-sci/systemc/systemc-2.0.1.ebuild
index 6f6643d2dd3e..874ea536426e 100644
--- a/app-sci/systemc/systemc-2.0.1.ebuild
+++ b/app-sci/systemc/systemc-2.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/systemc-2.0.1.ebuild,v 1.4 2003/02/13 09:26:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/systemc-2.0.1.ebuild,v 1.5 2004/04/26 16:09:27 agriffis Exp $
IUSE=""
@@ -33,7 +33,7 @@ src_unpack() {
}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
cd ${S}/src/systemc/kernel
ar cru ../../../src/libsystemc.a sc_attribute.o sc_cor_fiber.o sc_cor_qt.o sc_event.o sc_kernel_ids.o sc_lambda.o sc_main.o sc_module.o sc_module_name.o sc_module_registry.o sc_name_gen.o sc_object.o sc_object_manager.o sc_process_int.o sc_runnable.o sc_sensitive.o sc_simcontext.o sc_time.o sc_ver.o sc_wait.o sc_wait_cthread.o
diff --git a/app-sci/tbass/ChangeLog b/app-sci/tbass/ChangeLog
index 4f14eb871541..1c2e07af3ede 100644
--- a/app-sci/tbass/ChangeLog
+++ b/app-sci/tbass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/tbass
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tbass/ChangeLog,v 1.12 2004/04/25 22:55:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tbass/ChangeLog,v 1.13 2004/04/26 16:10:14 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> tbass-20030108.ebuild:
+ Add die following econf for bug 48950
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> tbass-20030108.ebuild,
tbass-20030725.3.3.ebuild:
diff --git a/app-sci/tbass/tbass-20030108.ebuild b/app-sci/tbass/tbass-20030108.ebuild
index 8dc69e03555f..4788241aeefe 100644
--- a/app-sci/tbass/tbass-20030108.ebuild
+++ b/app-sci/tbass/tbass-20030108.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tbass/tbass-20030108.ebuild,v 1.8 2004/04/25 22:55:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tbass/tbass-20030108.ebuild,v 1.9 2004/04/26 16:10:14 agriffis Exp $
IUSE=""
@@ -47,7 +47,7 @@ src_compile() {
# configure tech paths
cd ${WORKDIR}/balsa-tech-ams-1.0
- econf
+ econf || die "econf failed"
cd ${WORKDIR}/balsa-tech-verilog-1.0
econf || die "econf failed"
diff --git a/app-sci/xcircuit/ChangeLog b/app-sci/xcircuit/ChangeLog
index a10b909a9891..37588d26ad47 100644
--- a/app-sci/xcircuit/ChangeLog
+++ b/app-sci/xcircuit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/xcircuit
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.14 2004/04/21 06:12:28 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.15 2004/04/26 16:13:46 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xcircuit-3.1.31.ebuild:
+ Add die following econf for bug 48950
21 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> xcircuit-3.1.31.ebuild:
Changed IUSE to correct value
diff --git a/app-sci/xcircuit/xcircuit-3.1.31.ebuild b/app-sci/xcircuit/xcircuit-3.1.31.ebuild
index 52cff6665192..fa2ee8b3369d 100644
--- a/app-sci/xcircuit/xcircuit-3.1.31.ebuild
+++ b/app-sci/xcircuit/xcircuit-3.1.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/xcircuit-3.1.31.ebuild,v 1.3 2004/04/21 06:12:28 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/xcircuit-3.1.31.ebuild,v 1.4 2004/04/26 16:13:47 agriffis Exp $
DESCRIPTION="Circuit drawing and schematic capture program."
SRC_URI="http://xcircuit.ece.jhu.edu/archive/${P}.tgz"
@@ -21,9 +21,9 @@ src_compile() {
aclocal && autoconf || die "Could not recreate configuration files!"
if [ `use tcltk` ]; then
- econf --with-tcl --with-tk
+ econf --with-tcl --with-tk || die "econf failed"
else
- econf
+ econf || die "econf failed"
fi
if [ `use tcltk` ]; then