summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 23:00:24 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 23:00:24 +0000
commitefea05995c6138616f0a54deaa3fec2d76718c06 (patch)
tree16725b4180a3f050952dd30136600e5c5b72a807 /app-sci/tbass
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.gz
gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.bz2
gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-sci/tbass')
-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
3 files changed, 14 insertions, 10 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}