diff options
author | David Holm <dholm@gentoo.org> | 2004-09-03 00:59:20 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-09-03 00:59:20 +0000 |
commit | 0f846e9b9032209c83a2d78a9a2c420d88ae3e61 (patch) | |
tree | 2d253f72db2b08227eb36c9140ef2762030bf219 /app-crypt | |
parent | Added to ~ppc (diff) | |
download | historical-0f846e9b9032209c83a2d78a9a2c420d88ae3e61.tar.gz historical-0f846e9b9032209c83a2d78a9a2c420d88ae3e61.tar.bz2 historical-0f846e9b9032209c83a2d78a9a2c420d88ae3e61.zip |
Added to ~ppc
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashsum/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/hashsum/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/hashsum/hashsum-1.6.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/hashsum/ChangeLog b/app-crypt/hashsum/ChangeLog index 5e08c07abc7f..c0ed30da048f 100644 --- a/app-crypt/hashsum/ChangeLog +++ b/app-crypt/hashsum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/hashsum # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashsum/ChangeLog,v 1.2 2004/08/28 05:47:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashsum/ChangeLog,v 1.3 2004/09/03 00:59:20 dholm Exp $ + + 03 Sep 2004; David Holm <dholm@gentoo.org> hashsum-1.6.ebuild: + Added to ~ppc. 27 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> hashsum-1.6.ebuild: dep fix; tidy diff --git a/app-crypt/hashsum/Manifest b/app-crypt/hashsum/Manifest index b090f95e95ef..35efc2e9021a 100644 --- a/app-crypt/hashsum/Manifest +++ b/app-crypt/hashsum/Manifest @@ -1,4 +1,4 @@ -MD5 2f5249c17cd9a3b81cebf7668c615d7b ChangeLog 458 -MD5 25b0697a22adb9c5f96a4fba09d5fec1 hashsum-1.6.ebuild 1203 +MD5 594499b843a4ebfab7db6ad6908ed87f ChangeLog 537 +MD5 26adaff853f8b8dbfe66057b05fc8e3e hashsum-1.6.ebuild 1204 MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217 MD5 92f483cee202de6bd9deb9f8ae62d8ca files/digest-hashsum-1.6 63 diff --git a/app-crypt/hashsum/hashsum-1.6.ebuild b/app-crypt/hashsum/hashsum-1.6.ebuild index d89261beb565..74ab2923bd48 100644 --- a/app-crypt/hashsum/hashsum-1.6.ebuild +++ b/app-crypt/hashsum/hashsum-1.6.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/app-crypt/hashsum/hashsum-1.6.ebuild,v 1.2 2004/08/28 05:47:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashsum/hashsum-1.6.ebuild,v 1.3 2004/09/03 00:59:20 dholm Exp $ DESCRIPTION="Command line tool for advanced hashing algorithms" HOMEPAGE="http://www.certainkey.com/resources/hashsum.php" @@ -8,7 +8,7 @@ SRC_URI="http://www.certainkey.com/resources/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="doc" DEPEND="virtual/libc" |