summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTal Peer <coredumb@gentoo.org>2003-04-26 18:20:22 +0000
committerTal Peer <coredumb@gentoo.org>2003-04-26 18:20:22 +0000
commitabf4b27223a25be8cc97bac0239fc996d8cb64d4 (patch)
tree5bfb7aa7b42c376891a4bf2dc6d8c09acca47f51 /app-text
parentadd indent dep (diff)
downloadgentoo-2-abf4b27223a25be8cc97bac0239fc996d8cb64d4.tar.gz
gentoo-2-abf4b27223a25be8cc97bac0239fc996d8cb64d4.tar.bz2
gentoo-2-abf4b27223a25be8cc97bac0239fc996d8cb64d4.zip
Initial import, ebuild submitted by Alex Veber.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/hspell/ChangeLog9
-rw-r--r--app-text/hspell/Manifest2
-rw-r--r--app-text/hspell/files/digest-hspell-0.41
-rw-r--r--app-text/hspell/hspell-0.4.ebuild24
4 files changed, 36 insertions, 0 deletions
diff --git a/app-text/hspell/ChangeLog b/app-text/hspell/ChangeLog
new file mode 100644
index 000000000000..bf5366e2db0e
--- /dev/null
+++ b/app-text/hspell/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-text/hspell
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.1 2003/04/26 18:20:22 coredumb Exp $
+
+*hspell-0.4 (26 Apr 2003)
+
+ 26 Apr 2003; Tal Peer <coredumb@gentoo.org> hspell-0.4.ebuild:
+ Initial import. Ebuild submitted by Alex Veber <vibir@012.net.il>.
+
diff --git a/app-text/hspell/Manifest b/app-text/hspell/Manifest
new file mode 100644
index 000000000000..e695e68ba6eb
--- /dev/null
+++ b/app-text/hspell/Manifest
@@ -0,0 +1,2 @@
+MD5 36d6038b3b6996965446d17a1230b1b8 hspell-0.4.ebuild 558
+MD5 a3add5004188510ae49094621f34b52b files/digest-hspell-0.4 61
diff --git a/app-text/hspell/files/digest-hspell-0.4 b/app-text/hspell/files/digest-hspell-0.4
new file mode 100644
index 000000000000..c463c79bd927
--- /dev/null
+++ b/app-text/hspell/files/digest-hspell-0.4
@@ -0,0 +1 @@
+MD5 1ede349d43a2a5df4c1dce3c06c95918 hspell-0.4.tar.gz 99850
diff --git a/app-text/hspell/hspell-0.4.ebuild b/app-text/hspell/hspell-0.4.ebuild
new file mode 100644
index 000000000000..dcecc9d76ecf
--- /dev/null
+++ b/app-text/hspell/hspell-0.4.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.4.ebuild,v 1.1 2003/04/26 18:20:22 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"
+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
+}