diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-10 00:34:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-10 00:34:54 +0000 |
commit | bece4c2faaa429123a4abb3c6f0906e47c5f9662 (patch) | |
tree | c64f2d903a27fcbba56ed87231b1a645ddcb44ab /app-text/aspell | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-bece4c2faaa429123a4abb3c6f0906e47c5f9662.tar.gz gentoo-2-bece4c2faaa429123a4abb3c6f0906e47c5f9662.tar.bz2 gentoo-2-bece4c2faaa429123a4abb3c6f0906e47c5f9662.zip |
remove crufty version
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.50.3.ebuild | 67 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.50.3 | 1 |
2 files changed, 0 insertions, 68 deletions
diff --git a/app-text/aspell/aspell-0.50.3.ebuild b/app-text/aspell/aspell-0.50.3.ebuild deleted file mode 100644 index 9790a14a236f..000000000000 --- a/app-text/aspell/aspell-0.50.3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2004 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.3.ebuild,v 1.14 2004/05/14 19:38:36 geoman Exp $ - -inherit eutils libtool - -DESCRIPTION="A spell checker replacement for ispell" -HOMEPAGE="http://aspell.net/" -SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${P}.tar.gz" - -IUSE="gpm" -SLOT="0" -LICENSE="LGPL-2" -KEYWORDS="x86 ppc sparc alpha mips hppa amd64" - -DEPEND=">=sys-libs/ncurses-5.2 - gpm? ( sys-libs/gpm )" - -pkg_setup() { - if [ ${ARCH} = "ppc" ] ; then - CXXFLAGS="-O2 -fsigned-char" - CFLAGS=${CXXFLAGS} - fi - use gpm && LDFLAGS="-lgpm" -} - -src_compile() { - epatch ${FILESDIR}/01-gcc3.3-assert.patch - epatch ${FILESDIR}/02-gcc3.3-constcast.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.3 b/app-text/aspell/files/digest-aspell-0.50.3 deleted file mode 100644 index abf5c90aff70..000000000000 --- a/app-text/aspell/files/digest-aspell-0.50.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 a3bf0d46303ffb0beab8121bbc3311a3 aspell-0.50.3.tar.gz 939063 |