diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-05-08 15:39:17 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-05-08 15:39:17 +0000 |
commit | f85e3546eb2012bc4673efdc3f6a77b2e658bb27 (patch) | |
tree | caa16800f599f5ded6a3073c625666c4bfa96100 /app-text/hspell | |
parent | Bumped version and moved to stable. (diff) | |
download | gentoo-2-f85e3546eb2012bc4673efdc3f6a77b2e658bb27.tar.gz gentoo-2-f85e3546eb2012bc4673efdc3f6a77b2e658bb27.tar.bz2 gentoo-2-f85e3546eb2012bc4673efdc3f6a77b2e658bb27.zip |
Bumped version and moved to stable.
Diffstat (limited to 'app-text/hspell')
-rw-r--r-- | app-text/hspell/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/hspell/Manifest | 4 | ||||
-rw-r--r-- | app-text/hspell/files/digest-hspell-0.5 | 1 | ||||
-rw-r--r-- | app-text/hspell/hspell-0.5.ebuild | 24 |
4 files changed, 33 insertions, 3 deletions
diff --git a/app-text/hspell/ChangeLog b/app-text/hspell/ChangeLog index bf5366e2db0e..41dd6938ab05 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.1 2003/04/26 18:20:22 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.2 2003/05/08 15:38:55 coredumb Exp $ + +*hspell-0.5 (8 May 2003) + + 8 May 2003; Tal Peer <coredumb@gentoo.org> hspell-0.5.ebuild: + Bumped version. *hspell-0.4 (26 Apr 2003) 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 +} |