diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-02-09 20:48:48 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-02-09 20:48:48 +0000 |
commit | f38cef78396760aa9dd354175b55a1bca6b3b706 (patch) | |
tree | 3b7ad07eb819081729ffe2bc2824edd9b9b6e625 /app-crypt | |
parent | stable on sparc (diff) | |
download | historical-f38cef78396760aa9dd354175b55a1bca6b3b706.tar.gz historical-f38cef78396760aa9dd354175b55a1bca6b3b706.tar.bz2 historical-f38cef78396760aa9dd354175b55a1bca6b3b706.zip |
stable on hppa
Diffstat (limited to 'app-crypt')
-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 588278445dea..5961d5cab8a7 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.5 2004/02/09 20:40:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.6 2004/02/09 20:48:48 gustavoz Exp $ + + 09 Feb 2004; <gustavoz@gentoo.org> hashalot-0.1.0.ebuild: + stable on hppa 09 Feb 2004; <gustavoz@gentoo.org> hashalot-0.1.0.ebuild: stable on sparc diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest index c579cef94c45..c5e102b5b9eb 100644 --- a/app-crypt/hashalot/Manifest +++ b/app-crypt/hashalot/Manifest @@ -1,3 +1,3 @@ -MD5 ed441bc028ba4e541ff01bf815b8a064 ChangeLog 838 -MD5 d08ea87dfb8f91e03f9804dc723c222c hashalot-0.1.0.ebuild 509 +MD5 db8d017ae1e61a887a268a95f8f5fecd ChangeLog 916 +MD5 53e49818853bc36885e041f56885590b hashalot-0.1.0.ebuild 508 MD5 d6246fcf94994932fe9833e67abc7931 files/digest-hashalot-0.1.0 65 diff --git a/app-crypt/hashalot/hashalot-0.1.0.ebuild b/app-crypt/hashalot/hashalot-0.1.0.ebuild index 42ae5ce0d26d..e9a8f94f88e0 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.7 2004/02/09 20:40:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.8 2004/02/09 20:48:48 gustavoz 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 ~arm ~alpha ppc64" +KEYWORDS="x86 ~amd64 ppc sparc hppa ~ia64 ~mips ~arm ~alpha ppc64" src_install() { einstall || die "install error" |