diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 00:18:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 00:18:23 +0000 |
commit | b9fc7e47f0e6f9c4a933b52ea501fcf586f65a56 (patch) | |
tree | afb39bcc56083fdce44af4c20765ae86edec941a /dev-lang | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-b9fc7e47f0e6f9c4a933b52ea501fcf586f65a56.tar.gz gentoo-2-b9fc7e47f0e6f9c4a933b52ea501fcf586f65a56.tar.bz2 gentoo-2-b9fc7e47f0e6f9c4a933b52ea501fcf586f65a56.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.0-r6.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.1-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.1-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.1-r5.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/swi-prolog-lite/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/swi-prolog-lite/swi-prolog-lite-5.0.10.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.11.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild | 4 |
11 files changed, 33 insertions, 23 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index 95cc17df6659..90094eef4857 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/ruby # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.63 2004/04/24 12:27:10 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.64 2004/04/26 00:14:15 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> ruby-1.8.0-r6.ebuild, + ruby-1.8.1-r2.ebuild, ruby-1.8.1-r3.ebuild, ruby-1.8.1-r4.ebuild, + ruby-1.8.1-r5.ebuild: + Add die following econf for bug 48950 *ruby-1.8.1-r5 (24 Apr 2004) diff --git a/dev-lang/ruby/ruby-1.8.0-r6.ebuild b/dev-lang/ruby/ruby-1.8.0-r6.ebuild index 79e0474c4e58..a25ab500f8ef 100644 --- a/dev-lang/ruby/ruby-1.8.0-r6.ebuild +++ b/dev-lang/ruby/ruby-1.8.0-r6.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/dev-lang/ruby/ruby-1.8.0-r6.ebuild,v 1.3 2004/04/23 18:00:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.0-r6.ebuild,v 1.4 2004/04/26 00:14:15 agriffis Exp $ IUSE="socks5 tcltk cjk" @@ -35,7 +35,7 @@ src_unpack() { unpack ${A} if [ -n "`use cjk`" ] ; then pushd oniguruma - econf --with-rubydir=${S} + econf --with-rubydir=${S} || die "econf failed" make ${SLOT/./} popd fi diff --git a/dev-lang/ruby/ruby-1.8.1-r2.ebuild b/dev-lang/ruby/ruby-1.8.1-r2.ebuild index 3fc688b371ea..a2610cf1def1 100644 --- a/dev-lang/ruby/ruby-1.8.1-r2.ebuild +++ b/dev-lang/ruby/ruby-1.8.1-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/dev-lang/ruby/ruby-1.8.1-r2.ebuild,v 1.8 2004/04/23 22:20:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.1-r2.ebuild,v 1.9 2004/04/26 00:14:15 agriffis Exp $ IUSE="socks5 tcltk cjk" @@ -44,7 +44,7 @@ src_unpack() { if [ -n "`use cjk`" ] ; then pushd oniguruma epatch ${FILESDIR}/oniguruma-${ONIG_DATE}.diff - econf --with-rubydir=${S} + econf --with-rubydir=${S} || die "econf failed" make ${SLOT/./} popd fi diff --git a/dev-lang/ruby/ruby-1.8.1-r3.ebuild b/dev-lang/ruby/ruby-1.8.1-r3.ebuild index af68de133898..472dea57bf86 100644 --- a/dev-lang/ruby/ruby-1.8.1-r3.ebuild +++ b/dev-lang/ruby/ruby-1.8.1-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/dev-lang/ruby/ruby-1.8.1-r3.ebuild,v 1.6 2004/04/23 22:20:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.1-r3.ebuild,v 1.7 2004/04/26 00:14:15 agriffis Exp $ IUSE="socks5 tcltk cjk" @@ -43,7 +43,7 @@ src_unpack() { if [ -n "`use cjk`" ] ; then pushd oniguruma - econf --with-rubydir=${S} + econf --with-rubydir=${S} || die "econf failed" make ${SLOT/./} popd fi diff --git a/dev-lang/ruby/ruby-1.8.1-r4.ebuild b/dev-lang/ruby/ruby-1.8.1-r4.ebuild index eeb58195a216..56c3a61e67fa 100644 --- a/dev-lang/ruby/ruby-1.8.1-r4.ebuild +++ b/dev-lang/ruby/ruby-1.8.1-r4.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/dev-lang/ruby/ruby-1.8.1-r4.ebuild,v 1.2 2004/04/23 22:20:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.1-r4.ebuild,v 1.3 2004/04/26 00:14:15 agriffis Exp $ IUSE="socks5 tcltk cjk" @@ -44,7 +44,7 @@ src_unpack() { if [ -n "`use cjk`" ] ; then einfo "Applying ${ONIGURUMA}" pushd ${WORKDIR}/oniguruma - econf --with-rubydir=${S} + econf --with-rubydir=${S} || die "econf failed" make ${SLOT/./} popd fi diff --git a/dev-lang/ruby/ruby-1.8.1-r5.ebuild b/dev-lang/ruby/ruby-1.8.1-r5.ebuild index f72c07a7772f..385582c009cf 100644 --- a/dev-lang/ruby/ruby-1.8.1-r5.ebuild +++ b/dev-lang/ruby/ruby-1.8.1-r5.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/dev-lang/ruby/ruby-1.8.1-r5.ebuild,v 1.1 2004/04/24 12:27:11 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.1-r5.ebuild,v 1.2 2004/04/26 00:14:15 agriffis Exp $ IUSE="socks5 tcltk cjk" @@ -44,7 +44,7 @@ src_unpack() { if [ -n "`use cjk`" ] ; then einfo "Applying ${ONIGURUMA}" pushd ${WORKDIR}/oniguruma - econf --with-rubydir=${S} + econf --with-rubydir=${S} || die "econf failed" make ${SLOT/./} popd fi diff --git a/dev-lang/swi-prolog-lite/ChangeLog b/dev-lang/swi-prolog-lite/ChangeLog index 66d491aa6e14..c9bdf6fe1051 100644 --- a/dev-lang/swi-prolog-lite/ChangeLog +++ b/dev-lang/swi-prolog-lite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/swi-prolog-lite -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/ChangeLog,v 1.9 2004/03/02 09:25:00 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/ChangeLog,v 1.10 2004/04/26 00:15:02 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> + swi-prolog-lite-5.0.10.ebuild, swi-prolog-lite-5.1.13.ebuild, + swi-prolog-lite-5.2.11.ebuild, swi-prolog-lite-5.2.8.ebuild: + Add die following econf for bug 48950 *swi-prolog-lite-5.2.11 (09 Jan 2003) diff --git a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.0.10.ebuild b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.0.10.ebuild index c5dc20ef73e8..086e4b3a7d19 100644 --- a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.0.10.ebuild +++ b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.0.10.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/dev-lang/swi-prolog-lite/swi-prolog-lite-5.0.10.ebuild,v 1.6 2003/11/22 08:50:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/swi-prolog-lite-5.0.10.ebuild,v 1.7 2004/04/26 00:15:02 agriffis Exp $ DESCRIPTION="free, small, and standards compliant Prolog compiler" HOMEPAGE="http://www.swi-prolog.org/" @@ -29,7 +29,7 @@ src_compile() { || myconf="${myconf} --disable-readline" use static && myconf="${myconf} --disable-shared" - econf ${myconf} + econf ${myconf} || die "econf failed" make || die "make failed" # emake doesnt work } diff --git a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild index e7533fefc11d..d3e2b5268515 100644 --- a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild +++ b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.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/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild,v 1.3 2003/11/22 08:50:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/swi-prolog-lite-5.1.13.ebuild,v 1.4 2004/04/26 00:15:02 agriffis Exp $ DESCRIPTION="free, small, and standards compliant Prolog compiler" HOMEPAGE="http://www.swi-prolog.org/" @@ -29,7 +29,7 @@ src_compile() { || myconf="${myconf} --disable-readline" use static && myconf="${myconf} --disable-shared" - econf ${myconf} --enable-mt + econf ${myconf} --enable-mt || die "econf failed" make || die "make failed" # emake doesnt work } diff --git a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.11.ebuild b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.11.ebuild index bee6d7563be9..7a9172e60e3d 100644 --- a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.11.ebuild +++ b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.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/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.11.ebuild,v 1.1 2004/01/10 06:26:15 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.11.ebuild,v 1.2 2004/04/26 00:15:02 agriffis Exp $ IUSE="readline static" @@ -27,7 +27,7 @@ src_compile() { use readline || myconf="${myconf} --disable-readline" use static && myconf="${myconf} --disable-shared" - econf ${myconf} --enable-mt + econf ${myconf} --enable-mt || die "econf failed" MAKEOPTS="-j1" emake || die "make failed" } diff --git a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild index ab9ad87eeeed..951fdff03445 100644 --- a/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild +++ b/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.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/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild,v 1.1 2004/01/10 00:45:51 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog-lite/swi-prolog-lite-5.2.8.ebuild,v 1.2 2004/04/26 00:15:02 agriffis Exp $ IUSE="readline static" @@ -27,7 +27,7 @@ src_compile() { use readline || myconf="${myconf} --disable-readline" use static && myconf="${myconf} --disable-shared" - econf ${myconf} --enable-mt + econf ${myconf} --enable-mt || die "econf failed" MAKEOPTS="-j1" emake || die "make failed" } |