diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:32:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:32:19 +0000 |
commit | 0beac9cc690987ceb2fa36564dd7eef6c693b5c0 (patch) | |
tree | 34131c78d58a591d93ac7dc7039cec2f42b41c34 | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.gz gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.bz2 gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.zip |
Add die following econf for bug 48950
-rw-r--r-- | app-misc/zisofs-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/zisofs-tools/zisofs-tools-1.0.3.ebuild | 4 | ||||
-rw-r--r-- | app-misc/zisofs-tools/zisofs-tools-1.0.4.ebuild | 4 | ||||
-rw-r--r-- | app-office/texmacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-pda/dynamite/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/dynamite/dynamite-0.1.ebuild | 6 | ||||
-rw-r--r-- | app-pda/jpilot/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/jpilot/jpilot-0.99.2-r1.ebuild | 6 | ||||
-rw-r--r-- | app-pda/jpilot/jpilot-0.99.5.ebuild | 8 | ||||
-rw-r--r-- | app-pda/orange/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/orange/orange-0.2-r1.ebuild | 6 | ||||
-rw-r--r-- | app-pda/pilot-link/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.3.ebuild | 4 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild | 6 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild | 4 |
16 files changed, 55 insertions, 35 deletions
diff --git a/app-misc/zisofs-tools/ChangeLog b/app-misc/zisofs-tools/ChangeLog index 76d7ccc1e851..80e27cdf6715 100644 --- a/app-misc/zisofs-tools/ChangeLog +++ b/app-misc/zisofs-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/zisofs-tools # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/zisofs-tools/ChangeLog,v 1.9 2004/04/17 21:51:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/zisofs-tools/ChangeLog,v 1.10 2004/04/25 22:28:04 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> zisofs-tools-1.0.3.ebuild, + zisofs-tools-1.0.4.ebuild: + Add die following econf for bug 48950 17 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> zisofs-tools-1.0.4-r1.ebuild: diff --git a/app-misc/zisofs-tools/zisofs-tools-1.0.3.ebuild b/app-misc/zisofs-tools/zisofs-tools-1.0.3.ebuild index 6d92a0fa9376..8493057fd10b 100644 --- a/app-misc/zisofs-tools/zisofs-tools-1.0.3.ebuild +++ b/app-misc/zisofs-tools/zisofs-tools-1.0.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-misc/zisofs-tools/zisofs-tools-1.0.3.ebuild,v 1.10 2004/03/14 10:59:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/zisofs-tools/zisofs-tools-1.0.3.ebuild,v 1.11 2004/04/25 22:28:04 agriffis Exp $ DESCRIPTION="User utilities for zisofs" HOMEPAGE="http://www.kernel.org/pub/linux/utils/fs/zisofs/" @@ -13,7 +13,7 @@ KEYWORDS="x86 ~ppc" DEPEND=">=sys-libs/zlib-1.1.4" src_compile() { - econf + econf || die "econf failed" make || die } diff --git a/app-misc/zisofs-tools/zisofs-tools-1.0.4.ebuild b/app-misc/zisofs-tools/zisofs-tools-1.0.4.ebuild index 2c164cf63d40..74c077a60c8d 100644 --- a/app-misc/zisofs-tools/zisofs-tools-1.0.4.ebuild +++ b/app-misc/zisofs-tools/zisofs-tools-1.0.4.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-misc/zisofs-tools/zisofs-tools-1.0.4.ebuild,v 1.5 2004/03/14 10:59:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/zisofs-tools/zisofs-tools-1.0.4.ebuild,v 1.6 2004/04/25 22:28:04 agriffis Exp $ DESCRIPTION="User utilities for zisofs" HOMEPAGE="http://www.kernel.org/pub/linux/utils/fs/zisofs/" @@ -13,7 +13,7 @@ KEYWORDS="x86 ~ppc" DEPEND=">=sys-libs/zlib-1.1.4" src_compile() { - econf + econf || die "econf failed" make || die } diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 988bd3ab9a1a..f01a61a7b049 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmacs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.18 2004/03/11 15:56:12 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.19 2004/04/25 22:29:02 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> texmacs-1.0.1-r1.ebuild: + Add die following econf for bug 48950 *texmacs-1.0.3.3 (21 Feb 2004) *texmacs-1.0.3 (21 Feb 2004) diff --git a/app-office/texmacs/texmacs-1.0.1-r1.ebuild b/app-office/texmacs/texmacs-1.0.1-r1.ebuild index d74f3315da4a..d06ff398eb34 100644 --- a/app-office/texmacs/texmacs-1.0.1-r1.ebuild +++ b/app-office/texmacs/texmacs-1.0.1-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-office/texmacs/texmacs-1.0.1-r1.ebuild,v 1.5 2004/02/20 19:50:21 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.1-r1.ebuild,v 1.6 2004/04/25 22:29:02 agriffis Exp $ inherit flag-o-matic @@ -32,7 +32,7 @@ src_compile() { append-flags -fno-default-inline append-flags -fno-inline - econf + econf || die "econf failed" sed -i "s:\(^CXXOPTIMIZE = \).*:\1${CXXFLAGS}:" src/common.makefile cd ${S} diff --git a/app-pda/dynamite/ChangeLog b/app-pda/dynamite/ChangeLog index 598bfc03da20..e97afaf68818 100644 --- a/app-pda/dynamite/ChangeLog +++ b/app-pda/dynamite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/dynamite -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/dynamite/ChangeLog,v 1.2 2003/10/12 08:21:44 abhishek Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/dynamite/ChangeLog,v 1.3 2004/04/25 22:29:42 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> dynamite-0.1.ebuild: + Add die following econf for bug 48950 12 Oct 2003; Abhishek Amit <abhishek@gentoo.org> dynamite-0.1.ebuild: Fixed DESCRIPTION diff --git a/app-pda/dynamite/dynamite-0.1.ebuild b/app-pda/dynamite/dynamite-0.1.ebuild index 5a74d0fc9016..744e56ecc631 100644 --- a/app-pda/dynamite/dynamite-0.1.ebuild +++ b/app-pda/dynamite/dynamite-0.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-pda/dynamite/dynamite-0.1.ebuild,v 1.2 2003/10/12 08:21:44 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/dynamite/dynamite-0.1.ebuild,v 1.3 2004/04/25 22:29:42 agriffis Exp $ DESCRIPTION="Dynamite is a tool and library for decompressing data compressed with PKWARE Data Compression Library" HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -14,7 +14,7 @@ IUSE="" DEPEND="" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/jpilot/ChangeLog b/app-pda/jpilot/ChangeLog index 24c613d71857..3d45c84c8596 100644 --- a/app-pda/jpilot/ChangeLog +++ b/app-pda/jpilot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/jpilot # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.12 2004/03/14 21:48:56 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.13 2004/04/25 22:30:52 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> jpilot-0.99.2-r1.ebuild, + jpilot-0.99.5.ebuild: + Add die following econf for bug 48950 14 Mar 2004; Jason Wever <weeve@gentoo.org> jpilot-0.99.6-r1.ebuild: Marked stable on sparc. diff --git a/app-pda/jpilot/jpilot-0.99.2-r1.ebuild b/app-pda/jpilot/jpilot-0.99.2-r1.ebuild index 3e84e42bcbee..d42b2907d590 100644 --- a/app-pda/jpilot/jpilot-0.99.2-r1.ebuild +++ b/app-pda/jpilot/jpilot-0.99.2-r1.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-pda/jpilot/jpilot-0.99.2-r1.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.2-r1.ebuild,v 1.4 2004/04/25 22:30:52 agriffis Exp $ IUSE="nls" @@ -42,7 +42,7 @@ src_compile() { # build malsync plugin cd ${S}/jpilot-syncmal_${SYNCMAL} - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/jpilot/jpilot-0.99.5.ebuild b/app-pda/jpilot/jpilot-0.99.5.ebuild index e8e93f60454b..6fd5140094cc 100644 --- a/app-pda/jpilot/jpilot-0.99.5.ebuild +++ b/app-pda/jpilot/jpilot-0.99.5.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-pda/jpilot/jpilot-0.99.5.ebuild,v 1.7 2003/09/24 20:36:05 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.5.ebuild,v 1.8 2004/04/25 22:30:52 agriffis Exp $ SYNCMAL="0.71.2" MALSYNC="2.1.1" @@ -35,7 +35,7 @@ src_compile() { use nls || myconf="--disable-nls" use gtk2 && myconf="${myconf} --enable-gtk2" \ || myconf="${myconf} --disable-gtk2" - econf ${myconf} + econf ${myconf} || die "econf failed" # make sure we use $CFLAGS sed -i "s/-g -O2/${CFLAGS}/" Makefile @@ -43,7 +43,7 @@ src_compile() { # build malsync plugin cd ${S}/jpilot-syncmal_${SYNCMAL} - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } diff --git a/app-pda/orange/ChangeLog b/app-pda/orange/ChangeLog index 8027b16a3c99..52708a885afd 100644 --- a/app-pda/orange/ChangeLog +++ b/app-pda/orange/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/orange -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.2 2003/10/12 07:51:30 abhishek Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.3 2004/04/25 22:31:27 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> orange-0.2-r1.ebuild: + Add die following econf for bug 48950 *orange-0.2-r1 (12 Oct 2003) diff --git a/app-pda/orange/orange-0.2-r1.ebuild b/app-pda/orange/orange-0.2-r1.ebuild index c791476f4cf8..4f7bb1c884c7 100644 --- a/app-pda/orange/orange-0.2-r1.ebuild +++ b/app-pda/orange/orange-0.2-r1.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-pda/orange/orange-0.2-r1.ebuild,v 1.2 2003/10/12 08:18:30 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.3 2004/04/25 22:31:27 agriffis Exp $ DESCRIPTION="Orange is a tool and library for squeezing out juicy \ installable Microsoft Cabinet Files from self-extracting installers \ @@ -17,7 +17,7 @@ DEPEND="app-pda/dynamite app-arch/unshield" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index 65253b2acf62..c5af3d1c8f9e 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/pilot-link -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.8 2003/12/14 01:11:25 pylon Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.9 2004/04/25 22:32:19 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> pilot-link-0.11.5-r2.ebuild: + Add die following econf for bug 48950 14 Dec 2003; Lars Weiler <pylon@gentoo.org> pilot-link-0.11.8.ebuild: Make stable on ppc diff --git a/app-pda/pilot-link/pilot-link-0.11.3.ebuild b/app-pda/pilot-link/pilot-link-0.11.3.ebuild index d88f4f27e1b1..30a269201426 100644 --- a/app-pda/pilot-link/pilot-link-0.11.3.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.3.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-pda/pilot-link/pilot-link-0.11.3.ebuild,v 1.3 2004/02/22 19:49:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.3.ebuild,v 1.4 2004/04/25 22:32:19 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="A suite of tools contains a series of conduits for moving diff --git a/app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild b/app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild index cff2cb82bbaf..1771fb1eabdc 100644 --- a/app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.5-r2.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-pda/pilot-link/pilot-link-0.11.5-r2.ebuild,v 1.2 2004/02/22 19:49:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild,v 1.3 2004/04/25 22:32:19 agriffis Exp $ inherit perl-module @@ -68,7 +68,7 @@ src_compile() { sed -e 's:TCL_MINOR_VERSION <4:TCL_MINOR_VERSION <3:' \ src/pilot-debug.c.old > src/pilot-debug.c - econf ${myconf} + econf ${myconf} || die "econf failed" # so python doesnt violate sandbox # http://gnu-designs.com/bugs/view_bug_page.php?f_id=382 diff --git a/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild b/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild index 72868f1f9e13..88cabfe3a9aa 100644 --- a/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.7-r1.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-pda/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.2 2003/09/17 01:39:23 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.3 2004/04/25 22:32:19 agriffis Exp $ inherit perl-module |