summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 23:31:11 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 23:31:11 +0000
commit307a95632605d97a4b190e5e61aedbc66141ed3c (patch)
treea5e124548b62e3dfbade186b7956d0b942c7aba5 /dev-db/gigabase
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-307a95632605d97a4b190e5e61aedbc66141ed3c.tar.gz
gentoo-2-307a95632605d97a4b190e5e61aedbc66141ed3c.tar.bz2
gentoo-2-307a95632605d97a4b190e5e61aedbc66141ed3c.zip
Add die following econf for bug 48950
Diffstat (limited to 'dev-db/gigabase')
-rw-r--r--dev-db/gigabase/ChangeLog6
-rw-r--r--dev-db/gigabase/gigabase-2.75.ebuild4
-rw-r--r--dev-db/gigabase/gigabase-2.76.ebuild4
-rw-r--r--dev-db/gigabase/gigabase-2.79.ebuild4
-rw-r--r--dev-db/gigabase/gigabase-3.02.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/dev-db/gigabase/ChangeLog b/dev-db/gigabase/ChangeLog
index 52ac7f8e3ecf..14a80f1ff9e6 100644
--- a/dev-db/gigabase/ChangeLog
+++ b/dev-db/gigabase/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/gigabase
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.6 2004/04/16 20:18:17 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.7 2004/04/25 23:31:11 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gigabase-2.75.ebuild,
+ gigabase-2.76.ebuild, gigabase-2.79.ebuild, gigabase-3.02.ebuild:
+ Add die following econf for bug 48950
16 Apr 2004; Michael McCabe <randy@gentoo.org> gigabase-3.02.ebuild:
adding s390 keywords
diff --git a/dev-db/gigabase/gigabase-2.75.ebuild b/dev-db/gigabase/gigabase-2.75.ebuild
index 66a6561077a6..7797c319a995 100644
--- a/dev-db/gigabase/gigabase-2.75.ebuild
+++ b/dev-db/gigabase/gigabase-2.75.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/dev-db/gigabase/gigabase-2.75.ebuild,v 1.5 2004/03/14 13:19:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-2.75.ebuild,v 1.6 2004/04/25 23:31:11 agriffis Exp $
DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl"
HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html"
@@ -17,7 +17,7 @@ S=${WORKDIR}/gigabase
src_compile() {
mf="${S}/Makefile"
- econf
+ econf || die "econf failed"
sed -r -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf} > ${mf}.tmp
mv ${mf}.tmp ${mf}
diff --git a/dev-db/gigabase/gigabase-2.76.ebuild b/dev-db/gigabase/gigabase-2.76.ebuild
index 997d052e0b64..f384c62b5969 100644
--- a/dev-db/gigabase/gigabase-2.76.ebuild
+++ b/dev-db/gigabase/gigabase-2.76.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/dev-db/gigabase/gigabase-2.76.ebuild,v 1.5 2004/03/14 13:19:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-2.76.ebuild,v 1.6 2004/04/25 23:31:11 agriffis Exp $
DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl"
HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html"
@@ -16,7 +16,7 @@ S=${WORKDIR}/gigabase
src_compile() {
mf="${S}/Makefile"
- econf
+ econf || die "econf failed"
sed -r -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf} > ${mf}.tmp
mv ${mf}.tmp ${mf}
diff --git a/dev-db/gigabase/gigabase-2.79.ebuild b/dev-db/gigabase/gigabase-2.79.ebuild
index f510b98c99dc..23ea7c75ae5c 100644
--- a/dev-db/gigabase/gigabase-2.79.ebuild
+++ b/dev-db/gigabase/gigabase-2.79.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/dev-db/gigabase/gigabase-2.79.ebuild,v 1.4 2004/03/14 13:19:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-2.79.ebuild,v 1.5 2004/04/25 23:31:11 agriffis Exp $
DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl"
HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html"
@@ -16,7 +16,7 @@ S=${WORKDIR}/gigabase
src_compile() {
mf="${S}/Makefile"
- econf
+ econf || die "econf failed"
sed -r -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf} > ${mf}.tmp
mv ${mf}.tmp ${mf}
diff --git a/dev-db/gigabase/gigabase-3.02.ebuild b/dev-db/gigabase/gigabase-3.02.ebuild
index 8cf12a8e259c..71dcdfc58f5d 100644
--- a/dev-db/gigabase/gigabase-3.02.ebuild
+++ b/dev-db/gigabase/gigabase-3.02.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/dev-db/gigabase/gigabase-3.02.ebuild,v 1.2 2004/04/16 20:18:17 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.02.ebuild,v 1.3 2004/04/25 23:31:11 agriffis Exp $
DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl"
HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html"
@@ -16,7 +16,7 @@ S=${WORKDIR}/gigabase
src_compile() {
mf="${S}/Makefile"
- econf
+ econf || die "econf failed"
sed -r -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf} > ${mf}.tmp
mv ${mf}.tmp ${mf}