summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:05:10 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:05:10 +0000
commit8cc5ad5433c0056275f821257d9c2ebc0892de7a (patch)
treeba460daaa9a8a1648b600678fc1fd1f9b6f7ef01 /app-crypt
parentadd inherit eutils (diff)
downloadgentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.tar.gz
gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.tar.bz2
gentoo-2-8cc5ad5433c0056275f821257d9c2ebc0892de7a.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/heimdal/ChangeLog6
-rw-r--r--app-crypt/heimdal/heimdal-0.6.1.ebuild4
-rw-r--r--app-crypt/heimdal/heimdal-0.6.ebuild4
-rw-r--r--app-crypt/newpg/ChangeLog6
-rw-r--r--app-crypt/newpg/newpg-0.9.4-r1.ebuild4
-rw-r--r--app-crypt/newpg/newpg-0.9.4.ebuild4
6 files changed, 18 insertions, 10 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index d54448e02eb5..ae88762cd700 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/heimdal
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.31 2004/04/11 00:21:29 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.32 2004/04/25 22:00:33 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> heimdal-0.6.1.ebuild,
+ heimdal-0.6.ebuild:
+ Add die following econf for bug 48950
10 Apr 2004; Guy Martin <gmsoft@gentoo.org> heimdal-0.6.1.ebuild:
Marked stable on hppa.
diff --git a/app-crypt/heimdal/heimdal-0.6.1.ebuild b/app-crypt/heimdal/heimdal-0.6.1.ebuild
index 32bc97d514f9..1ec8477e6604 100644
--- a/app-crypt/heimdal/heimdal-0.6.1.ebuild
+++ b/app-crypt/heimdal/heimdal-0.6.1.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-crypt/heimdal/heimdal-0.6.1.ebuild,v 1.8 2004/04/11 00:21:29 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.1.ebuild,v 1.9 2004/04/25 22:00:33 agriffis Exp $
inherit libtool eutils
@@ -59,7 +59,7 @@ src_compile() {
#use ldap && myconf="${myconf} --with-open-ldap=/usr"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# editline archive is linked into shared objects, needs to be
# built with -fPIC (16 Feb 2004 agriffis)
diff --git a/app-crypt/heimdal/heimdal-0.6.ebuild b/app-crypt/heimdal/heimdal-0.6.ebuild
index ac98ed2eebbb..8cd104cd9030 100644
--- a/app-crypt/heimdal/heimdal-0.6.ebuild
+++ b/app-crypt/heimdal/heimdal-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-crypt/heimdal/heimdal-0.6.ebuild,v 1.15 2004/03/30 09:12:47 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.ebuild,v 1.16 2004/04/25 22:00:33 agriffis Exp $
inherit libtool eutils
@@ -59,7 +59,7 @@ src_compile() {
#use ldap && myconf="${myconf} --with-open-ldap=/usr"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# editline archive is linked into shared objects, needs to be
# built with -fPIC (16 Feb 2004 agriffis)
diff --git a/app-crypt/newpg/ChangeLog b/app-crypt/newpg/ChangeLog
index 901d5d0d30c1..bae5db7cf777 100644
--- a/app-crypt/newpg/ChangeLog
+++ b/app-crypt/newpg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/newpg
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/ChangeLog,v 1.7 2004/04/14 17:38:47 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/ChangeLog,v 1.8 2004/04/25 22:01:37 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> newpg-0.9.4-r1.ebuild,
+ newpg-0.9.4.ebuild:
+ Add die following econf for bug 48950
14 Apr 2004; Heinrich Wendel <lanius@gentoo.org> newpg-0.9.4-r1.ebuild:
fix space in depend
diff --git a/app-crypt/newpg/newpg-0.9.4-r1.ebuild b/app-crypt/newpg/newpg-0.9.4-r1.ebuild
index f362fc90de4e..413155da8bef 100644
--- a/app-crypt/newpg/newpg-0.9.4-r1.ebuild
+++ b/app-crypt/newpg/newpg-0.9.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/app-crypt/newpg/newpg-0.9.4-r1.ebuild,v 1.6 2004/04/14 17:38:47 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/newpg-0.9.4-r1.ebuild,v 1.7 2004/04/25 22:01:37 agriffis Exp $
DESCRIPTION="NewPG is the S/MIME variant of GnuPG which does also include the gpg-agent, useful even for GnuPG"
HOMEPAGE="http://www.gnupg.org/"
@@ -33,7 +33,7 @@ src_compile() {
fi
econf ${myconf} --disable-dependency-tracking \
- --exec-prefix=/usr
+ --exec-prefix=/usr || die "econf failed"
make || die
}
diff --git a/app-crypt/newpg/newpg-0.9.4.ebuild b/app-crypt/newpg/newpg-0.9.4.ebuild
index 31ed98442e51..1e5b293869f0 100644
--- a/app-crypt/newpg/newpg-0.9.4.ebuild
+++ b/app-crypt/newpg/newpg-0.9.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/app-crypt/newpg/newpg-0.9.4.ebuild,v 1.5 2004/03/13 21:50:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/newpg-0.9.4.ebuild,v 1.6 2004/04/25 22:01:37 agriffis Exp $
DESCRIPTION="NewPG is the S/MIME variant of GnuPG which does also include the gpg-agent, useful even for GnuPG"
HOMEPAGE="http://www.gnupg.org/"
@@ -21,7 +21,7 @@ src_compile() {
local myconf
use nls || myconf="${myconf} --disable-nls"
- econf ${myconf} --disable-dependency-tracking
+ econf ${myconf} --disable-dependency-tracking || die "econf failed"
make || die
}