summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 12:44:43 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 12:44:43 +0000
commitd21eecfbdde8310799b03a2c5bdbe6f6445d6435 (patch)
treeeae71a3703b2e0b64409e8d980e64e506b69608e /net-misc/neon
parentFixed missing IUSE (diff)
downloadhistorical-d21eecfbdde8310799b03a2c5bdbe6f6445d6435.tar.gz
historical-d21eecfbdde8310799b03a2c5bdbe6f6445d6435.tar.bz2
historical-d21eecfbdde8310799b03a2c5bdbe6f6445d6435.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-misc/neon')
-rw-r--r--net-misc/neon/ChangeLog7
-rw-r--r--net-misc/neon/neon-0.21.3.ebuild4
-rw-r--r--net-misc/neon/neon-0.23.8.ebuild6
-rw-r--r--net-misc/neon/neon-0.23.9.ebuild6
-rw-r--r--net-misc/neon/neon-0.24.0.ebuild6
-rw-r--r--net-misc/neon/neon-0.24.2.ebuild6
-rw-r--r--net-misc/neon/neon-0.24.4.ebuild4
7 files changed, 22 insertions, 17 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
}