diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:40:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:40:55 +0000 |
commit | a8c7e33eab061bc08a066ea5538e29612b7f57b0 (patch) | |
tree | c4bbe7b1312b28d18ae6a5585260ed2c670a5a91 /net-misc | |
parent | Marked stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-a8c7e33eab061bc08a066ea5538e29612b7f57b0.tar.gz gentoo-2-a8c7e33eab061bc08a066ea5538e29612b7f57b0.tar.bz2 gentoo-2-a8c7e33eab061bc08a066ea5538e29612b7f57b0.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/neon/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/neon/neon-0.21.3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/neon/neon-0.23.8.ebuild | 6 | ||||
-rw-r--r-- | net-misc/neon/neon-0.23.9.ebuild | 6 | ||||
-rw-r--r-- | net-misc/neon/neon-0.24.0.ebuild | 6 | ||||
-rw-r--r-- | net-misc/neon/neon-0.24.2.ebuild | 6 | ||||
-rw-r--r-- | net-misc/neon/neon-0.24.4.ebuild | 4 | ||||
-rw-r--r-- | net-misc/portfwd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/portfwd/portfwd-0.26.ebuild | 4 | ||||
-rw-r--r-- | net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/portfwd/portfwd-0.26_rc6.ebuild | 6 |
11 files changed, 35 insertions, 26 deletions
diff --git a/net-misc/neon/ChangeLog b/net-misc/neon/ChangeLog index 3e8bebfddf32..cf62d179fc8d 100644 --- a/net-misc/neon/ChangeLog +++ b/net-misc/neon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/neon # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.25 2004/01/22 06:47:23 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/ChangeLog,v 1.26 2004/04/26 12:39:49 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> neon-0.23.8.ebuild, + neon-0.23.9.ebuild, neon-0.24.0.ebuild, neon-0.24.2.ebuild, + neon-0.24.4.ebuild: + Add die following econf for bug 48950 22 Jan 2004; <augustus@gentoo.org> neon-0.24.4.ebuild: Added ~amd64 keyword. diff --git a/net-misc/neon/neon-0.21.3.ebuild b/net-misc/neon/neon-0.21.3.ebuild index 84c774a4b025..e39e2c68f686 100644 --- a/net-misc/neon/neon-0.21.3.ebuild +++ b/net-misc/neon/neon-0.21.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/net-misc/neon/neon-0.21.3.ebuild,v 1.10 2003/09/05 22:01:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.21.3.ebuild,v 1.11 2004/04/26 12:39:49 agriffis Exp $ IUSE="ssl" diff --git a/net-misc/neon/neon-0.23.8.ebuild b/net-misc/neon/neon-0.23.8.ebuild index 35956868ee32..04680cb840e2 100644 --- a/net-misc/neon/neon-0.23.8.ebuild +++ b/net-misc/neon/neon-0.23.8.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/net-misc/neon/neon-0.23.8.ebuild,v 1.4 2003/09/05 22:13:37 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.8.ebuild,v 1.5 2004/04/26 12:39:49 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -19,7 +19,7 @@ src_compile() { use ssl && myc="$myc --with-ssl" use zlib && myc="$myc --with-zlib" || myc="$myc --without-zlib" - econf $myc + econf $myc || die "econf failed" emake } diff --git a/net-misc/neon/neon-0.23.9.ebuild b/net-misc/neon/neon-0.23.9.ebuild index faa42f8d2bb0..dbac02a063b7 100644 --- a/net-misc/neon/neon-0.23.9.ebuild +++ b/net-misc/neon/neon-0.23.9.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/net-misc/neon/neon-0.23.9.ebuild,v 1.2 2003/09/05 22:13:37 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.9.ebuild,v 1.3 2004/04/26 12:39:49 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -19,7 +19,7 @@ src_compile() { use ssl && myc="$myc --with-ssl" use zlib && myc="$myc --with-zlib" || myc="$myc --without-zlib" - econf $myc + econf $myc || die "econf failed" emake } diff --git a/net-misc/neon/neon-0.24.0.ebuild b/net-misc/neon/neon-0.24.0.ebuild index 470dcbeed566..256fc85aa770 100644 --- a/net-misc/neon/neon-0.24.0.ebuild +++ b/net-misc/neon/neon-0.24.0.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/net-misc/neon/neon-0.24.0.ebuild,v 1.1 2003/09/25 17:26:27 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.0.ebuild,v 1.2 2004/04/26 12:39:49 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -19,7 +19,7 @@ src_compile() { use ssl && myc="$myc --with-ssl" use zlib && myc="$myc --with-zlib" || myc="$myc --without-zlib" - econf $myc + econf $myc || die "econf failed" emake } diff --git a/net-misc/neon/neon-0.24.2.ebuild b/net-misc/neon/neon-0.24.2.ebuild index eac3ae4b3ccd..6814c06f767a 100644 --- a/net-misc/neon/neon-0.24.2.ebuild +++ b/net-misc/neon/neon-0.24.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/net-misc/neon/neon-0.24.2.ebuild,v 1.3 2003/11/29 03:32:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.2.ebuild,v 1.4 2004/04/26 12:39:49 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -19,7 +19,7 @@ src_compile() { use ssl && myc="$myc --with-ssl" use zlib && myc="$myc --with-zlib" || myc="$myc --without-zlib" - econf $myc + econf $myc || die "econf failed" emake } diff --git a/net-misc/neon/neon-0.24.4.ebuild b/net-misc/neon/neon-0.24.4.ebuild index f3e5e3a59185..82fb15ecdc04 100644 --- a/net-misc/neon/neon-0.24.4.ebuild +++ b/net-misc/neon/neon-0.24.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/net-misc/neon/neon-0.24.4.ebuild,v 1.2 2004/01/22 06:47:23 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.4.ebuild,v 1.3 2004/04/26 12:39:49 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -22,7 +22,7 @@ src_compile() { use expat && myc="$myc --with-expat" || myc="$myc --with-xml2" use zlib && myc="$myc --with-zlib" || myc="$myc --without-zlib" - econf $myc + econf $myc || die "econf failed" emake } diff --git a/net-misc/portfwd/ChangeLog b/net-misc/portfwd/ChangeLog index 14ff097de15f..18e8f311a181 100644 --- a/net-misc/portfwd/ChangeLog +++ b/net-misc/portfwd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/portfwd # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/ChangeLog,v 1.6 2004/02/14 06:16:54 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/ChangeLog,v 1.7 2004/04/26 12:40:55 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> portfwd-0.26.ebuild, + portfwd-0.26_rc6-r1.ebuild, portfwd-0.26_rc6.ebuild: + Add die following econf for bug 48950 *portfwd-0.26 (14 Feb 2004) diff --git a/net-misc/portfwd/portfwd-0.26.ebuild b/net-misc/portfwd/portfwd-0.26.ebuild index 580e58d419e3..6bfacecc79fb 100644 --- a/net-misc/portfwd/portfwd-0.26.ebuild +++ b/net-misc/portfwd/portfwd-0.26.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-misc/portfwd/portfwd-0.26.ebuild,v 1.1 2004/02/14 06:16:54 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.26.ebuild,v 1.2 2004/04/26 12:40:55 agriffis Exp $ DESCRIPTION="Port Forwarding Daemon" SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.gz" @@ -38,7 +38,7 @@ src_compile() { cd ${WORKDIR}/${P/_/} ./bootstrap - econf + econf || die "econf failed" emake } diff --git a/net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild b/net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild index e785d7b81cd8..81635c1ade89 100644 --- a/net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild +++ b/net-misc/portfwd/portfwd-0.26_rc6-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/net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild,v 1.1 2003/12/03 21:22:18 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.26_rc6-r1.ebuild,v 1.2 2004/04/26 12:40:55 agriffis Exp $ DESCRIPTION="Port Forwarding Daemon" SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.gz" @@ -38,7 +38,7 @@ src_compile() { cd ${WORKDIR}/${P/_/} ./bootstrap - econf + econf || die "econf failed" emake } diff --git a/net-misc/portfwd/portfwd-0.26_rc6.ebuild b/net-misc/portfwd/portfwd-0.26_rc6.ebuild index 67f9f5f1b975..3f5d269430e1 100644 --- a/net-misc/portfwd/portfwd-0.26_rc6.ebuild +++ b/net-misc/portfwd/portfwd-0.26_rc6.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/net-misc/portfwd/portfwd-0.26_rc6.ebuild,v 1.3 2003/12/03 21:22:18 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.26_rc6.ebuild,v 1.4 2004/04/26 12:40:55 agriffis Exp $ DESCRIPTION="Port Forwarding Daemon" SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.gz" @@ -38,7 +38,7 @@ src_compile() { cd ${WORKDIR}/${P/_/} ./bootstrap - econf + econf || die "econf failed" emake } |