diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | e34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch) | |
tree | 670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/hspell | |
parent | digest (diff) | |
download | gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2 gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip |
whitespace cleanup
Diffstat (limited to 'app-text/hspell')
-rw-r--r-- | app-text/hspell/Manifest | 4 | ||||
-rw-r--r-- | app-text/hspell/hspell-0.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/hspell/Manifest b/app-text/hspell/Manifest index 8d076c463b00..c848bb818de3 100644 --- a/app-text/hspell/Manifest +++ b/app-text/hspell/Manifest @@ -1,7 +1,7 @@ -MD5 ec13a3068670423a339299a698fa5113 hspell-0.4.ebuild 651 -MD5 ec19e42bf778bfc5536bf127d643f4cd hspell-0.6.ebuild 708 MD5 5530ef9cabbe8cffb4737b2f43b30b2f ChangeLog 683 +MD5 ec13a3068670423a339299a698fa5113 hspell-0.4.ebuild 651 MD5 fd0c9c33a55847b9ad262e879c4d4a5b hspell-0.5.ebuild 671 +MD5 3a6fecb46f39d6dfd1b236ce45503724 hspell-0.6.ebuild 706 MD5 a3add5004188510ae49094621f34b52b files/digest-hspell-0.4 61 MD5 d2366a1445d9b6dff132730b00319e58 files/digest-hspell-0.5 62 MD5 9487d61fb8e2cbe5b92a44f195d009ee files/digest-hspell-0.6 62 diff --git a/app-text/hspell/hspell-0.6.ebuild b/app-text/hspell/hspell-0.6.ebuild index a41a007edc3c..40da5a453f9c 100644 --- a/app-text/hspell/hspell-0.6.ebuild +++ b/app-text/hspell/hspell-0.6.ebuild @@ -1,6 +1,6 @@ # 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.6.ebuild,v 1.2 2003/08/15 18:42:33 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.6.ebuild,v 1.3 2003/09/05 22:37:21 msterret Exp $ DESCRIPTION="A Hebrew spell checker" HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" @@ -15,7 +15,7 @@ DEPEND=">=perl-5.6.1" src_compile() { mv Makefile Makefile.orig sed -e "s:/usr/local:/usr:" Makefile.orig > Makefile - + #emake b0rks build :/ make || die } |