summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:05:10 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:05:10 +0000
commit8cc5ad5433c0056275f821257d9c2ebc0892de7a (patch)
treeba460daaa9a8a1648b600678fc1fd1f9b6f7ef01 /app-editors/ted
parentadd inherit eutils (diff)
downloadgentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.tar.gz
gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.tar.bz2
gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-editors/ted')
-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
3 files changed, 8 insertions, 4 deletions
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