diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 12:51:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-23 12:51:05 +0000 |
commit | c4babca970aeadc9b4991878757fefa42a350aae (patch) | |
tree | d3936a41ff99a6e714fceac15946364a50db4ca1 /app-text/aspell | |
parent | non-avi'd (diff) | |
download | historical-c4babca970aeadc9b4991878757fefa42a350aae.tar.gz historical-c4babca970aeadc9b4991878757fefa42a350aae.tar.bz2 historical-c4babca970aeadc9b4991878757fefa42a350aae.zip |
version bump to stable
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.ebuild | 58 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.50 | 1 |
3 files changed, 67 insertions, 1 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index 18529a3dbcef..c434ecbfc822 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/aspell # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.10 2002/08/23 09:51:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.11 2002/08/23 12:51:05 seemant Exp $ + +*aspell-0.50 (23 Aug 2002) + + 23 Aug 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.50.ebuild + files/digest-aspell-0.50 : + + Version bump to stable release. *aspell-0.50_pre20020815 (16 Aug 2002) diff --git a/app-text/aspell/aspell-0.50.ebuild b/app-text/aspell/aspell-0.50.ebuild new file mode 100644 index 000000000000..2086e6845c93 --- /dev/null +++ b/app-text/aspell/aspell-0.50.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.ebuild,v 1.1 2002/08/23 12:51:05 seemant Exp $ + +inherit libtool + +MY_P=${P/_pre/-} +S=${WORKDIR}/${MY_P} +DESCRIPTION="A spell checker replacement for ispell" +SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${P}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/aspell/index.html" + +DEPEND=">=sys-libs/ncurses-5.2" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86 ppc sparc sparc64" + +# +# These flags a reset here because too much optimisation can cause aspell's +# compilation process to break. Moreover, these must be set before ./configure +# otherwise it breaks again. A very fragile build process, really. +# +CXXFLAGS="-O2" +CFLAGS=${CXXFLAGS} + +src_compile() { + elibtoolize + + econf \ + --disable-static \ + --sysconfdir=/etc/aspell \ + --enable-docdir=/usr/share/doc/${PF} || die + + emake || die + +} + +src_install () { + + make DESTDIR=${D} install || die + cd ${D}/usr/share/doc/${P} + dohtml -r man-html + docinto text + dodoc man-text + cd ${S} + +# dosym /usr/lib/libpspell.so.15 /usr/lib/libpspell.so + + dodoc README* TODO + +} + +pkg_postinst() { + + einfo "You will need to install a dictionary now. Please choose an" + einfo "aspell-<LANG> dictionary from the app-i18n category" +} diff --git a/app-text/aspell/files/digest-aspell-0.50 b/app-text/aspell/files/digest-aspell-0.50 new file mode 100644 index 000000000000..db367927653e --- /dev/null +++ b/app-text/aspell/files/digest-aspell-0.50 @@ -0,0 +1 @@ +MD5 e8815a938bc2570eb9b5ffecc89a7dda aspell-0.50.tar.gz 915945 |