summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTal Peer <coredumb@gentoo.org>2003-05-08 15:39:17 +0000
committerTal Peer <coredumb@gentoo.org>2003-05-08 15:39:17 +0000
commit34e4394995f7e1c2e4c863af4db777e70634f85d (patch)
tree57aba8839a1c29a072fc82e64c621b633614d83e /app-text/hspell
parentBumped version and moved to stable. (diff)
downloadhistorical-34e4394995f7e1c2e4c863af4db777e70634f85d.tar.gz
historical-34e4394995f7e1c2e4c863af4db777e70634f85d.tar.bz2
historical-34e4394995f7e1c2e4c863af4db777e70634f85d.zip
Bumped version and moved to stable.
Diffstat (limited to 'app-text/hspell')
-rw-r--r--app-text/hspell/Manifest4
-rw-r--r--app-text/hspell/files/digest-hspell-0.51
-rw-r--r--app-text/hspell/hspell-0.5.ebuild24
3 files changed, 27 insertions, 2 deletions
diff --git a/app-text/hspell/Manifest b/app-text/hspell/Manifest
index c6e9bad94d92..253923e8ee41 100644
--- a/app-text/hspell/Manifest
+++ b/app-text/hspell/Manifest
@@ -1,5 +1,5 @@
MD5 29b6ef7cdff2fc11d04580e364fdef06 hspell-0.4.ebuild 656
-MD5 a151e77304b422fcecb6a0fd3dbe249e ChangeLog 376
-MD5 29b6ef7cdff2fc11d04580e364fdef06 hspell-0.5.ebuild 656
+MD5 0ff6c2998e4e76f01ae95611d16430eb ChangeLog 485
+MD5 fd0c9c33a55847b9ad262e879c4d4a5b hspell-0.5.ebuild 671
MD5 a3add5004188510ae49094621f34b52b files/digest-hspell-0.4 61
MD5 d2366a1445d9b6dff132730b00319e58 files/digest-hspell-0.5 62
diff --git a/app-text/hspell/files/digest-hspell-0.5 b/app-text/hspell/files/digest-hspell-0.5
new file mode 100644
index 000000000000..ca28310a7fce
--- /dev/null
+++ b/app-text/hspell/files/digest-hspell-0.5
@@ -0,0 +1 @@
+MD5 d56a89702f24995bc18cb68b9c986520 hspell-0.5.tar.gz 116306
diff --git a/app-text/hspell/hspell-0.5.ebuild b/app-text/hspell/hspell-0.5.ebuild
new file mode 100644
index 000000000000..5d34a63062d0
--- /dev/null
+++ b/app-text/hspell/hspell-0.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.5.ebuild,v 1.1 2003/05/08 15:38:55 coredumb Exp $
+
+DESCRIPTION="A Hebrew spell checker"
+HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/"
+SRC_URI="http://ivrix.org.il/projects/spell-checker/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc sparc alpha"
+IUSE=""
+
+DEPEND=">=perl-5.6.1"
+
+src_compile() {
+ mv Makefile Makefile.orig
+ sed -e "s:/usr/local:/usr:" Makefile.orig > Makefile
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README TODO WHANTSNEW
+}