summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-11-06 10:30:19 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-11-06 10:30:19 +0000
commita50acd2ee2149dc0f884789f534632f73f3e42e7 (patch)
treee652057b8386fb8eeab521f1f2edcda868514a35 /dev-libs/hashit
parentAdded patch from #52951 for shift-(up,down) single line scrolling. (diff)
downloadhistorical-a50acd2ee2149dc0f884789f534632f73f3e42e7.tar.gz
historical-a50acd2ee2149dc0f884789f534632f73f3e42e7.tar.bz2
historical-a50acd2ee2149dc0f884789f534632f73f3e42e7.zip
New homepage location. Removed old version.
Diffstat (limited to 'dev-libs/hashit')
-rw-r--r--dev-libs/hashit/ChangeLog6
-rw-r--r--dev-libs/hashit/files/digest-hashit-0.9.11
-rw-r--r--dev-libs/hashit/hashit-0.9.1.ebuild27
-rw-r--r--dev-libs/hashit/hashit-0.9.3.ebuild6
4 files changed, 8 insertions, 32 deletions
diff --git a/dev-libs/hashit/ChangeLog b/dev-libs/hashit/ChangeLog
index 330a49e72e7a..32413bd92465 100644
--- a/dev-libs/hashit/ChangeLog
+++ b/dev-libs/hashit/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2004/10/27 12:51:50 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/ChangeLog,v 1.5 2004/11/06 10:30:19 pyrania Exp $
+
+ 06 Nov 2004; <pyrania@gentoo.org> -hashit-0.9.1.ebuild,
+ hashit-0.9.3.ebuild:
+ New homepage location. Removed old version.
27 Oct 2004; <pyrania@gentoo.org> hashit-0.9.1.ebuild,
hashit-0.9.3.ebuild:
diff --git a/dev-libs/hashit/files/digest-hashit-0.9.1 b/dev-libs/hashit/files/digest-hashit-0.9.1
deleted file mode 100644
index 3cb57dfadd05..000000000000
--- a/dev-libs/hashit/files/digest-hashit-0.9.1
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 603943eb56ec..000000000000
--- a/dev-libs/hashit/hashit-0.9.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.5 2004/10/27 12:51:50 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 ~ppc"
-IUSE=""
-DEPEND="virtual/libc"
-
-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/hashit-0.9.3.ebuild b/dev-libs/hashit/hashit-0.9.3.ebuild
index 299dc0d38bef..ab7007032a6b 100644
--- a/dev-libs/hashit/hashit-0.9.3.ebuild
+++ b/dev-libs/hashit/hashit-0.9.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.3.ebuild,v 1.2 2004/10/27 12:51:50 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hashit/hashit-0.9.3.ebuild,v 1.3 2004/11/06 10:30:19 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"
+HOMEPAGE="http://www.pleyades.net/david/projects/"
+SRC_URI="http://www.pleyades.net/david/projects/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"