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
commitae778d47edc730bdeeb6b100d4eb8828198ce340 (patch)
treee97f21799a67f64e4a78c70cf8bd2b6ebe4c12b4 /app-sci
parentFix bug 44646 (mozilla-firefox ebuild with native forward/back mouse button s... (diff)
downloadhistorical-ae778d47edc730bdeeb6b100d4eb8828198ce340.tar.gz
historical-ae778d47edc730bdeeb6b100d4eb8828198ce340.tar.bz2
historical-ae778d47edc730bdeeb6b100d4eb8828198ce340.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/lard/ChangeLog5
-rw-r--r--app-sci/lard/lard-2.0.14.ebuild4
-rw-r--r--app-sci/netcdf/ChangeLog6
-rw-r--r--app-sci/netcdf/netcdf-3.5.0-r3.ebuild4
-rw-r--r--app-sci/netcdf/netcdf-3.5.0-r4.ebuild4
-rw-r--r--app-sci/singular/ChangeLog6
-rw-r--r--app-sci/singular/singular-2.0.5-r3.ebuild4
-rw-r--r--app-sci/singular/singular-2.0.5-r4.ebuild4
-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
14 files changed, 45 insertions, 25 deletions
diff --git a/app-sci/lard/ChangeLog b/app-sci/lard/ChangeLog
index 785ee5f8ccd2..ef61777341dd 100644
--- a/app-sci/lard/ChangeLog
+++ b/app-sci/lard/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/lard
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/lard/ChangeLog,v 1.10 2004/04/25 22:50:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/lard/ChangeLog,v 1.11 2004/04/26 16:01:50 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> lard-2.0.14.ebuild:
+ Add die following econf for bug 48950
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> lard-2.0.15-r1.ebuild,
lard-2.0.15.ebuild, lard-20030204.ebuild:
diff --git a/app-sci/lard/lard-2.0.14.ebuild b/app-sci/lard/lard-2.0.14.ebuild
index becaf95d76d9..d77dc3502f7a 100644
--- a/app-sci/lard/lard-2.0.14.ebuild
+++ b/app-sci/lard/lard-2.0.14.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/lard/lard-2.0.14.ebuild,v 1.9 2004/04/19 15:53:27 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/lard/lard-2.0.14.ebuild,v 1.10 2004/04/26 16:01:50 agriffis Exp $
IUSE=""
@@ -30,7 +30,7 @@ src_unpack() {
}
src_compile() {
- econf --libdir=/usr/lib/lard
+ econf --libdir=/usr/lib/lard || die "econf failed"
emake || die "emake failed"
}
diff --git a/app-sci/netcdf/ChangeLog b/app-sci/netcdf/ChangeLog
index 5620bc365331..5c02fe0e3527 100644
--- a/app-sci/netcdf/ChangeLog
+++ b/app-sci/netcdf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/netcdf
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/ChangeLog,v 1.13 2004/04/20 06:09:11 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/ChangeLog,v 1.14 2004/04/26 16:02:42 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> netcdf-3.5.0-r3.ebuild,
+ netcdf-3.5.0-r4.ebuild:
+ Add die following econf for bug 48950
*netcdf-3.5.0-r4 (20 Apr 2004)
diff --git a/app-sci/netcdf/netcdf-3.5.0-r3.ebuild b/app-sci/netcdf/netcdf-3.5.0-r3.ebuild
index 32ff2bfe37dd..cb6c796d5bcc 100644
--- a/app-sci/netcdf/netcdf-3.5.0-r3.ebuild
+++ b/app-sci/netcdf/netcdf-3.5.0-r3.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/netcdf/netcdf-3.5.0-r3.ebuild,v 1.10 2004/04/01 08:27:28 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r3.ebuild,v 1.11 2004/04/26 16:02:42 agriffis Exp $
inherit eutils
@@ -29,7 +29,7 @@ src_unpack() {
src_compile() {
export CPPFLAGS=-Df2cFortran
- econf
+ econf || die "econf failed"
make || die
make test || die
}
diff --git a/app-sci/netcdf/netcdf-3.5.0-r4.ebuild b/app-sci/netcdf/netcdf-3.5.0-r4.ebuild
index 72c3e1ad879f..2cfe3df29a20 100644
--- a/app-sci/netcdf/netcdf-3.5.0-r4.ebuild
+++ b/app-sci/netcdf/netcdf-3.5.0-r4.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/netcdf/netcdf-3.5.0-r4.ebuild,v 1.1 2004/04/20 06:09:11 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r4.ebuild,v 1.2 2004/04/26 16:02:42 agriffis Exp $
inherit eutils
@@ -30,7 +30,7 @@ src_unpack() {
src_compile() {
export CPPFLAGS=-Df2cFortran
- econf
+ econf || die "econf failed"
make || die
make test || die
}
diff --git a/app-sci/singular/ChangeLog b/app-sci/singular/ChangeLog
index 07b91427c917..34f423757104 100644
--- a/app-sci/singular/ChangeLog
+++ b/app-sci/singular/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/singular
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/ChangeLog,v 1.12 2004/04/25 22:53:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/ChangeLog,v 1.13 2004/04/26 16:04:54 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> singular-2.0.5-r3.ebuild,
+ singular-2.0.5-r4.ebuild:
+ Add die following econf for bug 48950
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> singular-2.0.4-r1.ebuild:
Add die following econf for bug 48950
diff --git a/app-sci/singular/singular-2.0.5-r3.ebuild b/app-sci/singular/singular-2.0.5-r3.ebuild
index 8f4c4e0912ef..907981751317 100644
--- a/app-sci/singular/singular-2.0.5-r3.ebuild
+++ b/app-sci/singular/singular-2.0.5-r3.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/singular/singular-2.0.5-r3.ebuild,v 1.2 2004/03/24 14:02:53 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/singular-2.0.5-r3.ebuild,v 1.3 2004/04/26 16:04:54 agriffis Exp $
inherit eutils
@@ -50,7 +50,7 @@ src_unpack () {
src_compile() {
local myconf="${myconf} --with-NTL --prefix=${D}/usr"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "make failed"
}
diff --git a/app-sci/singular/singular-2.0.5-r4.ebuild b/app-sci/singular/singular-2.0.5-r4.ebuild
index d7c9676b97c4..3bdfc0872800 100644
--- a/app-sci/singular/singular-2.0.5-r4.ebuild
+++ b/app-sci/singular/singular-2.0.5-r4.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/singular/singular-2.0.5-r4.ebuild,v 1.1 2004/03/26 12:02:42 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/singular-2.0.5-r4.ebuild,v 1.2 2004/04/26 16:04:54 agriffis Exp $
inherit eutils
@@ -50,7 +50,7 @@ src_unpack () {
src_compile() {
local myconf="${myconf} --with-NTL --prefix=${D}/usr"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "make failed"
}
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