diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-07-16 14:54:56 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-07-16 14:54:56 +0000 |
commit | 86fb43eb3b2ccff8c0580260d49996db7793d3e3 (patch) | |
tree | 538f34a4a8383319b88511f17dd88429c7e911f4 /app-crypt/hashalot | |
parent | Stable on hppa (diff) | |
download | historical-86fb43eb3b2ccff8c0580260d49996db7793d3e3.tar.gz historical-86fb43eb3b2ccff8c0580260d49996db7793d3e3.tar.bz2 historical-86fb43eb3b2ccff8c0580260d49996db7793d3e3.zip |
Stable on hppa
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.3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index a737725e27fa..66e7b61ec00a 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.21 2004/07/15 14:30:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.22 2004/07/16 14:54:56 gustavoz Exp $ + + 16 Jul 2004; Gustavo Zacarias <gustavoz@gentoo.org> hashalot-0.3.ebuild: + Stable on hppa 15 Jul 2004; Gustavo Zacarias <gustavoz@gentoo.org> hashalot-0.3.ebuild: Stable on sparc diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest index d9c736d9b32a..71ca3f923b11 100644 --- a/app-crypt/hashalot/Manifest +++ b/app-crypt/hashalot/Manifest @@ -1,8 +1,8 @@ -MD5 89b48438d192bdc6bdcbc29dd6352cb0 ChangeLog 2590 +MD5 96128336c920f03df0edf193f4781d78 ChangeLog 2683 MD5 cea6eab439933131e6b0ca290fbb8645 hashalot-0.1.0.ebuild 505 MD5 4f5d106dda88dd1db1bef700b1fecf50 hashalot-0.2.0.ebuild 494 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 cebd000028f102aeaa97932a9fbd2cc5 hashalot-0.3.ebuild 644 +MD5 9899314854b7c4f200b8c7973353e678 hashalot-0.3.ebuild 649 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 f75bb58b7074..4ed0179abb00 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.8 2004/07/15 14:30:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.9 2004/07/16 14:54:56 gustavoz 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 hppa" IUSE="" RDEPEND="virtual/libc" |