summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Veber <coronalvr@gentoo.org>2003-12-22 22:22:44 +0000
committerAlex Veber <coronalvr@gentoo.org>2003-12-22 22:22:44 +0000
commitf9e87d91d0f8edeec9b93a9460f93eaf5566709b (patch)
treeda02f5ba70ff271ed25c1f0b072d65c389ff68ab /app-text
parentVersion Bump. (diff)
downloadhistorical-f9e87d91d0f8edeec9b93a9460f93eaf5566709b.tar.gz
historical-f9e87d91d0f8edeec9b93a9460f93eaf5566709b.tar.bz2
historical-f9e87d91d0f8edeec9b93a9460f93eaf5566709b.zip
Version Bump.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/hspell/Manifest4
-rw-r--r--app-text/hspell/files/digest-hspell-0.71
-rw-r--r--app-text/hspell/hspell-0.7.ebuild27
3 files changed, 30 insertions, 2 deletions
diff --git a/app-text/hspell/Manifest b/app-text/hspell/Manifest
index 4584da39919e..f6f7704bae38 100644
--- a/app-text/hspell/Manifest
+++ b/app-text/hspell/Manifest
@@ -1,7 +1,7 @@
-MD5 bd98d52c2c8552b9d00523e46ec69e53 hspell-0.7.ebuild 716
+MD5 b41e42fd8f136278d3b6ef5b17545656 hspell-0.7.ebuild 717
MD5 ec13a3068670423a339299a698fa5113 hspell-0.4.ebuild 651
MD5 809fe6cf3589b238481d423f2dc5bd7e hspell-0.6.ebuild 712
-MD5 5530ef9cabbe8cffb4737b2f43b30b2f ChangeLog 683
+MD5 210daf25b6999854b4c560ccf1bd290a ChangeLog 795
MD5 5f66b70950879378d85d3b9371eb2725 metadata.xml 168
MD5 fd0c9c33a55847b9ad262e879c4d4a5b hspell-0.5.ebuild 671
MD5 a3add5004188510ae49094621f34b52b files/digest-hspell-0.4 61
diff --git a/app-text/hspell/files/digest-hspell-0.7 b/app-text/hspell/files/digest-hspell-0.7
new file mode 100644
index 000000000000..c80f2231148b
--- /dev/null
+++ b/app-text/hspell/files/digest-hspell-0.7
@@ -0,0 +1 @@
+MD5 c77f3563ad10f5c54dd5f573e12d30a8 hspell-0.7.tar.gz 175405
diff --git a/app-text/hspell/hspell-0.7.ebuild b/app-text/hspell/hspell-0.7.ebuild
new file mode 100644
index 000000000000..a3b648bc1c7e
--- /dev/null
+++ b/app-text/hspell/hspell-0.7.ebuild
@@ -0,0 +1,27 @@
+# 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.7.ebuild,v 1.1 2003/12/22 22:22:27 coronalvr 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"
+IUSE=""
+
+DEPEND=">=perl-5.6.1"
+
+src_compile() {
+ mv Makefile Makefile.orig
+ sed -e "s:/usr/local:/usr:" Makefile.orig > Makefile
+
+ #emake b0rks build :/
+ make linginfo || die
+}
+
+src_install() {
+ #einstall b0rks install :/
+ make DESTDIR=${D} install || die
+ dodoc README TODO WHANTSNEW
+}