summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
10 files changed, 29 insertions, 15 deletions
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