diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:00:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:00:24 +0000 |
commit | efea05995c6138616f0a54deaa3fec2d76718c06 (patch) | |
tree | 16725b4180a3f050952dd30136600e5c5b72a807 /app-sci | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-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')
-rw-r--r-- | app-sci/tbass/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/tbass/tbass-20030108.ebuild | 6 | ||||
-rw-r--r-- | app-sci/tbass/tbass-20030725.3.3.ebuild | 12 | ||||
-rw-r--r-- | app-sci/tclspice/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/tclspice/tclspice-0.2.14.ebuild | 4 | ||||
-rw-r--r-- | app-sci/udunits/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/udunits/udunits-1.12.0.ebuild | 4 |
7 files changed, 26 insertions, 16 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 .. |