diff options
Diffstat (limited to 'app-crypt/seahorse')
-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 |
3 files changed, 11 insertions, 7 deletions
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" } |