summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gringotts/gringotts-1.2.8.ebuild')
-rw-r--r--app-crypt/gringotts/gringotts-1.2.8.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/app-crypt/gringotts/gringotts-1.2.8.ebuild b/app-crypt/gringotts/gringotts-1.2.8.ebuild
index 1b4d9e902346..a036672990ae 100644
--- a/app-crypt/gringotts/gringotts-1.2.8.ebuild
+++ b/app-crypt/gringotts/gringotts-1.2.8.ebuild
@@ -1,20 +1,19 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8.ebuild,v 1.3 2004/05/27 14:52:44 jhuebel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8.ebuild,v 1.4 2004/05/31 20:34:34 vapier Exp $
DESCRIPTION="Utility that allows you to jot down sensitive data"
-SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2"
HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/"
-LICENSE="GPL-2"
+SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2"
-IUSE=""
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~amd64"
+IUSE=""
RDEPEND=">=dev-libs/libgringotts-1.2
>=x11-libs/gtk+-2
dev-libs/popt"
-
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/pkgconfig"
@@ -28,11 +27,11 @@ src_unpack() {
}
src_install() {
- einstall
+ einstall || die
# The FAQ and README documents shouldn't be gzip'd, as they need to be
# available in plain format when they are called from the `Help' menu.
#
# dodoc FAQ README
- dodoc AUTHORS BUGS ChangeLog COPYING TODO
+ dodoc AUTHORS BUGS ChangeLog TODO
}