summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-13 00:24:25 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-13 00:24:25 +0000
commitb1e19f9a86bceb893c9f90fa3d1c7c5b18303258 (patch)
treebfd331d5ad475e534f1d6da03b42441138a0f580 /app-crypt/hashalot
parentstable on ppc64 (diff)
downloadhistorical-b1e19f9a86bceb893c9f90fa3d1c7c5b18303258.tar.gz
historical-b1e19f9a86bceb893c9f90fa3d1c7c5b18303258.tar.bz2
historical-b1e19f9a86bceb893c9f90fa3d1c7c5b18303258.zip
fix on install
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r--app-crypt/hashalot/ChangeLog5
-rw-r--r--app-crypt/hashalot/Manifest4
-rw-r--r--app-crypt/hashalot/hashalot-0.3.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog
index e6cb17aa2f4f..f0c8d9b53562 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.14 2004/06/13 00:10:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.15 2004/06/13 00:24:25 dragonheart Exp $
+
+ 13 Jun 2004; Daniel Black <dragonheart@gentoo.org> hashalot-0.3.ebuild:
+ fix on install
*hashalot-0.3 (13 Jun 2004)
diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest
index 0b699f94a354..138d82cd980e 100644
--- a/app-crypt/hashalot/Manifest
+++ b/app-crypt/hashalot/Manifest
@@ -1,8 +1,8 @@
-MD5 809475ac1130ee3d1ff8af17b4f898ca ChangeLog 2058
+MD5 8c4d1eebf742d93f52293c376712233f ChangeLog 2150
MD5 2d6f196fa719f83c812d8c71ab7cab96 hashalot-0.1.0.ebuild 516
MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
MD5 b7a12c488b5d977ee0f66cd910c43337 hashalot-0.2.0.ebuild 497
-MD5 864bcd2a79447b8ac9ddb6483dbaba66 hashalot-0.3.ebuild 659
+MD5 a50bb7c1b0c5962a31cc5ee6e22edc21 hashalot-0.3.ebuild 667
MD5 d6246fcf94994932fe9833e67abc7931 files/digest-hashalot-0.1.0 65
MD5 5d200800acbba240ce3762c3c0aa0d65 files/digest-hashalot-0.2.0 65
MD5 953187b11e11507c234b05f48ad8d953 files/digest-hashalot-0.3 63
diff --git a/app-crypt/hashalot/hashalot-0.3.ebuild b/app-crypt/hashalot/hashalot-0.3.ebuild
index 44a8c8ac36fa..fba71fe24ec5 100644
--- a/app-crypt/hashalot/hashalot-0.3.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3.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.3.ebuild,v 1.1 2004/06/13 00:10:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.2 2004/06/13 00:24:25 dragonheart Exp $
DESCRIPTION="CryptoAPI utils"
HOMEPAGE="http://www.kerneli.org/"
@@ -24,6 +24,6 @@ src_test() {
}
src_install() {
- emake DESTDIR=${D} || die "install error"
+ emake DESTDIR=${D} install || die "install error"
}