summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:43:52 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:43:52 +0000
commitc88477d1d022855f3527a231d98d1e9dce7333de (patch)
tree66f1c24bf15a56fe9c5104dc6e7da915b50f8296 /sys-libs
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.gz
gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.bz2
gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.zip
Add die following econf for bug 48950
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libxcrypt/ChangeLog7
-rw-r--r--sys-libs/libxcrypt/libxcrypt-2.0.ebuild4
-rw-r--r--sys-libs/lwp/ChangeLog7
-rw-r--r--sys-libs/lwp/lwp-1.9.ebuild4
-rw-r--r--sys-libs/rvm/ChangeLog7
-rw-r--r--sys-libs/rvm/rvm-1.6.ebuild4
6 files changed, 21 insertions, 12 deletions
diff --git a/sys-libs/libxcrypt/ChangeLog b/sys-libs/libxcrypt/ChangeLog
index b93ca7c13052..b40e9fbb3695 100644
--- a/sys-libs/libxcrypt/ChangeLog
+++ b/sys-libs/libxcrypt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libxcrypt
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.1 2004/01/20 23:10:23 method Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/ChangeLog,v 1.2 2004/04/26 14:40:52 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> libxcrypt-2.0.ebuild:
+ Add die following econf for bug 48950
*libxcrypt-2.0 (20 Jan 2004)
diff --git a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
index f212cc276035..f509a391c8b2 100644
--- a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-2.0.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/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.1 2004/01/20 23:10:23 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.2 2004/04/26 14:40:52 agriffis Exp $
DESCRIPTION="Libxcrypt is a replacement for libcrypt, which comes with the GNU C \
Library. It supports DES crypt, MD5, and passwords with blowfish encryption."
@@ -25,7 +25,7 @@ src_unpack() {
}
src_compile() {
- econf
+ econf || die "econf failed"
emake
}
diff --git a/sys-libs/lwp/ChangeLog b/sys-libs/lwp/ChangeLog
index 037149e8556f..20d14207d431 100644
--- a/sys-libs/lwp/ChangeLog
+++ b/sys-libs/lwp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/lwp
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v 1.4 2004/03/01 20:14:38 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/ChangeLog,v 1.5 2004/04/26 14:41:27 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> lwp-1.9.ebuild:
+ Add die following econf for bug 48950
*lwp-1.10 (15 Nov 2003)
diff --git a/sys-libs/lwp/lwp-1.9.ebuild b/sys-libs/lwp/lwp-1.9.ebuild
index 126db0c9687a..96117e1de727 100644
--- a/sys-libs/lwp/lwp-1.9.ebuild
+++ b/sys-libs/lwp/lwp-1.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/sys-libs/lwp/lwp-1.9.ebuild,v 1.6 2004/02/22 12:35:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/lwp-1.9.ebuild,v 1.7 2004/04/26 14:41:27 agriffis Exp $
DESCRIPTION="Light weight process library (used by Coda). This is NOT libwww-perl."
HOMEPAGE="http://www.coda.cs.cmu.edu/"
@@ -13,7 +13,7 @@ KEYWORDS="x86"
DEPEND="virtual/glibc"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/sys-libs/rvm/ChangeLog b/sys-libs/rvm/ChangeLog
index c2013c0351be..8a1f60b219de 100644
--- a/sys-libs/rvm/ChangeLog
+++ b/sys-libs/rvm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/rvm
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.4 2003/11/15 10:29:46 seemant Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.5 2004/04/26 14:42:08 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> rvm-1.6.ebuild:
+ Add die following econf for bug 48950
*rvm-1.8 (15 Nov 2003)
diff --git a/sys-libs/rvm/rvm-1.6.ebuild b/sys-libs/rvm/rvm-1.6.ebuild
index 79eee9dda5fd..d79c45f48f6c 100644
--- a/sys-libs/rvm/rvm-1.6.ebuild
+++ b/sys-libs/rvm/rvm-1.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/sys-libs/rvm/rvm-1.6.ebuild,v 1.7 2004/02/22 12:30:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.6.ebuild,v 1.8 2004/04/26 14:42:08 agriffis Exp $
DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
HOMEPAGE="http://www.coda.cs.cmu.edu/"
@@ -14,7 +14,7 @@ DEPEND="virtual/glibc
>=sys-libs/lwp-1.9"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}