diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 03:22:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 03:22:22 +0000 |
commit | 813b415af76ce115497e11e482acfa4c297c2a5d (patch) | |
tree | abdd6c182ecc14b2ffb0c9b07366d9c79f56c916 /app-crypt | |
parent | sync IUSE (+X), add sed-4 dep (diff) | |
download | historical-813b415af76ce115497e11e482acfa4c297c2a5d.tar.gz historical-813b415af76ce115497e11e482acfa4c297c2a5d.tar.bz2 historical-813b415af76ce115497e11e482acfa4c297c2a5d.zip |
stable on x86, alpha, ia64
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashalot/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/hashalot/Manifest | 16 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.3.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index 70102a05eb6b..9de8b316e283 100644 --- a/app-crypt/hashalot/ChangeLog +++ b/app-crypt/hashalot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/hashalot # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.17 2004/06/24 21:32:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.18 2004/06/30 03:22:22 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> hashalot-0.3.ebuild: + stable on x86, alpha, ia64 14 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> hashalot-0.2.0.ebuild: Stable on hppa diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest index 1a732dffbabb..81c5eb085738 100644 --- a/app-crypt/hashalot/Manifest +++ b/app-crypt/hashalot/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 244cd04cc6dfbe206bc108063b164609 ChangeLog 2234 MD5 cea6eab439933131e6b0ca290fbb8645 hashalot-0.1.0.ebuild 505 +MD5 71f634ae7042331c00100f7a3a0e639e hashalot-0.3.ebuild 647 MD5 4f5d106dda88dd1db1bef700b1fecf50 hashalot-0.2.0.ebuild 494 +MD5 58be72fa398a63a7a9dae590bc394c8f ChangeLog 2335 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 0d8aa6a48154a73a102647862d0d2963 hashalot-0.3.ebuild 648 +MD5 953187b11e11507c234b05f48ad8d953 files/digest-hashalot-0.3 63 MD5 d6246fcf94994932fe9833e67abc7931 files/digest-hashalot-0.1.0 65 MD5 5d200800acbba240ce3762c3c0aa0d65 files/digest-hashalot-0.2.0 65 -MD5 953187b11e11507c234b05f48ad8d953 files/digest-hashalot-0.3 63 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA3zygHTu7gpaalycRAjinAKCbrqmdbYATcIiiFOXFFsatyn7/fgCfW31g -F8LN3hs4yghYeQgvWIN3D34= -=9TNy ------END PGP SIGNATURE----- diff --git a/app-crypt/hashalot/hashalot-0.3.ebuild b/app-crypt/hashalot/hashalot-0.3.ebuild index 7812b47d726e..d63d80bdfa67 100644 --- a/app-crypt/hashalot/hashalot-0.3.ebuild +++ b/app-crypt/hashalot/hashalot-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.4 2004/06/27 21:30:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.5 2004/06/30 03:22:22 agriffis Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips ~alpha ~arm ~amd64 ~ia64" +KEYWORDS="x86 ~sparc ~mips alpha ~arm ~amd64 ia64" IUSE="" RDEPEND="virtual/libc" |