summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/ghostscript-afpl/ChangeLog6
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild6
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild6
-rw-r--r--app-text/gmanedit/ChangeLog6
-rw-r--r--app-text/gmanedit/gmanedit-0.3.3-r2.ebuild4
-rw-r--r--app-text/gmanedit/gmanedit-0.3.3-r3.ebuild4
-rw-r--r--app-text/hd2u/ChangeLog6
-rw-r--r--app-text/hd2u/hd2u-0.8.0.ebuild4
-rw-r--r--app-text/hd2u/hd2u-0.8.1.ebuild4
-rw-r--r--app-text/htmldoc/ChangeLog6
-rw-r--r--app-text/htmldoc/htmldoc-1.8.20-r1.ebuild4
-rw-r--r--app-text/htmldoc/htmldoc-1.8.23.ebuild4
-rw-r--r--app-text/mftrace/ChangeLog6
-rw-r--r--app-text/mftrace/mftrace-1.0.10.ebuild4
-rw-r--r--app-text/mftrace/mftrace-1.0.19.ebuild4
-rw-r--r--app-text/opensp/ChangeLog6
-rw-r--r--app-text/opensp/opensp-1.5-r1.ebuild4
-rw-r--r--app-text/opensp/opensp-1.5.ebuild4
-rw-r--r--app-text/pinfo/ChangeLog6
-rw-r--r--app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild4
-rw-r--r--app-text/pinfo/pinfo-0.6.7.ebuild4
-rw-r--r--app-text/pinfo/pinfo-0.6.8.ebuild4
-rw-r--r--app-text/ptex/ChangeLog5
-rw-r--r--app-text/ptex/ptex-3.1.2.ebuild4
-rw-r--r--app-text/sablotron/ChangeLog6
-rw-r--r--app-text/sablotron/sablotron-0.96.ebuild4
-rw-r--r--app-text/sablotron/sablotron-0.97.ebuild4
-rw-r--r--app-text/vilistextum/ChangeLog5
-rw-r--r--app-text/vilistextum/vilistextum-2.6.2.ebuild4
29 files changed, 88 insertions, 50 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog
index 828bee94cefc..35730200aa25 100644
--- a/app-text/ghostscript-afpl/ChangeLog
+++ b/app-text/ghostscript-afpl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript-afpl
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.10 2004/02/29 18:10:25 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.11 2004/04/25 23:00:24 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ ghostscript-afpl-8.13.ebuild, ghostscript-afpl-8.14.ebuild:
+ Add die following econf for bug 48950
27 Feb 2004; Heinrich Wendel <lanius@gentoo.org>
ghostscript-afpl-8.13.ebuild, ghostscript-afpl-8.14.ebuild:
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild
index 1218855854e7..e5c6bbd9db9a 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.13.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-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild,v 1.5 2004/02/29 18:10:25 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild,v 1.6 2004/04/25 23:00:24 agriffis Exp $
inherit eutils
@@ -72,7 +72,7 @@ src_compile() {
use gtk || sed -i -e 's:$(INSTALL_PROGRAM) $(GSSOX):#:' src/unix-dll.mak \
-e 's:$(GSSOX)::' src/unix-dll.mak
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# build cups driver with cups
if [ `use cups` ]; then
@@ -91,7 +91,7 @@ src_compile() {
# build ijs
cd ijs
- econf --prefix=${D}/usr
+ econf --prefix=${D}/usr || die "econf failed"
make || die "make failed"
cd ..
}
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild
index 39434d52d038..cc28686cd0e6 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.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-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.3 2004/02/29 18:10:25 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.4 2004/04/25 23:00:24 agriffis Exp $
inherit eutils
@@ -66,7 +66,7 @@ src_compile() {
use gtk || sed -i -e 's:$(INSTALL_PROGRAM) $(GSSOX):#:' src/unix-dll.mak \
-e 's:$(GSSOX)::' src/unix-dll.mak
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# build cups driver with cups
if [ `use cups` ]; then
@@ -85,7 +85,7 @@ src_compile() {
# build ijs
cd ijs
- econf --prefix=${D}/usr
+ econf --prefix=${D}/usr || die "econf failed"
make || die "make failed"
cd ..
}
diff --git a/app-text/gmanedit/ChangeLog b/app-text/gmanedit/ChangeLog
index 50bfc78e98cc..d10fb2e88ce2 100644
--- a/app-text/gmanedit/ChangeLog
+++ b/app-text/gmanedit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/gmanedit
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gmanedit/ChangeLog,v 1.10 2004/03/05 15:04:38 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gmanedit/ChangeLog,v 1.11 2004/04/25 23:01:18 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gmanedit-0.3.3-r2.ebuild,
+ gmanedit-0.3.3-r3.ebuild:
+ Add die following econf for bug 48950
05 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org>
gmanedit-0.3.3-r3.ebuild:
diff --git a/app-text/gmanedit/gmanedit-0.3.3-r2.ebuild b/app-text/gmanedit/gmanedit-0.3.3-r2.ebuild
index 702f71251fd2..b427a1f1c4f2 100644
--- a/app-text/gmanedit/gmanedit-0.3.3-r2.ebuild
+++ b/app-text/gmanedit/gmanedit-0.3.3-r2.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-text/gmanedit/gmanedit-0.3.3-r2.ebuild,v 1.11 2004/03/12 09:18:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gmanedit/gmanedit-0.3.3-r2.ebuild,v 1.12 2004/04/25 23:01:18 agriffis Exp $
DESCRIPTION="Gnome based manpage editor"
SRC_URI="http://gmanedit.sourceforge.net/files/${P}.tar.bz2"
@@ -17,7 +17,7 @@ DEPEND="virtual/x11
S=${WORKDIR}/${P}.orig
src_compile() {
- econf --disable-nls
+ econf --disable-nls || die "econf failed"
make || die
}
diff --git a/app-text/gmanedit/gmanedit-0.3.3-r3.ebuild b/app-text/gmanedit/gmanedit-0.3.3-r3.ebuild
index c0e7f70f4ef0..6a8500e46e43 100644
--- a/app-text/gmanedit/gmanedit-0.3.3-r3.ebuild
+++ b/app-text/gmanedit/gmanedit-0.3.3-r3.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-text/gmanedit/gmanedit-0.3.3-r3.ebuild,v 1.3 2004/03/05 15:04:38 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gmanedit/gmanedit-0.3.3-r3.ebuild,v 1.4 2004/04/25 23:01:18 agriffis Exp $
inherit eutils
@@ -20,7 +20,7 @@ S=${WORKDIR}/${P}.orig
src_compile() {
epatch ${FILESDIR}/${P}-xterm.patch
- econf --disable-nls
+ econf --disable-nls || die "econf failed"
make || die
}
diff --git a/app-text/hd2u/ChangeLog b/app-text/hd2u/ChangeLog
index e2f7de6671b7..a3bee4ada69d 100644
--- a/app-text/hd2u/ChangeLog
+++ b/app-text/hd2u/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/hd2u
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/ChangeLog,v 1.10 2004/03/12 08:46:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/ChangeLog,v 1.11 2004/04/25 23:01:55 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> hd2u-0.8.0.ebuild,
+ hd2u-0.8.1.ebuild:
+ Add die following econf for bug 48950
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> hd2u-0.8.0.ebuild,
hd2u-0.8.1.ebuild, hd2u-0.8.2.ebuild:
diff --git a/app-text/hd2u/hd2u-0.8.0.ebuild b/app-text/hd2u/hd2u-0.8.0.ebuild
index ab04a8964c6a..5973aafd5ed0 100644
--- a/app-text/hd2u/hd2u-0.8.0.ebuild
+++ b/app-text/hd2u/hd2u-0.8.0.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-text/hd2u/hd2u-0.8.0.ebuild,v 1.12 2004/03/12 08:46:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.8.0.ebuild,v 1.13 2004/04/25 23:01:55 agriffis Exp $
DESCRIPTION="Dos2Unix text file converter"
SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz"
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
RDEPEND="!app-text/dos2unix"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-text/hd2u/hd2u-0.8.1.ebuild b/app-text/hd2u/hd2u-0.8.1.ebuild
index 80f400cef1c1..62880183416e 100644
--- a/app-text/hd2u/hd2u-0.8.1.ebuild
+++ b/app-text/hd2u/hd2u-0.8.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-text/hd2u/hd2u-0.8.1.ebuild,v 1.3 2004/03/12 08:46:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.8.1.ebuild,v 1.4 2004/04/25 23:01:55 agriffis Exp $
DESCRIPTION="Dos2Unix text file converter"
SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz"
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
RDEPEND="!app-text/dos2unix"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-text/htmldoc/ChangeLog b/app-text/htmldoc/ChangeLog
index c42d1ff6631b..712f1420725e 100644
--- a/app-text/htmldoc/ChangeLog
+++ b/app-text/htmldoc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/htmldoc
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/ChangeLog,v 1.15 2004/03/12 08:24:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/ChangeLog,v 1.16 2004/04/25 23:02:43 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> htmldoc-1.8.20-r1.ebuild,
+ htmldoc-1.8.23.ebuild:
+ Add die following econf for bug 48950
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> htmldoc-1.8.19.ebuild,
htmldoc-1.8.20-r1.ebuild, htmldoc-1.8.20.ebuild:
diff --git a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild b/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
index 05fd76250dc3..d5217b529d32 100644
--- a/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild
+++ b/app-text/htmldoc/htmldoc-1.8.20-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-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.6 2004/04/08 17:28:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.20-r1.ebuild,v 1.7 2004/04/25 23:02:43 agriffis Exp $
inherit eutils
@@ -30,7 +30,7 @@ src_compile() {
--with-x \
--with-gui \
--with-openssl-libs=/usr/lib \
- --with-openssl-includes=/usr/include/openssl
+ --with-openssl-includes=/usr/include/openssl || die "econf failed"
# Add missing -lfltk_images to LIBS
mv Makedefs Makedefs.orig
diff --git a/app-text/htmldoc/htmldoc-1.8.23.ebuild b/app-text/htmldoc/htmldoc-1.8.23.ebuild
index 91928c6214b0..49566c340f4b 100644
--- a/app-text/htmldoc/htmldoc-1.8.23.ebuild
+++ b/app-text/htmldoc/htmldoc-1.8.23.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-text/htmldoc/htmldoc-1.8.23.ebuild,v 1.8 2004/03/05 14:59:20 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.23.ebuild,v 1.9 2004/04/25 23:02:43 agriffis Exp $
DESCRIPTION="Convert HTML pages into a PDF document"
SRC_URI="ftp://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2"
@@ -29,7 +29,7 @@ src_compile() {
use ssl && myconf="${myconf} --with-openssl-libs=/usr/lib \
--with-openssl-includes=/usr/include/openssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# Add missing -lfltk_images to LIBS
use X && sed -i 's/-lfltk /-lfltk -lfltk_images /g' Makedefs
diff --git a/app-text/mftrace/ChangeLog b/app-text/mftrace/ChangeLog
index fd93342e0a45..c2e1903eb575 100644
--- a/app-text/mftrace/ChangeLog
+++ b/app-text/mftrace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/mftrace
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.7 2004/03/21 15:14:26 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.8 2004/04/25 23:03:56 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> mftrace-1.0.10.ebuild,
+ mftrace-1.0.19.ebuild:
+ Add die following econf for bug 48950
21 Mar 2004; David Holm <dholm@gentoo.org> mftrace-1.0.19.ebuild:
Added to ~ppc.
diff --git a/app-text/mftrace/mftrace-1.0.10.ebuild b/app-text/mftrace/mftrace-1.0.10.ebuild
index 5cd39310b718..d82245db03d7 100644
--- a/app-text/mftrace/mftrace-1.0.10.ebuild
+++ b/app-text/mftrace/mftrace-1.0.10.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-text/mftrace/mftrace-1.0.10.ebuild,v 1.5 2004/03/12 09:18:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.0.10.ebuild,v 1.6 2004/04/25 23:03:56 agriffis Exp $
IUSE="truetype"
@@ -24,7 +24,7 @@ RDEPEND=">=dev-lang/python-2.2.1-r2
truetype? ( >=media-gfx/pfaedit-020910 )"
src_compile() {
- econf --datadir=/usr/lib/python${PYVER}/site-packages
+ econf --datadir=/usr/lib/python${PYVER}/site-packages || die "econf failed"
emake || die "emake failed"
}
diff --git a/app-text/mftrace/mftrace-1.0.19.ebuild b/app-text/mftrace/mftrace-1.0.19.ebuild
index 7e871b4a9767..d73012f4c8c7 100644
--- a/app-text/mftrace/mftrace-1.0.19.ebuild
+++ b/app-text/mftrace/mftrace-1.0.19.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-text/mftrace/mftrace-1.0.19.ebuild,v 1.5 2004/03/21 15:14:26 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.0.19.ebuild,v 1.6 2004/04/25 23:03:56 agriffis Exp $
IUSE="truetype"
@@ -22,7 +22,7 @@ RDEPEND=">=dev-lang/python-2.2.2
truetype? ( >=media-gfx/pfaedit-030512 )"
src_compile() {
- econf --datadir=/usr/lib/python${PYVER}/site-packages
+ econf --datadir=/usr/lib/python${PYVER}/site-packages || die "econf failed"
emake || die "emake failed"
}
diff --git a/app-text/opensp/ChangeLog b/app-text/opensp/ChangeLog
index aa0ad8f2b845..4774d785d9a9 100644
--- a/app-text/opensp/ChangeLog
+++ b/app-text/opensp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/opensp
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.14 2004/04/22 21:10:28 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.15 2004/04/25 23:04:52 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> opensp-1.5-r1.ebuild,
+ opensp-1.5.ebuild:
+ Add die following econf for bug 48950
22 Apr 2004; Martin Holzer <mholzer@gentoo.org> opensp-1.5-r1.ebuild,
files/opensp-1.5-gcc34.patch:
diff --git a/app-text/opensp/opensp-1.5-r1.ebuild b/app-text/opensp/opensp-1.5-r1.ebuild
index b1c352dfd8c0..26f983534d8a 100644
--- a/app-text/opensp/opensp-1.5-r1.ebuild
+++ b/app-text/opensp/opensp-1.5-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-text/opensp/opensp-1.5-r1.ebuild,v 1.17 2004/04/22 21:10:28 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5-r1.ebuild,v 1.18 2004/04/25 23:04:52 agriffis Exp $
inherit eutils gnuconfig
@@ -40,7 +40,7 @@ src_compile() {
myconf="${myconf} --enable-default-catalog=/etc/sgml/catalog"
myconf="${myconf} --enable-default-search-path=/usr/share/sgml"
myconf="${myconf} --datadir=/usr/share/sgml/${P}"
- econf ${myconf} $(use_enable nsl)
+ econf ${myconf} $(use_enable nsl) || die "econf failed"
emake pkgdocdir=/usr/share/doc/${PF} || die "parallel make failed"
}
diff --git a/app-text/opensp/opensp-1.5.ebuild b/app-text/opensp/opensp-1.5.ebuild
index 11f665e55f5f..8007f4a89a7f 100644
--- a/app-text/opensp/opensp-1.5.ebuild
+++ b/app-text/opensp/opensp-1.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-text/opensp/opensp-1.5.ebuild,v 1.6 2004/03/04 17:53:22 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.ebuild,v 1.7 2004/04/25 23:04:52 agriffis Exp $
MY_P=${P/opensp/OpenSP}
S=${WORKDIR}/${MY_P}
@@ -27,7 +27,7 @@ src_compile() {
myconf="${myconf} --enable-default-catalog=/etc/sgml/catalog"
myconf="${myconf} --enable-default-search-path=/usr/share/sgml"
myconf="${myconf} --datadir=/usr/share/sgml/${P}"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "parallel make failed"
}
diff --git a/app-text/pinfo/ChangeLog b/app-text/pinfo/ChangeLog
index 6271ed7be042..f4595462c5eb 100644
--- a/app-text/pinfo/ChangeLog
+++ b/app-text/pinfo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/pinfo
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.14 2004/03/30 12:17:46 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.15 2004/04/25 23:06:17 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> pinfo-0.6.5_p2-r1.ebuild,
+ pinfo-0.6.7.ebuild, pinfo-0.6.8.ebuild:
+ Add die following econf for bug 48950
30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> pinfo-0.6.8.ebuild:
Adding amd64 keyword. Closing #45583.
diff --git a/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild b/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild
index ca1ac1f0a811..234a2da6bc6c 100644
--- a/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild
+++ b/app-text/pinfo/pinfo-0.6.5_p2-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-text/pinfo/pinfo-0.6.5_p2-r1.ebuild,v 1.12 2004/03/12 09:18:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.5_p2-r1.ebuild,v 1.13 2004/04/25 23:06:17 agriffis Exp $
MY_P=${PN}-${PV/_/}
S=${WORKDIR}/${MY_P}
@@ -28,7 +28,7 @@ src_compile() {
&& myconf="${myconf} --enable-nls" \
|| myconf="${myconf} --disable-nls"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/app-text/pinfo/pinfo-0.6.7.ebuild b/app-text/pinfo/pinfo-0.6.7.ebuild
index b330ee6848b1..22ba5c0b5e99 100644
--- a/app-text/pinfo/pinfo-0.6.7.ebuild
+++ b/app-text/pinfo/pinfo-0.6.7.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-text/pinfo/pinfo-0.6.7.ebuild,v 1.5 2004/03/12 09:18:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.7.ebuild,v 1.6 2004/04/25 23:06:17 agriffis Exp $
MY_P=${PN}-${PV/_/}
S=${WORKDIR}/${MY_P}
@@ -28,7 +28,7 @@ src_compile() {
&& myconf="${myconf} --enable-nls" \
|| myconf="${myconf} --disable-nls"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/app-text/pinfo/pinfo-0.6.8.ebuild b/app-text/pinfo/pinfo-0.6.8.ebuild
index 402b3b446ac8..873703f1da07 100644
--- a/app-text/pinfo/pinfo-0.6.8.ebuild
+++ b/app-text/pinfo/pinfo-0.6.8.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-text/pinfo/pinfo-0.6.8.ebuild,v 1.5 2004/03/30 12:17:46 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.8.ebuild,v 1.6 2004/04/25 23:06:17 agriffis Exp $
MY_P=${PN}-${PV/_/}
S=${WORKDIR}/${MY_P}
@@ -28,7 +28,7 @@ src_compile() {
&& myconf="${myconf} --enable-nls" \
|| myconf="${myconf} --disable-nls"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/app-text/ptex/ChangeLog b/app-text/ptex/ChangeLog
index ee43954e4777..d046c0600d63 100644
--- a/app-text/ptex/ChangeLog
+++ b/app-text/ptex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/ptex
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.12 2004/04/17 00:45:25 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.13 2004/04/25 23:10:31 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> ptex-3.1.2.ebuild:
+ Add die following econf for bug 48950
16 Apr 2004; Jason Wever <weeve@gentoo.org> ptex-3.1.3.ebuild:
Stable on sparc.
diff --git a/app-text/ptex/ptex-3.1.2.ebuild b/app-text/ptex/ptex-3.1.2.ebuild
index 268f840e7b22..397e00bdbb73 100644
--- a/app-text/ptex/ptex-3.1.2.ebuild
+++ b/app-text/ptex/ptex-3.1.2.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-text/ptex/ptex-3.1.2.ebuild,v 1.9 2004/02/23 17:59:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.2.ebuild,v 1.10 2004/04/25 23:10:31 agriffis Exp $
inherit eutils flag-o-matic
@@ -108,7 +108,7 @@ src_compile() {
--with-etex \
--without-xdvik \
--without-dvipdfm \
- ${myconf}
+ ${myconf} || die "econf failed"
# emake sometimes b0rks on SPARC
make texmf=/usr/share/texmf || die "make teTeX failed"
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog
index c75be880d8a2..4e01b5b3cda1 100644
--- a/app-text/sablotron/ChangeLog
+++ b/app-text/sablotron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/sablotron
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.26 2004/04/01 20:54:17 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.27 2004/04/25 23:12:15 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> sablotron-0.96.ebuild,
+ sablotron-0.97.ebuild:
+ Add die following econf for bug 48950
01 Apr 2004; <randy@gentoo.org> sablotron-1.0.1.ebuild:
adding s390 keywords
diff --git a/app-text/sablotron/sablotron-0.96.ebuild b/app-text/sablotron/sablotron-0.96.ebuild
index ba24aaf7d43d..7b5a7c68be65 100644
--- a/app-text/sablotron/sablotron-0.96.ebuild
+++ b/app-text/sablotron/sablotron-0.96.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-text/sablotron/sablotron-0.96.ebuild,v 1.12 2004/02/23 16:41:08 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.96.ebuild,v 1.13 2004/04/25 23:12:15 agriffis Exp $
inherit eutils libtool
@@ -35,7 +35,7 @@ src_compile() {
# fixes bug #3876
export LDFLAGS="-lstdc++"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make || die
}
diff --git a/app-text/sablotron/sablotron-0.97.ebuild b/app-text/sablotron/sablotron-0.97.ebuild
index a859ff47cfb8..b42b502e14d0 100644
--- a/app-text/sablotron/sablotron-0.97.ebuild
+++ b/app-text/sablotron/sablotron-0.97.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-text/sablotron/sablotron-0.97.ebuild,v 1.15 2004/02/23 16:41:08 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.16 2004/04/25 23:12:15 agriffis Exp $
inherit libtool
@@ -29,7 +29,7 @@ src_compile() {
# fixes bug #3876
export LDFLAGS="-lstdc++"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make || die
}
diff --git a/app-text/vilistextum/ChangeLog b/app-text/vilistextum/ChangeLog
index 2b85f7675116..85ed2fe07c9a 100644
--- a/app-text/vilistextum/ChangeLog
+++ b/app-text/vilistextum/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/vilistextum
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.7 2004/03/12 08:51:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.8 2004/04/25 23:14:25 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> vilistextum-2.6.2.ebuild:
+ Add die following econf for bug 48950
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
vilistextum-2.6.1.ebuild, vilistextum-2.6.2.ebuild:
diff --git a/app-text/vilistextum/vilistextum-2.6.2.ebuild b/app-text/vilistextum/vilistextum-2.6.2.ebuild
index bd2963ccd280..58bfe50668d8 100644
--- a/app-text/vilistextum/vilistextum-2.6.2.ebuild
+++ b/app-text/vilistextum/vilistextum-2.6.2.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-text/vilistextum/vilistextum-2.6.2.ebuild,v 1.10 2004/03/12 08:51:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.2.ebuild,v 1.11 2004/04/25 23:14:25 agriffis Exp $
DESCRIPTION="Vilistextum is a html to ascii converter specifically programmed to get the best out of incorrect html."
SRC_URI="http://www.mysunrise.ch/users/bhaak/vilistextum/${P}.tar.bz2"
@@ -13,7 +13,7 @@ SLOT="0"
DEPEND="virtual/glibc"
src_compile() {
- econf --enable-multibyte
+ econf --enable-multibyte || die "econf failed"
emake || die
}