summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-07-03 12:07:05 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-07-03 12:07:05 +0000
commit9a02a857fcdc9e5107991ead0914a3715a4132b3 (patch)
tree63b83a538165afef2cd5d47fd982077fa6eee69a /dev-libs/hashit
parenttypo fix (diff)
downloadgentoo-2-9a02a857fcdc9e5107991ead0914a3715a4132b3.tar.gz
gentoo-2-9a02a857fcdc9e5107991ead0914a3715a4132b3.tar.bz2
gentoo-2-9a02a857fcdc9e5107991ead0914a3715a4132b3.zip
Initial import. Closing bug #54087.
Diffstat (limited to 'dev-libs/hashit')
-rw-r--r--dev-libs/hashit/ChangeLog9
-rw-r--r--dev-libs/hashit/Manifest4
-rw-r--r--dev-libs/hashit/files/digest-hashit-0.9.11
-rw-r--r--dev-libs/hashit/hashit-0.9.1.ebuild28
-rw-r--r--dev-libs/hashit/metadata.xml8
5 files changed, 50 insertions, 0 deletions
diff --git a/dev-libs/hashit/ChangeLog b/dev-libs/hashit/ChangeLog
new file mode 100644
index 000000000000..62cdc1e97d06
--- /dev/null
+++ b/dev-libs/hashit/ChangeLog
@@ -0,0 +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 $
+
+*hashit-0.9.1 (03 Jul 2004)
+
+ 03 Jul 2004; <pyrania@gentoo.org> +hashit-0.9.1.ebuild:
+ Initial import. Closing bug #54087.
+
diff --git a/dev-libs/hashit/Manifest b/dev-libs/hashit/Manifest
new file mode 100644
index 000000000000..3a0ab97659e0
--- /dev/null
+++ b/dev-libs/hashit/Manifest
@@ -0,0 +1,4 @@
+MD5 3686fc75d3fa6796a0093db0c216efa5 ChangeLog 242
+MD5 0386a052b12663689e5334dba43206e1 hashit-0.9.1.ebuild 806
+MD5 b723de6800a17e425056e1639441e435 metadata.xml 223
+MD5 a5232ad8a982aa4914c6bd7b3813791c files/digest-hashit-0.9.1 64
diff --git a/dev-libs/hashit/files/digest-hashit-0.9.1 b/dev-libs/hashit/files/digest-hashit-0.9.1
new file mode 100644
index 000000000000..3cb57dfadd05
--- /dev/null
+++ b/dev-libs/hashit/files/digest-hashit-0.9.1
@@ -0,0 +1 @@
+MD5 49909ce7c6747661c900d6a7a5665507 hashit-0.9.1.tar.bz2 25637
diff --git a/dev-libs/hashit/hashit-0.9.1.ebuild b/dev-libs/hashit/hashit-0.9.1.ebuild
new file mode 100644
index 000000000000..e6d3f3ac480e
--- /dev/null
+++ b/dev-libs/hashit/hashit-0.9.1.ebuild
@@ -0,0 +1,28 @@
+# 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 $
+
+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"
+IUSE=""
+DEPEND="virtual/glibc"
+RDEPEND="virtual/glibc"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ ./0 --prefix=${D}/usr --infodir=${D}/usr/share/info:${D}/usr/X11R6/info
+}
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die "einstall failed"
+ dosym libhashit.so /usr/lib/libhashit.so.0
+}
diff --git a/dev-libs/hashit/metadata.xml b/dev-libs/hashit/metadata.xml
new file mode 100644
index 000000000000..961c45a60427
--- /dev/null
+++ b/dev-libs/hashit/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>pyrania@gentoo.org</email>
+</maintainer>
+</pkgmetadata>