diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-12-03 03:03:02 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-12-03 03:03:02 +0000 |
commit | 0d41babfae5ee8888d2be1bb2b55ee199a8a8e63 (patch) | |
tree | 3dd63534dd12f3a1503243bfb0533a01a8d32404 /app-crypt/hashalot | |
parent | version bump (diff) | |
download | historical-0d41babfae5ee8888d2be1bb2b55ee199a8a8e63.tar.gz historical-0d41babfae5ee8888d2be1bb2b55ee199a8a8e63.tar.bz2 historical-0d41babfae5ee8888d2be1bb2b55ee199a8a8e63.zip |
make it install
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.1.0.ebuild | 16 |
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" +} |