diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-05-01 20:26:59 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-05-01 20:26:59 +0000 |
commit | 22c6beb2d7c3035b0a38b609a2efd1329ac7a45e (patch) | |
tree | af8cd2da754201d89388e6877d55d3f65da0a17e /app-crypt | |
parent | bump for Manifest (diff) | |
download | gentoo-2-22c6beb2d7c3035b0a38b609a2efd1329ac7a45e.tar.gz gentoo-2-22c6beb2d7c3035b0a38b609a2efd1329ac7a45e.tar.bz2 gentoo-2-22c6beb2d7c3035b0a38b609a2efd1329ac7a45e.zip |
bump for Manifest
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/mhash/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/mhash/mhash-0.8.18-r1.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/mhash/Manifest b/app-crypt/mhash/Manifest index 8102ab9d712f..cf82914d562f 100644 --- a/app-crypt/mhash/Manifest +++ b/app-crypt/mhash/Manifest @@ -1,4 +1,4 @@ -MD5 f7dc94ad4ac09ec8287b539ae21c19e4 mhash-0.8.18-r1.ebuild 873 +MD5 84258abbb1c53f64eed0622dfc0c4a5b mhash-0.8.18-r1.ebuild 873 MD5 1dcccd07b2220a781f7e5d51ffc78291 mhash-0.8.16.ebuild 708 MD5 82f0a65fe5985b751a1541c70322465a mhash-0.8.18.ebuild 795 MD5 10fc108364bdabffcb996a896fd11296 mhash-0.8.9.ebuild 685 diff --git a/app-crypt/mhash/mhash-0.8.18-r1.ebuild b/app-crypt/mhash/mhash-0.8.18-r1.ebuild index 9585f5583e84..9ad23628b1f4 100644 --- a/app-crypt/mhash/mhash-0.8.18-r1.ebuild +++ b/app-crypt/mhash/mhash-0.8.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.18-r1.ebuild,v 1.2 2003/05/01 20:14:12 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.18-r1.ebuild,v 1.3 2003/05/01 20:26:56 robbat2 Exp $ DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms." SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz" @@ -22,7 +22,6 @@ src_compile() { src_install() { dodir /usr/{bin,include,lib} - einstall || die "install failure" dodoc AUTHORS COPYING INSTALL NEWS README TODO THANKS ChangeLog |