diff options
-rw-r--r-- | app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.3-r2.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/gpa/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gpa/gpa-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/gpgme/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/gpgme/gpgme-0.3.14.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/gpgme/gpgme-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/newpg/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/newpg/newpg-0.9.4-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/newpg/newpg-0.9.4.ebuild | 4 |
14 files changed, 42 insertions, 24 deletions
diff --git a/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild b/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild index b893cfc23c17..b3fd1101de32 100644 --- a/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild +++ b/app-crypt/cryptoapi/cryptoapi-2.4.7.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/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild,v 1.19 2004/04/25 21:51:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild,v 1.20 2004/04/25 21:53:06 agriffis Exp $ inherit check-kernel @@ -26,8 +26,8 @@ src_compile() { check_KV # rphillips - Fixes #19006 # econf --enable-iv-mode-sector - econf - cd ${S}/api || die "econf failed" + econf || die "econf failed" + cd ${S}/api sed -i -e "s:-DMODVERSIONS:-DMODVERSIONS -DEXPORT_SYMTAB:g" \ Makefile cd .. diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index 507c4efede8c..85087869b4cb 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gnupg # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.58 2004/04/25 03:43:37 psi29a Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.59 2004/04/25 21:55:25 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gnupg-1.2.3-r2.ebuild: + Add die following econf for bug 48950 24 Apr 2004; Bret Curtis <psi29a@gentoo.org> gnupg-1.2.4.ebuild: Also added to ~mips diff --git a/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild b/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild index 3e544b6bb76e..124c8abf2a83 100644 --- a/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.3-r2.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/gnupg/gnupg-1.2.3-r2.ebuild,v 1.10 2004/03/13 12:37:49 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r2.ebuild,v 1.11 2004/04/25 21:55:25 agriffis Exp $ DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement" HOMEPAGE="http://www.gnupg.org/" @@ -31,7 +31,7 @@ src_compile() { myconf="${myconf} --enable-m-guard" fi - econf ${myconf} --libexecdir=/usr/lib + econf ${myconf} --libexecdir=/usr/lib || die "econf failed" emake } diff --git a/app-crypt/gpa/ChangeLog b/app-crypt/gpa/ChangeLog index d90d22cd22c2..8285731d7e3b 100644 --- a/app-crypt/gpa/ChangeLog +++ b/app-crypt/gpa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gpa # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/ChangeLog,v 1.15 2004/04/21 18:54:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/ChangeLog,v 1.16 2004/04/25 21:57:25 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gpa-0.6.1.ebuild: + Add die following econf for bug 48950 21 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> gpa-0.4.3.ebuild: old ebuild cleanup diff --git a/app-crypt/gpa/gpa-0.6.1.ebuild b/app-crypt/gpa/gpa-0.6.1.ebuild index e8bde93b8e23..01f0f9e0ed7e 100644 --- a/app-crypt/gpa/gpa-0.6.1.ebuild +++ b/app-crypt/gpa/gpa-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/gpa/gpa-0.6.1.ebuild,v 1.7 2004/02/07 02:30:05 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.6.1.ebuild,v 1.8 2004/04/25 21:57:25 agriffis Exp $ DESCRIPTION="Standard GUI for GnuPG" SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gpa/${P}.tar.gz" @@ -18,7 +18,7 @@ DEPEND=">=x11-libs/gtk+-2.0* src_compile() { - GPGME_CONFIG=/usr/bin/gpgme4-config econf `use_enable nls` + GPGME_CONFIG=/usr/bin/gpgme4-config econf `use_enable nls` || die "econf failed" emake || die } diff --git a/app-crypt/gpgme/ChangeLog b/app-crypt/gpgme/ChangeLog index 3124453a4154..7261bc32e2d7 100644 --- a/app-crypt/gpgme/ChangeLog +++ b/app-crypt/gpgme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/gpgme # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.26 2004/04/23 23:59:36 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.27 2004/04/25 21:59:23 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> gpgme-0.3.14.ebuild, + gpgme-0.4.0.ebuild: + Add die following econf for bug 48950 24 Apr 2004; Daniel Black <dragonheart@gentoo.org> gpgme-0.3.12.ebuild, gpgme-0.3.13.ebuild, gpgme-0.3.14.ebuild, gpgme-0.3.6-r1.ebuild, diff --git a/app-crypt/gpgme/gpgme-0.3.14.ebuild b/app-crypt/gpgme/gpgme-0.3.14.ebuild index c8e36c256ac5..2f1d0332a89a 100644 --- a/app-crypt/gpgme/gpgme-0.3.14.ebuild +++ b/app-crypt/gpgme/gpgme-0.3.14.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/gpgme/gpgme-0.3.14.ebuild,v 1.12 2004/04/23 23:59:36 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.3.14.ebuild,v 1.13 2004/04/25 21:59:23 agriffis Exp $ DESCRIPTION="GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications." SRC_URI="ftp://ftp.gnupg.org/gcrypt/gpgme/${P}.tar.gz" @@ -29,7 +29,7 @@ src_compile() { use doc \ && myconf="${myconf} --enable-maintainer-mode" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } diff --git a/app-crypt/gpgme/gpgme-0.4.0.ebuild b/app-crypt/gpgme/gpgme-0.4.0.ebuild index 69ded2aa2349..a7f5b348ce26 100644 --- a/app-crypt/gpgme/gpgme-0.4.0.ebuild +++ b/app-crypt/gpgme/gpgme-0.4.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/app-crypt/gpgme/gpgme-0.4.0.ebuild,v 1.14 2004/04/23 23:59:36 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.4.0.ebuild,v 1.15 2004/04/25 21:59:23 agriffis Exp $ DESCRIPTION="GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications." SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/${P}.tar.gz" @@ -40,7 +40,7 @@ src_unpack() { src_compile() { econf $(use_enable nls) \ $(use_enable crypt gpgmeplug) \ - $(use_enable doc maintainer-mode) + $(use_enable doc maintainer-mode) || die "econf failed" emake || die } 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 } |