From 7e1c668438150f6e3ecfc3129a430fb26059c8f3 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 26 Apr 2004 12:47:43 +0000 Subject: Add die following econf for bug 48950 --- net-p2p/giftoxic/ChangeLog | 5 ++++- net-p2p/giftoxic/giftoxic-0.0.9.ebuild | 4 ++-- net-p2p/gnunet/ChangeLog | 6 +++++- net-p2p/gnunet/gnunet-0.5.4-r1.ebuild | 4 ++-- net-p2p/gnunet/gnunet-0.5.5.ebuild | 4 ++-- net-p2p/gnut/ChangeLog | 5 ++++- net-p2p/gnut/gnut-0.4.28-r1.ebuild | 4 ++-- 7 files changed, 21 insertions(+), 11 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/giftoxic/ChangeLog b/net-p2p/giftoxic/ChangeLog index 34cbfefc57e2..03a7dbfefcf9 100644 --- a/net-p2p/giftoxic/ChangeLog +++ b/net-p2p/giftoxic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/giftoxic # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.5 2004/04/20 18:03:54 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.6 2004/04/26 12:46:31 agriffis Exp $ + + 26 Apr 2004; Aron Griffis giftoxic-0.0.9.ebuild: + Add die following econf for bug 48950 20 Apr 2004; Jeremy Huddleston giftoxic-0.0.9.ebuild: diff --git a/net-p2p/giftoxic/giftoxic-0.0.9.ebuild b/net-p2p/giftoxic/giftoxic-0.0.9.ebuild index 95341d3c919b..41344ecf3a52 100644 --- a/net-p2p/giftoxic/giftoxic-0.0.9.ebuild +++ b/net-p2p/giftoxic/giftoxic-0.0.9.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/net-p2p/giftoxic/giftoxic-0.0.9.ebuild,v 1.4 2004/04/20 18:03:54 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.9.ebuild,v 1.5 2004/04/26 12:46:31 agriffis Exp $ IUSE="" @@ -20,7 +20,7 @@ DEPEND=">=x11-libs/gtk+-2.0.3 S="${WORKDIR}/${MY_P}" src_compile() { - econf --prefix=/usr + econf --prefix=/usr || die "econf failed" make CXXFLAGS="${CXXFLAGS}" || die } diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog index f8412b2992a7..f007118e07a1 100644 --- a/net-p2p/gnunet/ChangeLog +++ b/net-p2p/gnunet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gnunet # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.19 2004/03/25 03:16:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.20 2004/04/26 12:47:09 agriffis Exp $ + + 26 Apr 2004; Aron Griffis gnunet-0.5.4-r1.ebuild, + gnunet-0.5.5.ebuild: + Add die following econf for bug 48950 24 Mar 2004; Jason Wever gnunet-0.5.4-r1.ebuild: Added ~sparc keyword. diff --git a/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild b/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild index 0eebc48e7131..987634712faf 100644 --- a/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild +++ b/net-p2p/gnunet/gnunet-0.5.4-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/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild,v 1.7 2004/03/25 03:16:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild,v 1.8 2004/04/26 12:47:09 agriffis Exp $ inherit libtool @@ -27,7 +27,7 @@ src_compile () { elibtoolize local myconf use ipv6 && myconf="--enable-ipv6" || myconf=" --disable-ipv6" - econf ${myconf} + econf ${myconf} || die "econf failed" make || die } diff --git a/net-p2p/gnunet/gnunet-0.5.5.ebuild b/net-p2p/gnunet/gnunet-0.5.5.ebuild index c77c22c49527..eca54b726e4d 100644 --- a/net-p2p/gnunet/gnunet-0.5.5.ebuild +++ b/net-p2p/gnunet/gnunet-0.5.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/net-p2p/gnunet/gnunet-0.5.5.ebuild,v 1.3 2004/03/23 07:08:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.5.5.ebuild,v 1.4 2004/04/26 12:47:09 agriffis Exp $ inherit libtool @@ -27,7 +27,7 @@ src_compile () { elibtoolize local myconf use ipv6 && myconf="--enable-ipv6" || myconf=" --disable-ipv6" - econf ${myconf} + econf ${myconf} || die "econf failed" make || die } diff --git a/net-p2p/gnut/ChangeLog b/net-p2p/gnut/ChangeLog index c62e5e83bdbb..1426a586f630 100644 --- a/net-p2p/gnut/ChangeLog +++ b/net-p2p/gnut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gnut # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/ChangeLog,v 1.7 2004/04/20 18:05:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/ChangeLog,v 1.8 2004/04/26 12:47:43 agriffis Exp $ + + 26 Apr 2004; Aron Griffis gnut-0.4.28-r1.ebuild: + Add die following econf for bug 48950 20 Apr 2004; Jeremy Huddleston gnut-0.4.28.ebuild: Added IUSE. diff --git a/net-p2p/gnut/gnut-0.4.28-r1.ebuild b/net-p2p/gnut/gnut-0.4.28-r1.ebuild index 9b1a061d3749..fbb159eabac6 100644 --- a/net-p2p/gnut/gnut-0.4.28-r1.ebuild +++ b/net-p2p/gnut/gnut-0.4.28-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/net-p2p/gnut/gnut-0.4.28-r1.ebuild,v 1.2 2004/03/01 06:26:59 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/gnut-0.4.28-r1.ebuild,v 1.3 2004/04/26 12:47:43 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Text-mode gnutella client" @@ -23,7 +23,7 @@ src_unpack() { } src_compile() { - econf + econf || die "econf failed" emake || die } -- cgit v1.2.3-65-gdbad