summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-22 02:06:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-22 02:06:48 +0000
commitb112e161beebe5312816ed1ef5ca5c180979c027 (patch)
tree7d3686b1d765645cdc29a8b71ef6408429cb574e /app-crypt/hashalot
parentm68k love (diff)
downloadhistorical-b112e161beebe5312816ed1ef5ca5c180979c027.tar.gz
historical-b112e161beebe5312816ed1ef5ca5c180979c027.tar.bz2
historical-b112e161beebe5312816ed1ef5ca5c180979c027.zip
m68k love
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r--app-crypt/hashalot/Manifest2
-rw-r--r--app-crypt/hashalot/hashalot-0.3.ebuild12
2 files changed, 5 insertions, 9 deletions
diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest
index 86a291b3a01f..ba2511b715e2 100644
--- a/app-crypt/hashalot/Manifest
+++ b/app-crypt/hashalot/Manifest
@@ -1,4 +1,4 @@
MD5 5ba8ea605ec7aad9aa2df8c721b1db52 ChangeLog 3069
-MD5 d73083f41dcfabf3dd823058ff4639e3 hashalot-0.3.ebuild 668
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 c5f1744f37719fffdc630fe82003378f hashalot-0.3.ebuild 591
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 21f2c6051a10..e096777d90db 100644
--- a/app-crypt/hashalot/hashalot-0.3.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# 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.12 2005/01/01 12:30:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.13 2005/05/22 02:06:48 vapier Exp $
DESCRIPTION="CryptoAPI utils"
HOMEPAGE="http://www.kerneli.org/"
@@ -8,19 +8,15 @@ SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-RDEPEND="virtual/libc"
-DEPEND="sys-apps/gawk
- sys-apps/grep
- virtual/libc
- sys-devel/gcc"
+DEPEND=""
src_test() {
make check-TESTS || die
}
src_install() {
- make DESTDIR=${D} install || die "install error"
+ make DESTDIR="${D}" install || die "install error"
}