diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-10-28 22:28:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-10-28 22:28:22 +0000 |
commit | 1ee9ded52977b1d9b314bb53281c70725162852b (patch) | |
tree | 6fd28f5daa81c1ae2e967064b38fb65d816e60c5 /app-text/aspell | |
parent | version bump (diff) | |
download | historical-1ee9ded52977b1d9b314bb53281c70725162852b.tar.gz historical-1ee9ded52977b1d9b314bb53281c70725162852b.tar.bz2 historical-1ee9ded52977b1d9b314bb53281c70725162852b.zip |
version bump
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/Manifest | 4 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.4.1.ebuild | 63 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.50.4.1 | 1 |
3 files changed, 66 insertions, 2 deletions
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index d66c43f3a7ef..2508df63ef60 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,6 +1,6 @@ MD5 e04e4e87f5d0511c429244ea515c24f7 aspell-0.50.3.ebuild 1481 -MD5 f28e72ad58217f879d096a0cb4efa1b7 aspell-0.50.4.1.ebuild 1385 -MD5 516fea1d8e1524f84ffc01397d807a06 ChangeLog 5232 +MD5 3c8dd544580460bfa911b3cbba9e2b6f aspell-0.50.4.1.ebuild 1434 +MD5 54a9cd84300c845073ffe0c8f2ec3b6b ChangeLog 5410 MD5 b266f4134f47fc1c8152daa6d4276f26 files/digest-aspell-0.50.3 65 MD5 9d6c4f620a419b9ef08ddaf327adff75 files/digest-aspell-0.50.4.1 67 MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 diff --git a/app-text/aspell/aspell-0.50.4.1.ebuild b/app-text/aspell/aspell-0.50.4.1.ebuild new file mode 100644 index 000000000000..6333731b9daa --- /dev/null +++ b/app-text/aspell/aspell-0.50.4.1.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2003 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.4.1.ebuild,v 1.1 2003/10/28 22:28:20 seemant Exp $ + +inherit libtool + +DESCRIPTION="A spell checker replacement for ispell" +HOMEPAGE="http://aspell.net/" +SRC_URI="${HOMEPAGE}${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~amd64 ~ia64" + +DEPEND=">=sys-libs/ncurses-5.2" + +pkg_setup() { + if [ ${ARCH} = "ppc" ] ; then + CXXFLAGS="-O2 -fsigned-char" + CFLAGS=${CXXFLAGS} + fi +} + +src_compile() { + epatch ${FILESDIR}/01-gcc3.3-assert.patch + + elibtoolize --reverse-deps + + 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 + rm -rf man-html + docinto text + dodoc man-text + rm -rf man-text + cd ${S} + + dodoc README* TODO + + cd examples + make clean || die + cd ${S} + + docinto examples + dodoc examples/* +} + +pkg_postinst() { + einfo "You will need to install a dictionary now. Please choose an" + einfo "aspell-<LANG> dictionary from the app-dicts category" + einfo "After installing an aspell dictionary for your language(s)," + einfo "You may use the aspell-import utility to import your personal" + einfo "dictionaries from ispell, pspell and the older aspell" +} diff --git a/app-text/aspell/files/digest-aspell-0.50.4.1 b/app-text/aspell/files/digest-aspell-0.50.4.1 new file mode 100644 index 000000000000..004a36b845b7 --- /dev/null +++ b/app-text/aspell/files/digest-aspell-0.50.4.1 @@ -0,0 +1 @@ +MD5 1370b8c628b63f79af63589d40fe27ec aspell-0.50.4.1.tar.gz 962279 |