diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 15:31:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 15:31:25 +0000 |
commit | 75a4f10e807076790e201c5f969644e5a2f5c256 (patch) | |
tree | ee9d1bb093e6be51af347a9db499163e87b4d968 /app-crypt/gringotts | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.tar.gz gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.tar.bz2 gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.zip |
repoman'd
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r-- | app-crypt/gringotts/files/digest-gringotts-0.5.5 | 1 | ||||
-rw-r--r-- | app-crypt/gringotts/files/digest-gringotts-0.5.6 | 1 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-0.5.5.ebuild | 49 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-0.5.6.ebuild | 49 | ||||
-rw-r--r-- | app-crypt/gringotts/gringotts-0.5.9.ebuild | 28 |
5 files changed, 7 insertions, 121 deletions
diff --git a/app-crypt/gringotts/files/digest-gringotts-0.5.5 b/app-crypt/gringotts/files/digest-gringotts-0.5.5 deleted file mode 100644 index 800dd648bd5d..000000000000 --- a/app-crypt/gringotts/files/digest-gringotts-0.5.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a4dcd8730109054869646b60fe2ed4b gringotts-0.5.5.tar.bz2 218496 diff --git a/app-crypt/gringotts/files/digest-gringotts-0.5.6 b/app-crypt/gringotts/files/digest-gringotts-0.5.6 deleted file mode 100644 index 39f6fef5d8bd..000000000000 --- a/app-crypt/gringotts/files/digest-gringotts-0.5.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 49b7c984bea816f8ae9edcbaa804640a gringotts-0.5.6.tar.bz2 218743 diff --git a/app-crypt/gringotts/gringotts-0.5.5.ebuild b/app-crypt/gringotts/gringotts-0.5.5.ebuild deleted file mode 100644 index 2db7ddfe677d..000000000000 --- a/app-crypt/gringotts/gringotts-0.5.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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.5.5.ebuild,v 1.1 2002/06/13 23:54:47 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" - - -RDEPEND=">=dev-libs/glib-2.0.3 - >=dev-libs/atk-1.0.2 - >=x11-libs/pango-1.0.2 - >=x11-libs/gtk+-2.0.3 - >=dev-libs/libmcrypt-2.4.19-r1 - >=app-crypt/mhash-0.8.16" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.17 - >=dev-util/pkgconfig-0.12.0" - -src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc COPYING ChangeLog README AUTHORS - -} - - - - - - - - - diff --git a/app-crypt/gringotts/gringotts-0.5.6.ebuild b/app-crypt/gringotts/gringotts-0.5.6.ebuild deleted file mode 100644 index 7d8b1c4a4d63..000000000000 --- a/app-crypt/gringotts/gringotts-0.5.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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.5.6.ebuild,v 1.1 2002/06/15 03:37:44 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" - - -RDEPEND=">=dev-libs/glib-2.0.3 - >=dev-libs/atk-1.0.2 - >=x11-libs/pango-1.0.2 - >=x11-libs/gtk+-2.0.3 - >=dev-libs/libmcrypt-2.4.19-r1 - >=app-crypt/mhash-0.8.16" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.17 - >=dev-util/pkgconfig-0.12.0" - -src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc COPYING ChangeLog README AUTHORS - -} - - - - - - - - - diff --git a/app-crypt/gringotts/gringotts-0.5.9.ebuild b/app-crypt/gringotts/gringotts-0.5.9.ebuild index 5b43094c7588..77d8d9947647 100644 --- a/app-crypt/gringotts/gringotts-0.5.9.ebuild +++ b/app-crypt/gringotts/gringotts-0.5.9.ebuild @@ -1,15 +1,15 @@ # 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.5.9.ebuild,v 1.1 2002/06/17 15:00:38 stroke Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.5.9.ebuild,v 1.2 2002/07/25 15:31:24 seemant 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.3 >=dev-libs/atk-1.0.2 @@ -23,27 +23,13 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die + econf || die - emake || die + emake || die } src_install() { + make DESTDIR=${D} install || die - make DESTDIR=${D} install || die - - dodoc COPYING ChangeLog README AUTHORS - + dodoc COPYING ChangeLog README AUTHORS } - - - - - - - - - |