diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2002-12-06 03:31:59 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2002-12-06 03:31:59 +0000 |
commit | cc15fbf91550e0bd901f530568dc58501a123e3a (patch) | |
tree | 8fd899bb4ea673d4eacbffb332dd6feebfbe934d /app-crypt/gringotts | |
parent | new package (diff) | |
download | historical-cc15fbf91550e0bd901f530568dc58501a123e3a.tar.gz historical-cc15fbf91550e0bd901f530568dc58501a123e3a.tar.bz2 historical-cc15fbf91550e0bd901f530568dc58501a123e3a.zip |
new version
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r-- | app-crypt/gringotts/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/gringotts/files/digest-gringotts-1.2.2 | 1 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-1.2.2.ebuild | 35 |
3 files changed, 42 insertions, 1 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog index fbff70d32485..13eec0f5c81a 100644 --- a/app-crypt/gringotts/ChangeLog +++ b/app-crypt/gringotts/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for app-crypt/gringotts # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.5 2002/08/20 18:57:09 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.6 2002/12/06 03:31:59 leonardop Exp $ + +*gringotts-1.2.2 (05 Dec 2002) + + 05 Dec 2002; L. Boshell <leonardop@gentoo.org> : Version bump. *gringotts-0.6.2 (20 Aug 2002) + 20 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog : Version bump. diff --git a/app-crypt/gringotts/files/digest-gringotts-1.2.2 b/app-crypt/gringotts/files/digest-gringotts-1.2.2 new file mode 100644 index 000000000000..c16bcdda1424 --- /dev/null +++ b/app-crypt/gringotts/files/digest-gringotts-1.2.2 @@ -0,0 +1 @@ +MD5 2f4f77392384336d5930825b5ea3ebf1 gringotts-1.2.2.tar.bz2 161322 diff --git a/app-crypt/gringotts/gringotts-1.2.2.ebuild b/app-crypt/gringotts/gringotts-1.2.2.ebuild new file mode 100644 index 000000000000..4880f6e6b9c0 --- /dev/null +++ b/app-crypt/gringotts/gringotts-1.2.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 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.2.ebuild,v 1.1 2002/12/06 03:31:59 leonardop Exp $ + +DESCRIPTION="Gringotts is a 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/" +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +RDEPEND=">=dev-libs/glib-2.0.6-r1 + >=x11-libs/gtk+-2.0.6-r1 + >=dev-libs/libmcrypt-2.5.1 + >=app-crypt/mhash-0.8.16" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.17 + >=dev-util/pkgconfig-0.12.0 + >=dev-libs/libgringotts-1.1.1" + +src_compile() { + econf || die "./configure failed" + emake || die "Compilation failed" +} + +src_install() { + einstall || die "Installation failed" + + dodoc AUTHORS BUGS ChangeLog COPYING TODO + + # These documents shouldn't be gzip'd, as they are read from the Help + # menu + #dodoc FAQ README +} |