diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:52:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 15:52:36 +0000 |
commit | bfe3bff5ea5727572918ff05df76362ad750c6b3 (patch) | |
tree | eddefcec9a3a45757fb63c6838a1047be608d867 /app-crypt | |
parent | - Filter -fno-default-inline for bug 42488 (mozilla-firefox fails to link due... (diff) | |
download | gentoo-2-bfe3bff5ea5727572918ff05df76362ad750c6b3.tar.gz gentoo-2-bfe3bff5ea5727572918ff05df76362ad750c6b3.tar.bz2 gentoo-2-bfe3bff5ea5727572918ff05df76362ad750c6b3.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/opencdk/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/opencdk/opencdk-0.4.5.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/opencdk/opencdk-0.5.1.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/opencdk/opencdk-0.5.3.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.6.9.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-0.5.0.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-0.6.2.ebuild | 6 |
9 files changed, 30 insertions, 19 deletions
diff --git a/app-crypt/opencdk/ChangeLog b/app-crypt/opencdk/ChangeLog index 2b4b59837958..4934c3658f48 100644 --- a/app-crypt/opencdk/ChangeLog +++ b/app-crypt/opencdk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/opencdk # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/ChangeLog,v 1.16 2004/03/23 22:31:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/ChangeLog,v 1.17 2004/04/26 15:49:27 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> opencdk-0.5.1.ebuild, + opencdk-0.5.3.ebuild: + Add die following econf for bug 48950 23 Mar 2004; Luca Barbato <lu_zero@gentoo.org> opencdk-0.5.3.ebuild: Marked ~ppc diff --git a/app-crypt/opencdk/opencdk-0.4.5.ebuild b/app-crypt/opencdk/opencdk-0.4.5.ebuild index 2e1a2c76e336..8f11aab096f8 100644 --- a/app-crypt/opencdk/opencdk-0.4.5.ebuild +++ b/app-crypt/opencdk/opencdk-0.4.5.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/app-crypt/opencdk/opencdk-0.4.5.ebuild,v 1.8 2003/12/16 21:26:25 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.4.5.ebuild,v 1.9 2004/04/26 15:49:27 agriffis Exp $ DESCRIPTION="Open Crypto Development Kit for basic OpenPGP message manipulation" HOMEPAGE="http://www.gnutls.org/" diff --git a/app-crypt/opencdk/opencdk-0.5.1.ebuild b/app-crypt/opencdk/opencdk-0.5.1.ebuild index 09708fda5b16..b1ead6d3e249 100644 --- a/app-crypt/opencdk/opencdk-0.5.1.ebuild +++ b/app-crypt/opencdk/opencdk-0.5.1.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/app-crypt/opencdk/opencdk-0.5.1.ebuild,v 1.9 2003/12/14 00:34:11 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.5.1.ebuild,v 1.10 2004/04/26 15:49:27 agriffis Exp $ DESCRIPTION="Open Crypto Development Kit for basic OpenPGP message manipulation" HOMEPAGE="http://www.gnutls.org/" @@ -17,7 +17,7 @@ DEPEND="${RDEPEND} >=dev-lang/perl-5.6" src_compile() { - econf + econf || die "econf failed" emake || die "make failed" } diff --git a/app-crypt/opencdk/opencdk-0.5.3.ebuild b/app-crypt/opencdk/opencdk-0.5.3.ebuild index d502a1f7e997..bc3481c10ec3 100644 --- a/app-crypt/opencdk/opencdk-0.5.3.ebuild +++ b/app-crypt/opencdk/opencdk-0.5.3.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/opencdk/opencdk-0.5.3.ebuild,v 1.4 2004/03/23 22:31:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/opencdk/opencdk-0.5.3.ebuild,v 1.5 2004/04/26 15:49:27 agriffis Exp $ DESCRIPTION="Open Crypto Development Kit for basic OpenPGP message manipulation" HOMEPAGE="http://www.gnutls.org/" @@ -17,7 +17,7 @@ DEPEND="${RDEPEND} >=dev-lang/perl-5.6" src_compile() { - econf + econf || die "econf failed" emake || die "make failed" } diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index 1667613da498..7ed7311d8390 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/pinentry -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.7 2004/02/28 08:13:54 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.8 2004/04/26 15:51:58 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> pinentry-0.6.9.ebuild: + Add die following econf for bug 48950 *pinentry-0.7.0 (28 Feb 2004) diff --git a/app-crypt/pinentry/pinentry-0.6.9.ebuild b/app-crypt/pinentry/pinentry-0.6.9.ebuild index 13bd70bdf721..f2aed699cb1e 100644 --- a/app-crypt/pinentry/pinentry-0.6.9.ebuild +++ b/app-crypt/pinentry/pinentry-0.6.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/app-crypt/pinentry/pinentry-0.6.9.ebuild,v 1.2 2004/03/13 21:50:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.6.9.ebuild,v 1.3 2004/04/26 15:51:58 agriffis Exp $ DESCRIPTION="collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" HOMEPAGE="http://www.gnupg.org/aegypten/" @@ -24,7 +24,7 @@ src_compile() { $(use_enable gtk pinentry-gtk) \ $(use_enable ncurses pinentry-curses) \ $(use_enable ncurses fallback-curses) \ - --disable-dependency-tracking + --disable-dependency-tracking || die "econf failed" make || die } diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index 4f0fa72d62b8..5fb3c8c9c704 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.12 2004/01/10 02:36:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.13 2004/04/26 15:52:36 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> seahorse-0.5.0.ebuild, + seahorse-0.6.2.ebuild: + Add die following econf for bug 48950 09 Jan 2004; Jason Wever <weeve@gentoo.org> seahorse-0.6.3.ebuild: Marked stable on sparc. diff --git a/app-crypt/seahorse/seahorse-0.5.0.ebuild b/app-crypt/seahorse/seahorse-0.5.0.ebuild index d89be7851ecc..dcdd1e40dcc3 100644 --- a/app-crypt/seahorse/seahorse-0.5.0.ebuild +++ b/app-crypt/seahorse/seahorse-0.5.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/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.21 2004/02/22 18:13:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.5.0.ebuild,v 1.22 2004/04/26 15:52:36 agriffis Exp $ DESCRIPTION="gnome front end to gnupg" SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz" @@ -15,7 +15,7 @@ DEPEND="virtual/x11 >=gnome-base/gnome-libs-1.4.1.2-r1" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-crypt/seahorse/seahorse-0.6.2.ebuild b/app-crypt/seahorse/seahorse-0.6.2.ebuild index c7a4a960a56c..8fb5b2433563 100644 --- a/app-crypt/seahorse/seahorse-0.6.2.ebuild +++ b/app-crypt/seahorse/seahorse-0.6.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/app-crypt/seahorse/seahorse-0.6.2.ebuild,v 1.7 2003/09/06 22:15:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.2.ebuild,v 1.8 2004/04/26 15:52:36 agriffis Exp $ IUSE="" DESCRIPTION="gnome front end to gnupg" @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { - econf + econf || die "econf failed" emake || die "parallel make failed" } |