diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 04:03:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 04:03:38 +0000 |
commit | 59e70743cc92b4299493d80da7ccd11bbfdb3c3b (patch) | |
tree | 1fcbf05e7425ca18392ac8d3997d57fa1ceb2678 /app-text/ispell | |
parent | New version (diff) | |
download | gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.gz gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.bz2 gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.zip |
cleanup
Diffstat (limited to 'app-text/ispell')
-rw-r--r-- | app-text/ispell/ispell-3.1.20-r1.ebuild | 43 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.1.20-r2.ebuild | 48 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.2.06.ebuild | 8 |
4 files changed, 49 insertions, 54 deletions
diff --git a/app-text/ispell/ispell-3.1.20-r1.ebuild b/app-text/ispell/ispell-3.1.20-r1.ebuild index 82fa4b8667ec..6666ffa3b7e0 100644 --- a/app-text/ispell/ispell-3.1.20-r1.ebuild +++ b/app-text/ispell/ispell-3.1.20-r1.ebuild @@ -1,46 +1,43 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.1.20-r1.ebuild,v 1.4 2001/08/16 23:19:35 lamer Exp $ +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.1.20-r1.ebuild,v 1.5 2002/04/28 03:59:29 seemant Exp $ -A=${P}.tar.gz S=${WORKDIR}/${PN}-3.1 DESCRIPTION="Ispell is a fast screen-oriented spelling checker" -SRC_URI="ftp://ftp.cs.ucla.edu/pub/ispell-3.1/${A}" +SRC_URI="ftp://ftp.cs.ucla.edu/pub/ispell-3.1/${P}.tar.gz" HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${P}.diff + unpack ${A} + cd ${S} + patch -p1 < ${FILESDIR}/${P}.diff } src_compile() { - export PATH=$PATH:$PWD - try make -f Makefile.Linux compile + export PATH=$PATH:$PWD + make -f Makefile.Linux compile || die } src_install () { - dobin buildhash findaffix icombine ijoin ispell \ - munchlist sq tryaffix unsq + dobin buildhash findaffix icombine ijoin ispell \ + munchlist sq tryaffix unsq - doman *.[1-5] - doinfo *.info + doman *.[1-5] + doinfo *.info - insinto /usr/share/emacs/site-lisp - doins ispell.el suse/*.el suse/emacs/*.el - - insinto /usr/lib/ispell - doins languages/{american,british}/*.{hash,med} - doins languages/english/english.aff - - dodoc Contributors README WISHES + insinto /usr/share/emacs/site-lisp + doins ispell.el suse/*.el suse/emacs/*.el + + insinto /usr/lib/ispell + doins languages/{american,british}/*.{hash,med} + doins languages/english/english.aff + dodoc Contributors README WISHES } - diff --git a/app-text/ispell/ispell-3.1.20-r2.ebuild b/app-text/ispell/ispell-3.1.20-r2.ebuild index 633a19920da5..2d5054ccb5d0 100644 --- a/app-text/ispell/ispell-3.1.20-r2.ebuild +++ b/app-text/ispell/ispell-3.1.20-r2.ebuild @@ -1,48 +1,46 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.1.20-r2.ebuild,v 1.1 2002/01/04 20:40:05 danarmak Exp $ +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.1.20-r2.ebuild,v 1.2 2002/04/28 03:59:29 seemant Exp $ -A=${P}.tar.gz S=${WORKDIR}/${PN}-3.1 DESCRIPTION="Ispell is a fast screen-oriented spelling checker" -SRC_URI="ftp://ftp.cs.ucla.edu/pub/ispell-3.1/${A}" +SRC_URI="ftp://ftp.cs.ucla.edu/pub/ispell-3.1/${P}.tar.gz" HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${P}.diff + unpack ${A} + cd ${S} + patch -p1 < ${FILESDIR}/${P}.diff } src_compile() { - export PATH=$PATH:$PWD - make -f Makefile.Linux compile || die + export PATH=$PATH:$PWD + make -f Makefile.Linux compile || die } src_install () { - dobin buildhash findaffix icombine ijoin ispell \ - munchlist sq tryaffix unsq + dobin buildhash findaffix icombine ijoin ispell \ + munchlist sq tryaffix unsq - doman *.[1-5] - doinfo *.info + doman *.[1-5] + doinfo *.info - insinto /usr/share/emacs/site-lisp - doins ispell.el suse/*.el suse/emacs/*.el - - insinto /usr/lib/ispell - doins languages/{american,british}/*.{hash,med} - doins languages/english/english.aff + insinto /usr/share/emacs/site-lisp + doins ispell.el suse/*.el suse/emacs/*.el + + insinto /usr/lib/ispell + doins languages/{american,british}/*.{hash,med} + doins languages/english/english.aff - dodoc Contributors README WISHES + dodoc Contributors README WISHES - cd ${D}/usr/lib/ispell - ${D}/usr/bin/buildhash english.med english.aff english.hash - -}
\ No newline at end of file + cd ${D}/usr/lib/ispell + ${D}/usr/bin/buildhash english.med english.aff english.hash +} diff --git a/app-text/ispell/ispell-3.2.06-r1.ebuild b/app-text/ispell/ispell-3.2.06-r1.ebuild index 73610316ba88..e730b5e88cea 100644 --- a/app-text/ispell/ispell-3.2.06-r1.ebuild +++ b/app-text/ispell/ispell-3.2.06-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r1.ebuild,v 1.2 2002/04/04 15:52:53 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r1.ebuild,v 1.3 2002/04/28 03:59:29 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" @@ -17,7 +17,7 @@ src_compile() { #Also allows user to edit local.h.gentoo for language preference cp ${FILESDIR}/local.h.gentoo ${S}/local.h - make all || die "Compile failed" + make || die } src_install() { diff --git a/app-text/ispell/ispell-3.2.06.ebuild b/app-text/ispell/ispell-3.2.06.ebuild index d073768a241e..8f60c34dccfb 100644 --- a/app-text/ispell/ispell-3.2.06.ebuild +++ b/app-text/ispell/ispell-3.2.06.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06.ebuild,v 1.2 2002/03/15 23:20:04 tod Exp $ +# Author: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06.ebuild,v 1.3 2002/04/28 03:59:29 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" @@ -17,7 +17,7 @@ src_compile() { #Also allows user to edit local.h.gentoo for language preference cp ${FILESDIR}/local.h.gentoo ${S}/local.h - make all || die "Compile failed" + make all || die "Compile failed" `` } |