summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-sci/tbass/ChangeLog6
-rw-r--r--app-sci/tbass/tbass-20030108.ebuild6
-rw-r--r--app-sci/tbass/tbass-20030725.3.3.ebuild12
-rw-r--r--app-sci/tclspice/ChangeLog5
-rw-r--r--app-sci/tclspice/tclspice-0.2.14.ebuild4
-rw-r--r--app-sci/udunits/ChangeLog5
-rw-r--r--app-sci/udunits/udunits-1.12.0.ebuild4
-rw-r--r--app-shells/posh/ChangeLog5
-rw-r--r--app-shells/posh/posh-0.2.28.ebuild4
-rw-r--r--app-shells/rssh/ChangeLog7
-rw-r--r--app-shells/rssh/rssh-2.1.1.ebuild6
-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
14 files changed, 51 insertions, 31 deletions
diff --git a/app-sci/tbass/ChangeLog b/app-sci/tbass/ChangeLog
index b2d2abf81e1f..4f14eb871541 100644
--- a/app-sci/tbass/ChangeLog
+++ b/app-sci/tbass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/tbass
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tbass/ChangeLog,v 1.11 2004/04/19 12:33:51 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tbass/ChangeLog,v 1.12 2004/04/25 22:55:54 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> tbass-20030108.ebuild,
+ tbass-20030725.3.3.ebuild:
+ Add die following econf for bug 48950
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> tbass-20020729.ebuild,
tbass-20030204.ebuild, tbass-20030318.ebuild, tbass-20030725.3.3.ebuild:
diff --git a/app-sci/tbass/tbass-20030108.ebuild b/app-sci/tbass/tbass-20030108.ebuild
index afb30c0a2e81..8dc69e03555f 100644
--- a/app-sci/tbass/tbass-20030108.ebuild
+++ b/app-sci/tbass/tbass-20030108.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-sci/tbass/tbass-20030108.ebuild,v 1.7 2004/02/24 08:52:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tbass/tbass-20030108.ebuild,v 1.8 2004/04/25 22:55:54 agriffis Exp $
IUSE=""
@@ -38,7 +38,7 @@ src_unpack() {
src_compile() {
# compile balsa
- econf
+ econf || die "econf failed"
cd bin
sed -e "s: \$(bindir): \$(DESTDIR)\$(bindir):g" Makefile > Makefile.1
@@ -50,7 +50,7 @@ src_compile() {
econf
cd ${WORKDIR}/balsa-tech-verilog-1.0
- econf
+ econf || die "econf failed"
}
src_install() {
diff --git a/app-sci/tbass/tbass-20030725.3.3.ebuild b/app-sci/tbass/tbass-20030725.3.3.ebuild
index 05cf807434d8..c3d9d6542942 100644
--- a/app-sci/tbass/tbass-20030725.3.3.ebuild
+++ b/app-sci/tbass/tbass-20030725.3.3.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-sci/tbass/tbass-20030725.3.3.ebuild,v 1.6 2004/04/19 12:33:51 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tbass/tbass-20030725.3.3.ebuild,v 1.7 2004/04/25 22:55:54 agriffis Exp $
inherit eutils
@@ -59,27 +59,27 @@ src_unpack() {
src_compile() {
# compile balsa
- econf
+ econf || die "econf failed"
sed -i -e "s: \$(bindir): \$(DESTDIR)\$(bindir):g" bin/Makefile
emake BALSAHOME=${S} || die
# configure tech paths
if [ $TECH_AMS ]; then
cd ${WORKDIR}/balsa-tech-ams-20030506
- econf
+ econf || die "econf failed"
fi
# config generic verilog backend
cd ${WORKDIR}/balsa-tech-verilog-20030204
- econf
+ econf || die "econf failed"
# config Xilinx FPGA backend
cd ${WORKDIR}/balsa-tech-xilinx-20021029
- econf
+ econf || die "econf failed"
# config example tech
cd ${WORKDIR}/balsa-tech-example-${My_PV}
- econf
+ econf || die "econf failed"
# config balsa-lard (deprecated, but may find some use for it)
#cd ${WORKDIR}/balsa-lard-${PV}
diff --git a/app-sci/tclspice/ChangeLog b/app-sci/tclspice/ChangeLog
index 8aee904c0d0b..a1923ec05c67 100644
--- a/app-sci/tclspice/ChangeLog
+++ b/app-sci/tclspice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/tclspice
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/ChangeLog,v 1.4 2004/02/01 16:33:03 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/ChangeLog,v 1.5 2004/04/25 22:56:38 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> tclspice-0.2.14.ebuild:
+ Add die following econf for bug 48950
*tclspice-0.2.15 (01 Feb 2004)
diff --git a/app-sci/tclspice/tclspice-0.2.14.ebuild b/app-sci/tclspice/tclspice-0.2.14.ebuild
index 91d36630f81f..155cf9370d6e 100644
--- a/app-sci/tclspice/tclspice-0.2.14.ebuild
+++ b/app-sci/tclspice/tclspice-0.2.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-sci/tclspice/tclspice-0.2.14.ebuild,v 1.5 2004/04/07 20:04:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/tclspice-0.2.14.ebuild,v 1.6 2004/04/25 22:56:40 agriffis Exp $
inherit eutils
@@ -29,7 +29,7 @@ src_unpack() {
}
src_compile() {
- econf --enable-xspice --enable-experimental --with-tcl
+ econf --enable-xspice --enable-experimental --with-tcl || die "econf failed"
emake tcl || die
}
diff --git a/app-sci/udunits/ChangeLog b/app-sci/udunits/ChangeLog
index e7dfc54d1213..07733070a896 100644
--- a/app-sci/udunits/ChangeLog
+++ b/app-sci/udunits/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/udunits
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/ChangeLog,v 1.4 2004/04/19 12:37:57 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/ChangeLog,v 1.5 2004/04/25 22:57:28 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> udunits-1.12.0.ebuild:
+ Add die following econf for bug 48950
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> udunits-1.12.0.ebuild:
Corrected IUSE.
diff --git a/app-sci/udunits/udunits-1.12.0.ebuild b/app-sci/udunits/udunits-1.12.0.ebuild
index a5ea2ffa6e41..660ad2fbd201 100644
--- a/app-sci/udunits/udunits-1.12.0.ebuild
+++ b/app-sci/udunits/udunits-1.12.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-sci/udunits/udunits-1.12.0.ebuild,v 1.4 2004/04/19 12:37:57 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/udunits-1.12.0.ebuild,v 1.5 2004/04/25 22:57:28 agriffis Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_unpack() {
src_compile() {
export CPPFLAGS=-Df2cFortran
- econf
+ econf || die "econf failed"
cd perl
perl Makefile.PL PREFIX=${D}/usr
cd ..
diff --git a/app-shells/posh/ChangeLog b/app-shells/posh/ChangeLog
index 017a340995c6..1f9c8ec253e6 100644
--- a/app-shells/posh/ChangeLog
+++ b/app-shells/posh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/posh
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.2 2004/03/14 13:27:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.3 2004/04/25 22:58:10 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> posh-0.2.28.ebuild:
+ Add die following econf for bug 48950
14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> posh-0.2.28.ebuild:
Don't assign default to S; header fix
diff --git a/app-shells/posh/posh-0.2.28.ebuild b/app-shells/posh/posh-0.2.28.ebuild
index 3800f5eb6e3d..33580aa4afe8 100644
--- a/app-shells/posh/posh-0.2.28.ebuild
+++ b/app-shells/posh/posh-0.2.28.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-shells/posh/posh-0.2.28.ebuild,v 1.4 2004/03/14 13:27:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.2.28.ebuild,v 1.5 2004/04/25 22:58:10 agriffis Exp $
DESCRIPTION="posh is a stripped-down version of pdksh that aims for compliance with Debian's policy, and few extra features"
HOMEPAGE="http://packages.debian.org/posh"
@@ -13,7 +13,7 @@ IUSE=""
DEPEND=""
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-shells/rssh/ChangeLog b/app-shells/rssh/ChangeLog
index caafe8a29da2..61d85bff8e06 100644
--- a/app-shells/rssh/ChangeLog
+++ b/app-shells/rssh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/rssh
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.3 2003/10/14 20:11:02 max Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.4 2004/04/25 22:59:11 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> rssh-2.1.1.ebuild:
+ Add die following econf for bug 48950
14 Oct 2003; Max Kalika <max@gentoo.org> rssh-2.1.1.ebuild:
Comply with Gentoo policies with respect to libexecdir.
diff --git a/app-shells/rssh/rssh-2.1.1.ebuild b/app-shells/rssh/rssh-2.1.1.ebuild
index 19af091809b7..b32c4f364166 100644
--- a/app-shells/rssh/rssh-2.1.1.ebuild
+++ b/app-shells/rssh/rssh-2.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.1.1.ebuild,v 1.4 2003/10/14 20:11:02 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.1.1.ebuild,v 1.5 2004/04/25 22:59:11 agriffis Exp $
DESCRIPTION="Restricted shell for SSHd."
HOMEPAGE="http://rssh.sourceforge.net/"
@@ -18,7 +18,7 @@ src_compile() {
--libexecdir=/usr/lib/misc \
--with-scp=/usr/bin/scp \
--with-sftp-server=/usr/lib/misc/sftp-server \
- `use_enable static`
+ `use_enable static` || die "econf failed"
emake || die
}
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 ..
}