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
commitd1b61a45bfe9f52a6c9a0ff7e52b8440d068f0b0 (patch)
tree90d76a8e3919a88d14bc628198e631c46b60e168 /app-text/hspell
parentVersion Bump. (diff)
downloadgentoo-2-d1b61a45bfe9f52a6c9a0ff7e52b8440d068f0b0.tar.gz
gentoo-2-d1b61a45bfe9f52a6c9a0ff7e52b8440d068f0b0.tar.bz2
gentoo-2-d1b61a45bfe9f52a6c9a0ff7e52b8440d068f0b0.zip
Version Bump.
Diffstat (limited to 'app-text/hspell')
-rw-r--r--app-text/hspell/ChangeLog7
-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
4 files changed, 36 insertions, 3 deletions
diff --git a/app-text/hspell/ChangeLog b/app-text/hspell/ChangeLog
index e8b2fbd21556..1c0ba7f7a606 100644
--- a/app-text/hspell/ChangeLog
+++ b/app-text/hspell/ChangeLog
@@ -1,6 +1,11 @@
# 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.4 2003/08/15 18:42:33 coronalvr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.5 2003/12/22 22:22:27 coronalvr Exp $
+
+*hspell-0.7 (23 Dec 2003)
+
+ 23 Dec 2003; Alex Veber <coronalvr@gentoo.org> hspell-0.7.ebuild:
+ Version Bump.
15 Aug 2003; Alex Veber <coronalvr@gentoo.org> hspell-0.6.ebuild:
move to stable
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
+}