summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad House <brad_mssw@gentoo.org>2003-12-03 03:03:02 +0000
committerBrad House <brad_mssw@gentoo.org>2003-12-03 03:03:02 +0000
commitcf9f5e48f0c7538e32c0a2fcba92474062121cc5 (patch)
tree13527ec8a7271a1d7cbbbce70757e8f00dfb3f9c /app-crypt
parentadding metadata (diff)
downloadgentoo-2-cf9f5e48f0c7538e32c0a2fcba92474062121cc5.tar.gz
gentoo-2-cf9f5e48f0c7538e32c0a2fcba92474062121cc5.tar.bz2
gentoo-2-cf9f5e48f0c7538e32c0a2fcba92474062121cc5.zip
make it install
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/hashalot/ChangeLog5
-rw-r--r--app-crypt/hashalot/Manifest4
-rw-r--r--app-crypt/hashalot/hashalot-0.1.0.ebuild16
3 files changed, 10 insertions, 15 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog
index 25bd4f1e4ad1..4ef15ebf4e35 100644
--- a/app-crypt/hashalot/ChangeLog
+++ b/app-crypt/hashalot/ChangeLog
@@ -1,6 +1,9 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.2 2003/12/03 03:02:59 brad_mssw Exp $
+
+ 02 Dec 2003; Brad House <brad_mssw@gentoo.org> hashalot-0.1.0.ebuild:
+ oops, didn't install properly
*hashalot-0.1.0 (02 Dec 2003)
diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest
index 3907bfe0bf2c..2a2751c4f447 100644
--- a/app-crypt/hashalot/Manifest
+++ b/app-crypt/hashalot/Manifest
@@ -1,3 +1,3 @@
-MD5 75ee7a8e4d42853294fa1b1d77aead85 hashalot-0.1.0.ebuild 671
-MD5 be2242f2a5a060e446be186afddcd49c ChangeLog 429
+MD5 05bba054e462968d16397041ba4d6dbb hashalot-0.1.0.ebuild 477
+MD5 916d2b8d1699facfdd8f08fef9006b5d ChangeLog 534
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 810c4a0bc0c7..276ad36d9d54 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-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 $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.2 2003/12/03 03:02:59 brad_mssw Exp $
DESCRIPTION="CryptoAPI utils"
HOMEPAGE="http://www.kerneli.org/"
@@ -10,14 +10,6 @@ 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
-#}
+src_install() {
+ einstall || die "install error"
+}