diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-16 16:18:20 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-16 16:18:20 +0000 |
commit | d518dbd2c627bfb354f64c060a7fdeed55a7f265 (patch) | |
tree | 35eecb1bb68784401502281b644668e0408cf02e /app-crypt | |
parent | extra patches and toolbar icons (diff) | |
download | gentoo-2-d518dbd2c627bfb354f64c060a7fdeed55a7f265.tar.gz gentoo-2-d518dbd2c627bfb354f64c060a7fdeed55a7f265.tar.bz2 gentoo-2-d518dbd2c627bfb354f64c060a7fdeed55a7f265.zip |
New version and dependencies update.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gringotts/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/gringotts/files/digest-gringotts-0.6.1 | 1 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-0.6.1.ebuild | 33 |
3 files changed, 41 insertions, 1 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog index a67ffd6763bc..616439b92fc1 100644 --- a/app-crypt/gringotts/ChangeLog +++ b/app-crypt/gringotts/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2002/06/17 15:00:38 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.4 2002/08/16 16:18:20 stroke Exp $ + +*gringotts-0.6.1 (16 Aug 2002) + + 16 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog : + + New version and deps update. *gringotts-0.5.9 (17 Jun 2002) diff --git a/app-crypt/gringotts/files/digest-gringotts-0.6.1 b/app-crypt/gringotts/files/digest-gringotts-0.6.1 new file mode 100644 index 000000000000..9ff7823feefe --- /dev/null +++ b/app-crypt/gringotts/files/digest-gringotts-0.6.1 @@ -0,0 +1 @@ +MD5 ec6f2c16feb6997256004de47069966d gringotts-0.6.1.tar.bz2 212236 diff --git a/app-crypt/gringotts/gringotts-0.6.1.ebuild b/app-crypt/gringotts/gringotts-0.6.1.ebuild new file mode 100644 index 000000000000..eeddb3980b6f --- /dev/null +++ b/app-crypt/gringotts/gringotts-0.6.1.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.1.ebuild,v 1.1 2002/08/16 16:18:20 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 +} |