diff options
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.50.5-r2.ebuild | 76 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.1.1.ebuild | 68 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.ebuild | 68 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.50.5-r2 | 1 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.60 | 1 | ||||
-rw-r--r-- | app-text/aspell/files/digest-aspell-0.60.1.1 | 1 |
6 files changed, 0 insertions, 215 deletions
diff --git a/app-text/aspell/aspell-0.50.5-r2.ebuild b/app-text/aspell/aspell-0.50.5-r2.ebuild deleted file mode 100644 index 40f2154953b9..000000000000 --- a/app-text/aspell/aspell-0.50.5-r2.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r2.ebuild,v 1.9 2005/01/01 16:03:13 eradicator Exp $ - -inherit libtool eutils flag-o-matic - -DESCRIPTION="A spell checker replacement for ispell" -HOMEPAGE="http://aspell.net/" -SRC_URI="mirror://gnu/aspell/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" -IUSE="gpm" - -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_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-buffer-fix.patch - epatch ${FILESDIR}/${PN}-quotechar-fix.patch -} - -src_compile() { - filter-flags -fno-rtti - elibtoolize --reverse-deps - - econf \ - --disable-static \ - --sysconfdir=/etc/aspell \ - --enable-docdir=/usr/share/doc/${PF} || die - - emake || die -} - -src_install() { - dodoc README* TODO - - make DESTDIR=${D} install || die - mv ${D}/usr/share/doc/${PF}/man-html ${D}/usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/man-text ${D}/usr/share/doc/${PF}/text - - # install ispell/aspell compatibility scripts - exeinto /usr/bin - newexe scripts/ispell ispell-aspell - newexe scripts/spell spell-aspell - - cd examples - make clean || die - docinto examples - dodoc ${S}/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" - - ewarn "" - ewarn "Please re-emerge ALL your aspell-LANG dictionaries" - ewarn "" - ebeep 5 -} diff --git a/app-text/aspell/aspell-0.60.1.1.ebuild b/app-text/aspell/aspell-0.60.1.1.ebuild deleted file mode 100644 index 65aae0117cc1..000000000000 --- a/app-text/aspell/aspell-0.60.1.1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.1.1.ebuild,v 1.5 2005/01/22 23:56:24 arj Exp $ - -inherit libtool eutils flag-o-matic - -DESCRIPTION="A spell checker replacement for ispell" -HOMEPAGE="http://aspell.net/" -SRC_URI="mirror://gnu/aspell/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64" -IUSE="gpm" - -DEPEND=">=sys-libs/ncurses-5.2 - gpm? ( sys-libs/gpm )" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - [ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char - use gpm && append-ldflags -lgpm - filter-flags -fno-rtti - filter-flags -fvisibility=hidden #77109 - elibtoolize --reverse-deps - - econf \ - --disable-static \ - --sysconfdir=/etc/aspell \ - --enable-docdir=/usr/share/doc/${PF} || die - - emake || die -} - -src_install() { - dodoc README* TODO - - make DESTDIR="${D}" install || die - mv ${D}/usr/share/doc/${PF}/man-html ${D}/usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/man-text ${D}/usr/share/doc/${PF}/text - - # install ispell/aspell compatibility scripts - exeinto /usr/bin - newexe scripts/ispell ispell-aspell - newexe scripts/spell spell-aspell - - cd examples - make clean || die - docinto examples - dodoc ${S}/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" - - ewarn "" - ewarn "Please re-emerge ALL your aspell-LANG dictionaries" - ewarn "" - ebeep 5 -} diff --git a/app-text/aspell/aspell-0.60.ebuild b/app-text/aspell/aspell-0.60.ebuild deleted file mode 100644 index a5c1b0f02e2b..000000000000 --- a/app-text/aspell/aspell-0.60.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.ebuild,v 1.5 2005/01/22 23:56:24 arj Exp $ - -inherit libtool eutils flag-o-matic - -DESCRIPTION="A spell checker replacement for ispell" -HOMEPAGE="http://aspell.net/" -SRC_URI="mirror://gnu/aspell/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~ppc" -IUSE="gpm" - -DEPEND=">=sys-libs/ncurses-5.2 - gpm? ( sys-libs/gpm )" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - [ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char - use gpm && append-ldflags -lgpm - filter-flags -fno-rtti - filter-flags -fvisibility=hidden #77109 - elibtoolize --reverse-deps - - econf \ - --disable-static \ - --sysconfdir=/etc/aspell \ - --enable-docdir=/usr/share/doc/${PF} || die - - emake || die -} - -src_install() { - dodoc README* TODO - - make DESTDIR="${D}" install || die - mv ${D}/usr/share/doc/${PF}/man-html ${D}/usr/share/doc/${PF}/html - mv ${D}/usr/share/doc/${PF}/man-text ${D}/usr/share/doc/${PF}/text - - # install ispell/aspell compatibility scripts - exeinto /usr/bin - newexe scripts/ispell ispell-aspell - newexe scripts/spell spell-aspell - - cd examples - make clean || die - docinto examples - dodoc ${S}/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" - - ewarn "" - ewarn "Please re-emerge ALL your aspell-LANG dictionaries" - ewarn "" - ebeep 5 -} diff --git a/app-text/aspell/files/digest-aspell-0.50.5-r2 b/app-text/aspell/files/digest-aspell-0.50.5-r2 deleted file mode 100644 index d497ea8286ff..000000000000 --- a/app-text/aspell/files/digest-aspell-0.50.5-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 14403d2ea5ded5d3fc9bb259bf65aab5 aspell-0.50.5.tar.gz 1016586 diff --git a/app-text/aspell/files/digest-aspell-0.60 b/app-text/aspell/files/digest-aspell-0.60 deleted file mode 100644 index fc217ea1529d..000000000000 --- a/app-text/aspell/files/digest-aspell-0.60 +++ /dev/null @@ -1 +0,0 @@ -MD5 8fa031d0eb37a5538aa6fefa657e707f aspell-0.60.tar.gz 1622677 diff --git a/app-text/aspell/files/digest-aspell-0.60.1.1 b/app-text/aspell/files/digest-aspell-0.60.1.1 deleted file mode 100644 index 15d200715f66..000000000000 --- a/app-text/aspell/files/digest-aspell-0.60.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8c2f27dcfc5e02c994f11eed7d04b853 aspell-0.60.1.1.tar.gz 1564114 |