diff options
author | 2003-09-05 22:37:27 +0000 | |
---|---|---|
committer | 2003-09-05 22:37:27 +0000 | |
commit | 235c12eb61e7ea0773a7da494815aabea6de447b (patch) | |
tree | fcbb6dd43d436da6f03d530a95774df55869142e /app-text/ispell | |
parent | digest (diff) | |
download | historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.gz historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.bz2 historical-235c12eb61e7ea0773a7da494815aabea6de447b.zip |
whitespace cleanup
Diffstat (limited to 'app-text/ispell')
-rw-r--r-- | app-text/ispell/Manifest | 4 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r4.ebuild | 6 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r5.ebuild | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-text/ispell/Manifest b/app-text/ispell/Manifest index 857a95db2f24..fefd99dff5c1 100644 --- a/app-text/ispell/Manifest +++ b/app-text/ispell/Manifest @@ -1,6 +1,6 @@ MD5 39e4338a0c5e99b0ca8a42a7cfbfd8e4 ChangeLog 2714 -MD5 2599dea0f188c0d7a96a04962c16744a ispell-3.2.06-r4.ebuild 1462 -MD5 fce8008c117c80374c92061197ea8b1c ispell-3.2.06-r5.ebuild 1494 +MD5 7ee2c9b6c40e0fb51eaba3fcaf484e14 ispell-3.2.06-r4.ebuild 1463 +MD5 6d719950fc4283e5f61f086c611ef17a ispell-3.2.06-r5.ebuild 1491 MD5 f9c42a05f39a3308a690c96369f256f1 files/digest-ispell-3.2.06-r4 137 MD5 f9c42a05f39a3308a690c96369f256f1 files/digest-ispell-3.2.06-r5 137 MD5 76e85c717e3103ccdd49401f0930dd54 files/ispell-3.1.20.diff 51067 diff --git a/app-text/ispell/ispell-3.2.06-r4.ebuild b/app-text/ispell/ispell-3.2.06-r4.ebuild index 812c7ca7a371..77d524559390 100644 --- a/app-text/ispell/ispell-3.2.06-r4.ebuild +++ b/app-text/ispell/ispell-3.2.06-r4.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/ispell/ispell-3.2.06-r4.ebuild,v 1.9 2003/03/01 04:30:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r4.ebuild,v 1.10 2003/09/05 22:37:21 msterret Exp $ inherit eutils @@ -47,10 +47,10 @@ src_install() { make \ install || die "Installation Failed" - + rmdir ${D}/usr/share/man/man5 rmdir ${D}/usr/share/info - + dodoc Contributors README WISHES dosed ${D}/usr/share/man/man1/ispell.1 diff --git a/app-text/ispell/ispell-3.2.06-r5.ebuild b/app-text/ispell/ispell-3.2.06-r5.ebuild index 34d9043769b8..a960ab2b7e95 100644 --- a/app-text/ispell/ispell-3.2.06-r5.ebuild +++ b/app-text/ispell/ispell-3.2.06-r5.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/ispell/ispell-3.2.06-r5.ebuild,v 1.8 2003/07/31 20:44:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r5.ebuild,v 1.9 2003/09/05 22:37:22 msterret Exp $ inherit eutils @@ -34,7 +34,7 @@ src_compile() { -e "s:^\(MAN1DIR='\)\(.*\):\1${D}\2:" \ -e "s:^\(MAN4DIR='\)\(.*\):\1${D}\2:" \ < config.sh > config.sh.install - + make || die } @@ -49,10 +49,10 @@ src_install() { make \ install || die "Installation Failed" - + rmdir ${D}/usr/share/man/man5 rmdir ${D}/usr/share/info - + dodoc Contributors README WISHES dosed ${D}/usr/share/man/man1/ispell.1 |