summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-10-02 11:13:59 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-10-02 11:13:59 +0000
commit772d1360624e5721411c201f4c0189952fd9c035 (patch)
treed67d642516516cf5f25d30fe9934629162516523 /net-misc/hashcash
parentstable on ppc gsla bug: 64632 (Manifest recommit) (diff)
downloadgentoo-2-772d1360624e5721411c201f4c0189952fd9c035.tar.gz
gentoo-2-772d1360624e5721411c201f4c0189952fd9c035.tar.bz2
gentoo-2-772d1360624e5721411c201f4c0189952fd9c035.zip
Move binary to /usr/bin and bump to stable.
Diffstat (limited to 'net-misc/hashcash')
-rw-r--r--net-misc/hashcash/ChangeLog5
-rw-r--r--net-misc/hashcash/hashcash-1.02.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/hashcash/ChangeLog b/net-misc/hashcash/ChangeLog
index ba04b1b34b5f..c31947efb756 100644
--- a/net-misc/hashcash/ChangeLog
+++ b/net-misc/hashcash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/hashcash
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hashcash/ChangeLog,v 1.6 2004/08/30 12:59:02 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hashcash/ChangeLog,v 1.7 2004/10/02 11:13:59 kloeri Exp $
+
+ 02 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> hashcash-1.02.ebuild:
+ Move binary to /usr/bin and bump to stable.
30 Aug 2004; David Holm <dholm@gentoo.org> hashcash-1.02.ebuild:
Added to ~ppc.
diff --git a/net-misc/hashcash/hashcash-1.02.ebuild b/net-misc/hashcash/hashcash-1.02.ebuild
index 59e5e90afe65..d352963aa625 100644
--- a/net-misc/hashcash/hashcash-1.02.ebuild
+++ b/net-misc/hashcash/hashcash-1.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hashcash/hashcash-1.02.ebuild,v 1.2 2004/08/30 12:59:02 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hashcash/hashcash-1.02.ebuild,v 1.3 2004/10/02 11:13:59 kloeri Exp $
IUSE=""
DESCRIPTION="Utility to generate hashcash tokens"
@@ -9,7 +9,7 @@ SRC_URI="http://www.hashcash.org/source/${P}.tgz"
LICENSE="CPL-1.0"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
DEPEND="virtual/libc"
RDEPEND=""
@@ -25,6 +25,6 @@ src_compile() {
}
src_install() {
- dosbin hashcash
+ dobin hashcash
doman hashcash.1 sha1.1
}