summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:49:46 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:49:46 +0000
commitfeb6c4f578f1618d02ea13a21a0a02b602cd1135 (patch)
tree5adf40fe79c04a27103d00561968cbebd7b5562d /app-sci
parentUpdate so gcc-3.4 is respected (#48933). (Manifest recommit) (diff)
downloadgentoo-2-feb6c4f578f1618d02ea13a21a0a02b602cd1135.tar.gz
gentoo-2-feb6c4f578f1618d02ea13a21a0a02b602cd1135.tar.bz2
gentoo-2-feb6c4f578f1618d02ea13a21a0a02b602cd1135.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/espresso-ab/ChangeLog7
-rw-r--r--app-sci/espresso-ab/espresso-ab-1.0.ebuild6
-rw-r--r--app-sci/ginac/ChangeLog6
-rw-r--r--app-sci/ginac/ginac-1.1.3.ebuild6
-rw-r--r--app-sci/ginac/ginac-1.1.6.ebuild4
-rw-r--r--app-sci/gturing/ChangeLog5
-rw-r--r--app-sci/gturing/gturing-0.1.1.ebuild4
-rw-r--r--app-sci/gwave/ChangeLog5
-rw-r--r--app-sci/gwave/gwave-20020122.ebuild4
9 files changed, 30 insertions, 17 deletions
diff --git a/app-sci/espresso-ab/ChangeLog b/app-sci/espresso-ab/ChangeLog
index 7001a7903425..a63aa824c4ae 100644
--- a/app-sci/espresso-ab/ChangeLog
+++ b/app-sci/espresso-ab/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/espresso-ab
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-sci/espresso-ab/ChangeLog,v 1.2 2004/03/19 08:59:43 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-sci/espresso-ab/ChangeLog,v 1.3 2004/04/25 22:45:54 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> espresso-ab-1.0.ebuild:
+ Add die following econf for bug 48950
*espresso-ab-1.0 (23 Apr 2003)
diff --git a/app-sci/espresso-ab/espresso-ab-1.0.ebuild b/app-sci/espresso-ab/espresso-ab-1.0.ebuild
index 93f359346533..d19db0cf2903 100644
--- a/app-sci/espresso-ab/espresso-ab-1.0.ebuild
+++ b/app-sci/espresso-ab/espresso-ab-1.0.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/espresso-ab/espresso-ab-1.0.ebuild,v 1.2 2003/07/23 01:51:56 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/espresso-ab/espresso-ab-1.0.ebuild,v 1.3 2004/04/25 22:45:54 agriffis Exp $
IUSE=""
@@ -15,7 +15,7 @@ KEYWORDS="x86 ~ppc ~sparc"
DEPEND="virtual/glibc"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-sci/ginac/ChangeLog b/app-sci/ginac/ChangeLog
index e64a3dfacafc..763928f64789 100644
--- a/app-sci/ginac/ChangeLog
+++ b/app-sci/ginac/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/ginac
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/ginac/ChangeLog,v 1.8 2004/04/19 09:53:10 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/ginac/ChangeLog,v 1.9 2004/04/25 22:46:35 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> ginac-1.1.3.ebuild,
+ ginac-1.1.6.ebuild:
+ Add die following econf for bug 48950
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> ginac-1.0.9.ebuild:
Cleanup
diff --git a/app-sci/ginac/ginac-1.1.3.ebuild b/app-sci/ginac/ginac-1.1.3.ebuild
index 143fd24ce676..c0979f9bfb97 100644
--- a/app-sci/ginac/ginac-1.1.3.ebuild
+++ b/app-sci/ginac/ginac-1.1.3.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/ginac/ginac-1.1.3.ebuild,v 1.1 2003/09/09 20:28:47 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/ginac/ginac-1.1.3.ebuild,v 1.2 2004/04/25 22:46:35 agriffis Exp $
IUSE=""
@@ -21,7 +21,7 @@ DEPEND="dev-libs/cln"
src_compile() {
filter-flags "-funroll-loops -frerun-loop-opt"
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-sci/ginac/ginac-1.1.6.ebuild b/app-sci/ginac/ginac-1.1.6.ebuild
index a8788b3b7c7a..d03cb4c34da0 100644
--- a/app-sci/ginac/ginac-1.1.6.ebuild
+++ b/app-sci/ginac/ginac-1.1.6.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/ginac/ginac-1.1.6.ebuild,v 1.1 2004/03/03 17:31:32 pbienst Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/ginac/ginac-1.1.6.ebuild,v 1.2 2004/04/25 22:46:35 agriffis Exp $
IUSE=""
@@ -21,7 +21,7 @@ DEPEND="dev-libs/cln"
src_compile() {
filter-flags "-funroll-loops -frerun-loop-opt"
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-sci/gturing/ChangeLog b/app-sci/gturing/ChangeLog
index 2c026e38b64c..4bdc0a2fdb08 100644
--- a/app-sci/gturing/ChangeLog
+++ b/app-sci/gturing/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/gturing
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/gturing/ChangeLog,v 1.2 2004/03/08 17:40:33 augustus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gturing/ChangeLog,v 1.3 2004/04/25 22:47:14 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gturing-0.1.1.ebuild:
+ Add die following econf for bug 48950
08 Mar 2004; <augustus@gentoo.org> gturing-0.1.1.ebuild:
Added ~amd64 keyword.
diff --git a/app-sci/gturing/gturing-0.1.1.ebuild b/app-sci/gturing/gturing-0.1.1.ebuild
index bc115d50934f..8b6ea019d5c4 100644
--- a/app-sci/gturing/gturing-0.1.1.ebuild
+++ b/app-sci/gturing/gturing-0.1.1.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/gturing/gturing-0.1.1.ebuild,v 1.5 2004/03/08 17:40:33 augustus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gturing/gturing-0.1.1.ebuild,v 1.6 2004/04/25 22:47:14 agriffis Exp $
DESCRIPTION="GNOME turing machine simulator for"
HOMEPAGE="http://www.nuclecu.unam.mx/~arturo/gTuring/"
@@ -14,7 +14,7 @@ IUSE=""
DEPEND=">=gnome-base/libgnomeui-2.0.0"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-sci/gwave/ChangeLog b/app-sci/gwave/ChangeLog
index 10755375554b..35e7d7fd784e 100644
--- a/app-sci/gwave/ChangeLog
+++ b/app-sci/gwave/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/gwave
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/ChangeLog,v 1.5 2004/04/19 10:23:34 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/ChangeLog,v 1.6 2004/04/25 22:49:46 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gwave-20020122.ebuild:
+ Add die following econf for bug 48950
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> gwave-20020122.ebuild,
gwave-20030804.ebuild, gwave-20031224.ebuild:
diff --git a/app-sci/gwave/gwave-20020122.ebuild b/app-sci/gwave/gwave-20020122.ebuild
index 0bd99bc519a3..403cedf62291 100644
--- a/app-sci/gwave/gwave-20020122.ebuild
+++ b/app-sci/gwave/gwave-20020122.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/gwave/gwave-20020122.ebuild,v 1.4 2004/04/19 10:23:34 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/gwave/gwave-20020122.ebuild,v 1.5 2004/04/25 22:49:46 agriffis Exp $
DESCRIPTION="A waveform viewer analog data, such as spice simulations"
HOMEPAGE="http://www.geda.seul.org/tools/gwave/"
@@ -16,7 +16,7 @@ DEPEND="x11-libs/gtk+
x11-libs/guile-gtk"
src_compile() {
- econf
+ econf || die "econf failed"
make || die
}