summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-08-20 18:57:09 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-08-20 18:57:09 +0000
commit07a39afec2529b7468992fa211711172f656f2b6 (patch)
treeae0ffb1f353a13ab07b87a85b59f3960f769ea3c /app-crypt/gringotts
parentfixed digest (diff)
downloadhistorical-07a39afec2529b7468992fa211711172f656f2b6.tar.gz
historical-07a39afec2529b7468992fa211711172f656f2b6.tar.bz2
historical-07a39afec2529b7468992fa211711172f656f2b6.zip
Version bump
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r--app-crypt/gringotts/ChangeLog6
-rw-r--r--app-crypt/gringotts/files/digest-gringotts-0.6.21
-rw-r--r--app-crypt/gringotts/gringotts-0.6.2.ebuild33
3 files changed, 39 insertions, 1 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog
index 616439b92fc1..fbff70d32485 100644
--- a/app-crypt/gringotts/ChangeLog
+++ b/app-crypt/gringotts/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2002/08/16 16:18:20 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.5 2002/08/20 18:57:09 stroke Exp $
+
+*gringotts-0.6.2 (20 Aug 2002)
+ 20 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog :
+ Version bump.
*gringotts-0.6.1 (16 Aug 2002)
diff --git a/app-crypt/gringotts/files/digest-gringotts-0.6.2 b/app-crypt/gringotts/files/digest-gringotts-0.6.2
new file mode 100644
index 000000000000..e47d19f7477c
--- /dev/null
+++ b/app-crypt/gringotts/files/digest-gringotts-0.6.2
@@ -0,0 +1 @@
+MD5 56cc42e06e20ca9fb5bc316a5e0a22b6 gringotts-0.6.2.tar.bz2 213044
diff --git a/app-crypt/gringotts/gringotts-0.6.2.ebuild b/app-crypt/gringotts/gringotts-0.6.2.ebuild
new file mode 100644
index 000000000000..c652ac761647
--- /dev/null
+++ b/app-crypt/gringotts/gringotts-0.6.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.6.2.ebuild,v 1.1 2002/08/20 18:57:09 stroke Exp $
+
+S=${WORKDIR}/${P}
+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/"
+
+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"
+
+src_compile() {
+ econf || die
+
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc COPYING ChangeLog README AUTHORS
+}