summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/heimdal/ChangeLog6
-rw-r--r--app-crypt/heimdal/heimdal-0.6.1.ebuild4
-rw-r--r--app-crypt/heimdal/heimdal-0.6.ebuild4
-rw-r--r--app-crypt/newpg/ChangeLog6
-rw-r--r--app-crypt/newpg/newpg-0.9.4-r1.ebuild4
-rw-r--r--app-crypt/newpg/newpg-0.9.4.ebuild4
-rw-r--r--app-editors/bvi/ChangeLog5
-rw-r--r--app-editors/bvi/bvi-1.3.1.ebuild4
-rw-r--r--app-editors/katoob/ChangeLog6
-rw-r--r--app-editors/katoob/katoob-0.2.1.ebuild4
-rw-r--r--app-editors/katoob/katoob-0.3.5.ebuild4
-rw-r--r--app-editors/qemacs/ChangeLog5
-rw-r--r--app-editors/qemacs/qemacs-0.3.1.ebuild4
-rw-r--r--app-editors/ted/ChangeLog4
-rw-r--r--app-editors/ted/ted-2.11.ebuild4
-rw-r--r--app-editors/ted/ted-2.12.ebuild4
16 files changed, 47 insertions, 25 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index d54448e02eb5..ae88762cd700 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/heimdal
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.31 2004/04/11 00:21:29 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.32 2004/04/25 22:00:33 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> heimdal-0.6.1.ebuild,
+ heimdal-0.6.ebuild:
+ Add die following econf for bug 48950
10 Apr 2004; Guy Martin <gmsoft@gentoo.org> heimdal-0.6.1.ebuild:
Marked stable on hppa.
diff --git a/app-crypt/heimdal/heimdal-0.6.1.ebuild b/app-crypt/heimdal/heimdal-0.6.1.ebuild
index 32bc97d514f9..1ec8477e6604 100644
--- a/app-crypt/heimdal/heimdal-0.6.1.ebuild
+++ b/app-crypt/heimdal/heimdal-0.6.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-crypt/heimdal/heimdal-0.6.1.ebuild,v 1.8 2004/04/11 00:21:29 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.1.ebuild,v 1.9 2004/04/25 22:00:33 agriffis Exp $
inherit libtool eutils
@@ -59,7 +59,7 @@ src_compile() {
#use ldap && myconf="${myconf} --with-open-ldap=/usr"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# editline archive is linked into shared objects, needs to be
# built with -fPIC (16 Feb 2004 agriffis)
diff --git a/app-crypt/heimdal/heimdal-0.6.ebuild b/app-crypt/heimdal/heimdal-0.6.ebuild
index ac98ed2eebbb..8cd104cd9030 100644
--- a/app-crypt/heimdal/heimdal-0.6.ebuild
+++ b/app-crypt/heimdal/heimdal-0.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-crypt/heimdal/heimdal-0.6.ebuild,v 1.15 2004/03/30 09:12:47 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.ebuild,v 1.16 2004/04/25 22:00:33 agriffis Exp $
inherit libtool eutils
@@ -59,7 +59,7 @@ src_compile() {
#use ldap && myconf="${myconf} --with-open-ldap=/usr"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# editline archive is linked into shared objects, needs to be
# built with -fPIC (16 Feb 2004 agriffis)
diff --git a/app-crypt/newpg/ChangeLog b/app-crypt/newpg/ChangeLog
index 901d5d0d30c1..bae5db7cf777 100644
--- a/app-crypt/newpg/ChangeLog
+++ b/app-crypt/newpg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/newpg
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/ChangeLog,v 1.7 2004/04/14 17:38:47 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/ChangeLog,v 1.8 2004/04/25 22:01:37 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> newpg-0.9.4-r1.ebuild,
+ newpg-0.9.4.ebuild:
+ Add die following econf for bug 48950
14 Apr 2004; Heinrich Wendel <lanius@gentoo.org> newpg-0.9.4-r1.ebuild:
fix space in depend
diff --git a/app-crypt/newpg/newpg-0.9.4-r1.ebuild b/app-crypt/newpg/newpg-0.9.4-r1.ebuild
index f362fc90de4e..413155da8bef 100644
--- a/app-crypt/newpg/newpg-0.9.4-r1.ebuild
+++ b/app-crypt/newpg/newpg-0.9.4-r1.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-crypt/newpg/newpg-0.9.4-r1.ebuild,v 1.6 2004/04/14 17:38:47 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/newpg-0.9.4-r1.ebuild,v 1.7 2004/04/25 22:01:37 agriffis Exp $
DESCRIPTION="NewPG is the S/MIME variant of GnuPG which does also include the gpg-agent, useful even for GnuPG"
HOMEPAGE="http://www.gnupg.org/"
@@ -33,7 +33,7 @@ src_compile() {
fi
econf ${myconf} --disable-dependency-tracking \
- --exec-prefix=/usr
+ --exec-prefix=/usr || die "econf failed"
make || die
}
diff --git a/app-crypt/newpg/newpg-0.9.4.ebuild b/app-crypt/newpg/newpg-0.9.4.ebuild
index 31ed98442e51..1e5b293869f0 100644
--- a/app-crypt/newpg/newpg-0.9.4.ebuild
+++ b/app-crypt/newpg/newpg-0.9.4.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-crypt/newpg/newpg-0.9.4.ebuild,v 1.5 2004/03/13 21:50:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/newpg-0.9.4.ebuild,v 1.6 2004/04/25 22:01:37 agriffis Exp $
DESCRIPTION="NewPG is the S/MIME variant of GnuPG which does also include the gpg-agent, useful even for GnuPG"
HOMEPAGE="http://www.gnupg.org/"
@@ -21,7 +21,7 @@ src_compile() {
local myconf
use nls || myconf="${myconf} --disable-nls"
- econf ${myconf} --disable-dependency-tracking
+ econf ${myconf} --disable-dependency-tracking || die "econf failed"
make || die
}
diff --git a/app-editors/bvi/ChangeLog b/app-editors/bvi/ChangeLog
index 5b1fe0a24918..1c1fc0298b5e 100644
--- a/app-editors/bvi/ChangeLog
+++ b/app-editors/bvi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/bvi
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/ChangeLog,v 1.3 2004/03/31 12:30:42 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/ChangeLog,v 1.4 2004/04/25 22:02:38 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> bvi-1.3.1.ebuild:
+ Add die following econf for bug 48950
31 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> bvi-1.3.1.ebuild:
Adding amd64 keyword, closing #46276.
diff --git a/app-editors/bvi/bvi-1.3.1.ebuild b/app-editors/bvi/bvi-1.3.1.ebuild
index 34d35de8b614..8bed5d19589c 100644
--- a/app-editors/bvi/bvi-1.3.1.ebuild
+++ b/app-editors/bvi/bvi-1.3.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-editors/bvi/bvi-1.3.1.ebuild,v 1.5 2004/03/31 12:30:42 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/bvi-1.3.1.ebuild,v 1.6 2004/04/25 22:02:38 agriffis Exp $
DESCRIPTION="display-oriented editor for binary files, based on the vi texteditor"
HOMEPAGE="http://bvi.sourceforge.net/"
@@ -13,7 +13,7 @@ KEYWORDS="x86 ~amd64"
DEPEND="sys-libs/ncurses"
src_compile() {
- econf --with-ncurses=/usr
+ econf --with-ncurses=/usr || die "econf failed"
cp bmore.h bmore.h.old
sed -e 's:ncurses/term.h:term.h:g' bmore.h.old > bmore.h
diff --git a/app-editors/katoob/ChangeLog b/app-editors/katoob/ChangeLog
index 71d484f00e85..3adba5b5f234 100644
--- a/app-editors/katoob/ChangeLog
+++ b/app-editors/katoob/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/katoob
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/katoob/ChangeLog,v 1.5 2004/03/16 10:37:06 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/katoob/ChangeLog,v 1.6 2004/04/25 22:03:20 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> katoob-0.2.1.ebuild,
+ katoob-0.3.5.ebuild:
+ Add die following econf for bug 48950
16 Mar 2004; L. Boshell <leonardop@gentoo.org> katoob-0.3.5.ebuild:
Inherit from eutils.
diff --git a/app-editors/katoob/katoob-0.2.1.ebuild b/app-editors/katoob/katoob-0.2.1.ebuild
index 2435f2aaf539..0ecd0128beb4 100644
--- a/app-editors/katoob/katoob-0.2.1.ebuild
+++ b/app-editors/katoob/katoob-0.2.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-editors/katoob/katoob-0.2.1.ebuild,v 1.5 2004/03/16 10:37:06 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/katoob/katoob-0.2.1.ebuild,v 1.6 2004/04/25 22:03:20 agriffis Exp $
DESCRIPTION="Small text editor based on the GTK+ library 2.0"
HOMEPAGE="http://www.arabeyes.org/project.php?proj=katoob"
@@ -18,7 +18,7 @@ RDEPEND="nls? ( sys-devel/gettext )"
src_compile() {
local myconf=""
use nls || myconf="--disable-nls"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "Compilation failed"
}
diff --git a/app-editors/katoob/katoob-0.3.5.ebuild b/app-editors/katoob/katoob-0.3.5.ebuild
index 5b12cf9853e8..6b5f87b178fc 100644
--- a/app-editors/katoob/katoob-0.3.5.ebuild
+++ b/app-editors/katoob/katoob-0.3.5.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-editors/katoob/katoob-0.3.5.ebuild,v 1.3 2004/03/16 10:37:06 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/katoob/katoob-0.3.5.ebuild,v 1.4 2004/04/25 22:03:20 agriffis Exp $
inherit eutils
@@ -30,7 +30,7 @@ src_compile() {
use debug && myconf="${myconf} --enable-debug"
use spell && myconf="${myconf} --enable-spell"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "Compilation failed"
}
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog
index c8d777fe7ba9..77f3e568db93 100644
--- a/app-editors/qemacs/ChangeLog
+++ b/app-editors/qemacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/qemacs
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.5 2004/04/03 14:51:23 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.6 2004/04/25 22:04:06 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> qemacs-0.3.1.ebuild:
+ Add die following econf for bug 48950
03 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> qemacs-0.3.1.ebuild:
Adding amd64 keyword, closing #46659.
diff --git a/app-editors/qemacs/qemacs-0.3.1.ebuild b/app-editors/qemacs/qemacs-0.3.1.ebuild
index bab1a0ca25b6..844d407ca239 100644
--- a/app-editors/qemacs/qemacs-0.3.1.ebuild
+++ b/app-editors/qemacs/qemacs-0.3.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-editors/qemacs/qemacs-0.3.1.ebuild,v 1.7 2004/04/03 14:51:23 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.8 2004/04/25 22:04:06 agriffis Exp $
inherit eutils
@@ -27,7 +27,7 @@ src_compile() {
local myconf
use X && myconf="--enable-x11" || myconf="--disable-x11"
use png && myconf="${myconf} --enable-png" || myconf="${myconf} --disable-png"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/app-editors/ted/ChangeLog b/app-editors/ted/ChangeLog
index 80c3281ace8d..b81df56c6b68 100644
--- a/app-editors/ted/ChangeLog
+++ b/app-editors/ted/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/ted
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> ted-2.11.ebuild,
+ ted-2.12.ebuild:
+ Add die following econf for bug 48950
+
06 Apr 2004; <spider@gentoo.org> :
I just got a note from the author that 2.15 is broken (tables support) but
that we should expect 2.16 in the next two months.
diff --git a/app-editors/ted/ted-2.11.ebuild b/app-editors/ted/ted-2.11.ebuild
index 15778106797b..4aea69ba3fb8 100644
--- a/app-editors/ted/ted-2.11.ebuild
+++ b/app-editors/ted/ted-2.11.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-editors/ted/ted-2.11.ebuild,v 1.14 2004/01/11 14:02:53 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.11.ebuild,v 1.15 2004/04/25 22:05:10 agriffis Exp $
DESCRIPTION="X-based rich text editor"
HOMEPAGE="http://www.nllgg.nl/Ted"
@@ -27,7 +27,7 @@ src_unpack() {
src_compile() {
for dir in Ted tedPackage appFrame appUtil ind bitmap libreg; do
cd ${S}/${dir}
- econf --cache-file=../config.cache
+ econf --cache-file=../config.cache || die "econf failed"
done
# The makefile doesn't really allow parallel make, but it does
diff --git a/app-editors/ted/ted-2.12.ebuild b/app-editors/ted/ted-2.12.ebuild
index 7c213e58ecbb..512debe95338 100644
--- a/app-editors/ted/ted-2.12.ebuild
+++ b/app-editors/ted/ted-2.12.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-editors/ted/ted-2.12.ebuild,v 1.7 2004/01/11 14:02:53 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.12.ebuild,v 1.8 2004/04/25 22:05:10 agriffis Exp $
DESCRIPTION="X-based rich text editor."
HOMEPAGE="http://www.nllgg.nl/Ted"
@@ -27,7 +27,7 @@ src_unpack() {
src_compile() {
for dir in Ted tedPackage appFrame appUtil ind bitmap libreg; do
cd ${S}/${dir}
- econf --cache-file=../config.cache
+ econf --cache-file=../config.cache || die "econf failed"
done
# The makefile doesn't really allow parallel make, but it does