summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-12 12:40:39 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-12 12:40:39 +0000
commit824cd2ec680b10896dfdc274df059a5c6c00ed94 (patch)
tree609150669d2dd361b6bf2e40ac3ac92a7fbca957 /app-crypt/seahorse/seahorse-0.6.2.ebuild
parentversion 2.1 - new release (diff)
downloadgentoo-2-824cd2ec680b10896dfdc274df059a5c6c00ed94.tar.gz
gentoo-2-824cd2ec680b10896dfdc274df059a5c6c00ed94.tar.bz2
gentoo-2-824cd2ec680b10896dfdc274df059a5c6c00ed94.zip
touchups
Diffstat (limited to 'app-crypt/seahorse/seahorse-0.6.2.ebuild')
-rw-r--r--app-crypt/seahorse/seahorse-0.6.2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-crypt/seahorse/seahorse-0.6.2.ebuild b/app-crypt/seahorse/seahorse-0.6.2.ebuild
index af47625a4902..6b549d8b770d 100644
--- a/app-crypt/seahorse/seahorse-0.6.2.ebuild
+++ b/app-crypt/seahorse/seahorse-0.6.2.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2003 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.2 2003/03/28 12:44:03 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.6.2.ebuild,v 1.3 2003/04/12 12:40:30 liquidx Exp $
+IUSE=""
DESCRIPTION="gnome front end to gnupg"
SRC_URI="mirror://sourceforge/seahorse/${P}.tar.gz"
HOMEPAGE="http://seahorse.sourceforge.net/"
@@ -18,11 +19,11 @@ DEPEND="virtual/x11
>=app-text/scrollkeeper-0.3*"
src_compile() {
- econf
- emake || die
+ econf || die "configure failed"
+ emake || die "parallel make failed"
}
src_install() {
- einstall
+ einstall || die "install failed"
dodoc AUTHORS COPYING* ChangeLog NEWS README TODO THANKS
}