diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 14:17:42 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 14:17:42 +0000 |
commit | 6e10589d01fe9f0facb8011617e4db9077eac607 (patch) | |
tree | 62701b7e43fd0ad71fd199b2d87be07d986bb9f9 /app-crypt/hashalot | |
parent | new release (diff) | |
download | historical-6e10589d01fe9f0facb8011617e4db9077eac607.tar.gz historical-6e10589d01fe9f0facb8011617e4db9077eac607.tar.bz2 historical-6e10589d01fe9f0facb8011617e4db9077eac607.zip |
Stable on alpha.
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r-- | app-crypt/hashalot/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/hashalot/Manifest | 6 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.2.0.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index 44561e7d9f8f..8c79fc01f9ef 100644 --- a/app-crypt/hashalot/ChangeLog +++ b/app-crypt/hashalot/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2004/04/01 07:02:18 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.10 2004/05/04 14:17:42 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> hashalot-0.1.0.ebuild, + hashalot-0.2.0.ebuild: + Stable on alpha. 01 Apr 2004; Jon Portnoy <avenj@gentoo.org> hashalot-0.1.0.ebuild : Stable on AMD64 diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest index 451bbe5d9281..06e9ab16a260 100644 --- a/app-crypt/hashalot/Manifest +++ b/app-crypt/hashalot/Manifest @@ -1,5 +1,5 @@ -MD5 75ca4bac35184a51b15fbd5bc1645ae0 hashalot-0.1.0.ebuild 502 -MD5 9cbf5fc370023b0decb56818a8f64bd4 hashalot-0.2.0.ebuild 493 -MD5 c70839f5731e95e0cf38a144082c34cf ChangeLog 1409 +MD5 6c69a443aa6178b5431d13082265bf20 hashalot-0.1.0.ebuild 504 +MD5 646494092bef0d351898f077f713a68b ChangeLog 1531 +MD5 a8a5fe069f9d14d1a2131464d232e9e9 hashalot-0.2.0.ebuild 492 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 276a83d7efe7..94eb5b8d2180 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.13 2004/04/01 07:02:18 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.14 2004/05/04 14:17:42 kloeri 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" diff --git a/app-crypt/hashalot/hashalot-0.2.0.ebuild b/app-crypt/hashalot/hashalot-0.2.0.ebuild index a991cecd417a..094ad8532459 100644 --- a/app-crypt/hashalot/hashalot-0.2.0.ebuild +++ b/app-crypt/hashalot/hashalot-0.2.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.2.0.ebuild,v 1.3 2004/04/27 04:50:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.2.0.ebuild,v 1.4 2004/05/04 14:17:42 kloeri 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 ~sparc ~mips ~alpha arm ~ia64" +KEYWORDS="~x86 ~sparc ~mips alpha arm ~ia64" IUSE="" src_install() { |