diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-07 19:51:47 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-07 19:51:47 +0000 |
commit | 9d4b0364abe42e8b28688b719bcbbfed92a87677 (patch) | |
tree | 1c4f919b5ed4d78d867ec3315d88a7c9b26db2da /app-crypt/hashalot | |
parent | stable on amd64 (diff) | |
download | historical-9d4b0364abe42e8b28688b719bcbbfed92a87677.tar.gz historical-9d4b0364abe42e8b28688b719bcbbfed92a87677.tar.bz2 historical-9d4b0364abe42e8b28688b719bcbbfed92a87677.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 | 6 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.3.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index 8af41713071f..2300a2b6227a 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.19 2004/07/06 23:49:39 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.20 2004/07/07 19:51:47 lv Exp $ + + 07 Jul 2004; Travis Tilley <lv@gentoo.org> hashalot-0.3.ebuild: + stable on amd64 06 Jul 2004; Joshua Kinard <kumba@gentoo.org> : Marked stable on mips. diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest index 943ba2d230a6..adee94d9a899 100644 --- a/app-crypt/hashalot/Manifest +++ b/app-crypt/hashalot/Manifest @@ -1,8 +1,8 @@ -MD5 d4756603152613e0064685ede38f62af ChangeLog 2408 MD5 cea6eab439933131e6b0ca290fbb8645 hashalot-0.1.0.ebuild 505 +MD5 f2dff607624e3042e9ac6c89f67af4a1 hashalot-0.3.ebuild 639 MD5 4f5d106dda88dd1db1bef700b1fecf50 hashalot-0.2.0.ebuild 494 -MD5 b9bca628b9c57963a8ddea6b4e53acf2 hashalot-0.3.ebuild 643 +MD5 1b262615570dab3d9052ab3c231439ed ChangeLog 2490 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +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 diff --git a/app-crypt/hashalot/hashalot-0.3.ebuild b/app-crypt/hashalot/hashalot-0.3.ebuild index 255074d1ffd5..86f1d0120590 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.6 2004/07/06 23:49:39 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.7 2004/07/07 19:51:47 lv 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" |