diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-12-03 00:13:49 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-12-03 00:13:49 +0000 |
commit | 76734ad524e0fa55de109faccef2a38b9c031801 (patch) | |
tree | 077ff41c2a8519d59a2bc6af3bceb5f7e2d69ad5 /app-crypt/hashalot | |
parent | hashalot initial (diff) | |
download | historical-76734ad524e0fa55de109faccef2a38b9c031801.tar.gz historical-76734ad524e0fa55de109faccef2a38b9c031801.tar.bz2 historical-76734ad524e0fa55de109faccef2a38b9c031801.zip |
hashalot initial
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r-- | app-crypt/hashalot/Manifest | 3 | ||||
-rw-r--r-- | app-crypt/hashalot/files/digest-hashalot-0.1.0 | 1 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.1.0.ebuild | 23 |
3 files changed, 26 insertions, 1 deletions
diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest index aa538362e331..3907bfe0bf2c 100644 --- a/app-crypt/hashalot/Manifest +++ b/app-crypt/hashalot/Manifest @@ -1,2 +1,3 @@ -MD5 10a87fedc211c21c58dc756dfed91c41 hashalot-0.1.0.ebuild 566 +MD5 75ee7a8e4d42853294fa1b1d77aead85 hashalot-0.1.0.ebuild 671 +MD5 be2242f2a5a060e446be186afddcd49c ChangeLog 429 MD5 d6246fcf94994932fe9833e67abc7931 files/digest-hashalot-0.1.0 65 diff --git a/app-crypt/hashalot/files/digest-hashalot-0.1.0 b/app-crypt/hashalot/files/digest-hashalot-0.1.0 new file mode 100644 index 000000000000..e2afb6fcdb0a --- /dev/null +++ b/app-crypt/hashalot/files/digest-hashalot-0.1.0 @@ -0,0 +1 @@ +MD5 d7c61484b57ed2653ee549483754c653 hashalot-0.1.0.tar.gz 74489 diff --git a/app-crypt/hashalot/hashalot-0.1.0.ebuild b/app-crypt/hashalot/hashalot-0.1.0.ebuild new file mode 100644 index 000000000000..810c4a0bc0c7 --- /dev/null +++ b/app-crypt/hashalot/hashalot-0.1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 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.1 2003/12/03 00:13:46 brad_mssw Exp $ + +DESCRIPTION="CryptoAPI utils" +HOMEPAGE="http://www.kerneli.org/" +SRC_URI="http://www.stwing.org/~sluskyb/util-linux/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" + +#src_compile() { +# local myconf +# use nls || myconf="--disable-nls" +# econf ${myconf} || die "configure error" +# emake || die "make error" +#} + +#src_install() { +# einstall || die "install error" +# dodoc README NEWS AUTHORS COPYING THANKS TODO +#} |