summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad House <brad_mssw@gentoo.org>2003-12-03 00:13:49 +0000
committerBrad House <brad_mssw@gentoo.org>2003-12-03 00:13:49 +0000
commit49f77701292f73f2a8964ab3e0e866492406722a (patch)
tree1d851e4fc9a55f0ad447f7b6ae1551585a4c0e62 /app-crypt/hashalot
parenthashalot initial (diff)
downloadgentoo-2-49f77701292f73f2a8964ab3e0e866492406722a.tar.gz
gentoo-2-49f77701292f73f2a8964ab3e0e866492406722a.tar.bz2
gentoo-2-49f77701292f73f2a8964ab3e0e866492406722a.zip
hashalot initial
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r--app-crypt/hashalot/ChangeLog10
-rw-r--r--app-crypt/hashalot/Manifest3
-rw-r--r--app-crypt/hashalot/files/digest-hashalot-0.1.01
-rw-r--r--app-crypt/hashalot/hashalot-0.1.0.ebuild23
4 files changed, 36 insertions, 1 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog
new file mode 100644
index 000000000000..25bd4f1e4ad1
--- /dev/null
+++ b/app-crypt/hashalot/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-crypt/hashalot
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.1 2003/12/03 00:13:46 brad_mssw Exp $
+
+*hashalot-0.1.0 (02 Dec 2003)
+
+ 02 Dec 2003; Brad House <brad_mssw@gentoo.org> hashalot-0.1.0.ebuild:
+ initial revision of hashalot helper app for
+ 2.6 kernel CryptoAPI, and util-linux-2.12 losetup patch
+
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
+#}