diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-04-01 07:02:18 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-04-01 07:02:18 +0000 |
commit | e181c3146588c6089d31872d64c2fc55be16eefd (patch) | |
tree | fe2ac5552ee985c69c0dba2f75ebb18d1eca6881 /app-crypt/hashalot | |
parent | touchups (diff) | |
download | historical-e181c3146588c6089d31872d64c2fc55be16eefd.tar.gz historical-e181c3146588c6089d31872d64c2fc55be16eefd.tar.bz2 historical-e181c3146588c6089d31872d64c2fc55be16eefd.zip |
Stable on AMD64
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r-- | app-crypt/hashalot/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/hashalot/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.1.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index e0341745fa0b..44561e7d9f8f 100644 --- a/app-crypt/hashalot/ChangeLog +++ b/app-crypt/hashalot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/hashalot # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.8 2004/03/10 15:48:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.9 2004/04/01 07:02:18 avenj Exp $ + + 01 Apr 2004; Jon Portnoy <avenj@gentoo.org> hashalot-0.1.0.ebuild : + Stable on AMD64 10 Mar 2004; <agriffis@gentoo.org> hashalot-0.1.0.ebuild, hashalot-0.2.0.ebuild: diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest index edc5c727e786..6e9412b7d059 100644 --- a/app-crypt/hashalot/Manifest +++ b/app-crypt/hashalot/Manifest @@ -1,5 +1,5 @@ -MD5 4077f2e1ee23784bd71fd303261c0217 hashalot-0.1.0.ebuild 506 -MD5 2c759d0b1d05edce9a51b19e2574193d ChangeLog 1323 +MD5 c70839f5731e95e0cf38a144082c34cf ChangeLog 1409 +MD5 75ca4bac35184a51b15fbd5bc1645ae0 hashalot-0.1.0.ebuild 502 MD5 8eb4308f8d3f4089a9bae029e5bec3a7 hashalot-0.2.0.ebuild 483 MD5 d6246fcf94994932fe9833e67abc7931 files/digest-hashalot-0.1.0 65 MD5 5d200800acbba240ce3762c3c0aa0d65 files/digest-hashalot-0.2.0 65 diff --git a/app-crypt/hashalot/hashalot-0.1.0.ebuild b/app-crypt/hashalot/hashalot-0.1.0.ebuild index 4e6fe909173b..276a83d7efe7 100644 --- a/app-crypt/hashalot/hashalot-0.1.0.ebuild +++ b/app-crypt/hashalot/hashalot-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.12 2004/03/10 15:48:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.13 2004/04/01 07:02:18 avenj Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.stwing.org/~sluskyb/util-linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ppc sparc hppa ia64 mips alpha ppc64 s390" +KEYWORDS="x86 amd64 ppc sparc hppa ia64 mips alpha ppc64 s390" src_install() { einstall || die "install error" |