diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:30:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:30:48 +0000 |
commit | 06668d04703119950bc3f3d8b48835258969c47b (patch) | |
tree | 69a5c93970ab1f52c16ce18af4c1a2ed999bd25b /app-arch | |
parent | Update amd64 patch for bug 45378. Thanks to Duncan Hill and Nigel Hannam for ... (diff) | |
download | gentoo-2-06668d04703119950bc3f3d8b48835258969c47b.tar.gz gentoo-2-06668d04703119950bc3f3d8b48835258969c47b.tar.bz2 gentoo-2-06668d04703119950bc3f3d8b48835258969c47b.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/cabextract/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/cabextract/cabextract-0.5.ebuild | 4 | ||||
-rw-r--r-- | app-arch/cabextract/cabextract-0.6.ebuild | 4 | ||||
-rw-r--r-- | app-arch/unshield/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/unshield/unshield-0.2.ebuild | 6 |
5 files changed, 18 insertions, 11 deletions
diff --git a/app-arch/cabextract/ChangeLog b/app-arch/cabextract/ChangeLog index 79eaf0643a90..2c045f7c2419 100644 --- a/app-arch/cabextract/ChangeLog +++ b/app-arch/cabextract/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/cabextract -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/ChangeLog,v 1.9 2003/04/18 20:00:04 tuxus Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/ChangeLog,v 1.10 2004/04/26 15:27:08 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> cabextract-0.5.ebuild, + cabextract-0.6.ebuild: + Add die following econf for bug 48950 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-arch/cabextract/cabextract-0.5.ebuild b/app-arch/cabextract/cabextract-0.5.ebuild index fb1f6aef8332..e2549e13e3fe 100644 --- a/app-arch/cabextract/cabextract-0.5.ebuild +++ b/app-arch/cabextract/cabextract-0.5.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-arch/cabextract/cabextract-0.5.ebuild,v 1.17 2004/02/22 05:47:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.18 2004/04/26 15:27:08 agriffis Exp $ DESCRIPTION="Extracts files from Microsoft .cab files" SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-arch/cabextract/cabextract-0.6.ebuild b/app-arch/cabextract/cabextract-0.6.ebuild index d6d6c718a984..803ad49fbc51 100644 --- a/app-arch/cabextract/cabextract-0.6.ebuild +++ b/app-arch/cabextract/cabextract-0.6.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-arch/cabextract/cabextract-0.6.ebuild,v 1.12 2004/02/22 05:47:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.6.ebuild,v 1.13 2004/04/26 15:27:08 agriffis Exp $ DESCRIPTION="Extracts files from Microsoft .cab files" SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64" DEPEND="virtual/glibc" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-arch/unshield/ChangeLog b/app-arch/unshield/ChangeLog index c11015e4e879..90513d802d4c 100644 --- a/app-arch/unshield/ChangeLog +++ b/app-arch/unshield/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unshield -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/ChangeLog,v 1.2 2003/09/02 19:24:57 liquidx Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/ChangeLog,v 1.3 2004/04/26 15:30:48 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> unshield-0.2.ebuild: + Add die following econf for bug 48950 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> metadata.xml: added metadata.xml diff --git a/app-arch/unshield/unshield-0.2.ebuild b/app-arch/unshield/unshield-0.2.ebuild index e4cacbc13b76..8946212df899 100644 --- a/app-arch/unshield/unshield-0.2.ebuild +++ b/app-arch/unshield/unshield-0.2.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-arch/unshield/unshield-0.2.ebuild,v 1.3 2004/01/16 11:00:32 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/unshield-0.2.ebuild,v 1.4 2004/04/26 15:30:48 agriffis Exp $ DESCRIPTION="InstallShield CAB file extractor." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -14,7 +14,7 @@ IUSE="" DEPEND=">=sys-libs/zlib-1.1.4" src_compile() { - econf + econf || die "econf failed" emake || die } |