diff options
author | 2004-07-03 16:47:08 +0000 | |
---|---|---|
committer | 2004-07-03 16:47:08 +0000 | |
commit | 1f1ca34888d5c0dcb72d4b9cbb394037fe56f6f5 (patch) | |
tree | b7c0e672657a4aed4d2642aad0850f2bb4cac48b /dev-libs/hashit | |
parent | Mark stable on x86. (diff) | |
download | historical-1f1ca34888d5c0dcb72d4b9cbb394037fe56f6f5.tar.gz historical-1f1ca34888d5c0dcb72d4b9cbb394037fe56f6f5.tar.bz2 historical-1f1ca34888d5c0dcb72d4b9cbb394037fe56f6f5.zip |
Added to ~ppc
Diffstat (limited to 'dev-libs/hashit')
-rw-r--r-- | dev-libs/hashit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/hashit/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/hashit/hashit-0.9.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/hashit/ChangeLog b/dev-libs/hashit/ChangeLog index 62cdc1e97d06..e66af34b3813 100644 --- a/dev-libs/hashit/ChangeLog +++ b/dev-libs/hashit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/hashit # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.1 2004/07/03 12:07:05 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.2 2004/07/03 16:47:08 dholm Exp $ + + 03 Jul 2004; David Holm <dholm@gentoo.org> hashit-0.9.1.ebuild: + Added to ~ppc. *hashit-0.9.1 (03 Jul 2004) diff --git a/dev-libs/hashit/Manifest b/dev-libs/hashit/Manifest index 3a0ab97659e0..076e185ec3eb 100644 --- a/dev-libs/hashit/Manifest +++ b/dev-libs/hashit/Manifest @@ -1,4 +1,4 @@ -MD5 3686fc75d3fa6796a0093db0c216efa5 ChangeLog 242 -MD5 0386a052b12663689e5334dba43206e1 hashit-0.9.1.ebuild 806 +MD5 ccb7a3af60bb16521876fb3f6c52f129 ChangeLog 412 +MD5 ade045b10535fa666675057e379641d1 hashit-0.9.1.ebuild 907 MD5 b723de6800a17e425056e1639441e435 metadata.xml 223 MD5 a5232ad8a982aa4914c6bd7b3813791c files/digest-hashit-0.9.1 64 diff --git a/dev-libs/hashit/hashit-0.9.1.ebuild b/dev-libs/hashit/hashit-0.9.1.ebuild index e6d3f3ac480e..3d01ba773413 100644 --- a/dev-libs/hashit/hashit-0.9.1.ebuild +++ b/dev-libs/hashit/hashit-0.9.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.1.ebuild,v 1.1 2004/07/03 12:07:05 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.1.ebuild,v 1.2 2004/07/03 16:47:08 dholm Exp $ DESCRIPTION="Hashit is a library of generic hash tables that supports different collision handling methods with one common interface. Both data and keys can be of any type. It is small and easy to use." HOMEPAGE="http://www.pleyades.net/~davidge/projects/" SRC_URI="http://www.pleyades.net/~davidge/projects/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/glibc" RDEPEND="virtual/glibc" |