diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 03:59:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 03:59:30 +0000 |
commit | 21917ca4bf0ba5a62865a75fd3c3113a5aa03a64 (patch) | |
tree | 1bf9fa56ae77a674e1cc217886a64b3237a3d019 /app-text/aspell | |
parent | version bump, and cleanup of old ebuilds (diff) | |
download | historical-21917ca4bf0ba5a62865a75fd3c3113a5aa03a64.tar.gz historical-21917ca4bf0ba5a62865a75fd3c3113a5aa03a64.tar.bz2 historical-21917ca4bf0ba5a62865a75fd3c3113a5aa03a64.zip |
cleanup
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.32.6.ebuild | 28 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.33.7.1-r1.ebuild | 20 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.33.7.1.ebuild | 31 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.33.ebuild | 39 |
4 files changed, 57 insertions, 61 deletions
diff --git a/app-text/aspell/aspell-0.32.6.ebuild b/app-text/aspell/aspell-0.32.6.ebuild index fdf846355147..e2fcdf4ddc5d 100644 --- a/app-text/aspell/aspell-0.32.6.ebuild +++ b/app-text/aspell/aspell-0.32.6.ebuild @@ -1,33 +1,31 @@ -# 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/aspell/aspell-0.32.6.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.32.6.ebuild,v 1.4 2002/04/28 03:59:29 seemant Exp $ -A=${PN}-.32.6.tar.gz -S=${WORKDIR}/${PN}-.32.6 +MY_P=${PN}-.32.6 +S=${WORKDIR}/${MY_P} DESCRIPTION="A spell checker replacement for ispell" -SRC_URI="http://download.sourceforge.net/aspell/${A}" +SRC_URI="http://download.sourceforge.net/aspell/${MY_P}.tar.gz" HOMEPAGE="http://aspell.sourceforge.net" DEPEND=">=app-text/pspell-0.11.2" src_compile() { - try ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} - try make + ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} || die + make || die } src_install () { - try make DESTDIR=${D} install - dodir /usr/share/doc - mv ${D}/usr/doc/aspell ${D}/usr/share/doc/${PF} - 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}/aspell - - dodoc README* TODO + make DESTDIR=${D} install || die + dodir /usr/share/doc + mv ${D}/usr/doc/aspell ${D}/usr/share/doc/${PF} + 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}/aspell + dodoc README* TODO } - diff --git a/app-text/aspell/aspell-0.33.7.1-r1.ebuild b/app-text/aspell/aspell-0.33.7.1-r1.ebuild index 0cce6454cf48..d5a9c76ee846 100644 --- a/app-text/aspell/aspell-0.33.7.1-r1.ebuild +++ b/app-text/aspell/aspell-0.33.7.1-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: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1-r1.ebuild,v 1.4 2002/04/27 23:08:35 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1-r1.ebuild,v 1.5 2002/04/28 03:59:29 seemant Exp $ MY_P=${PN}-.33.7.1 @@ -34,26 +34,26 @@ src_compile() { libtoolize --copy --force aclocal - ./configure \ + ./configure \ --prefix=/usr \ --sysconfdir=/etc/aspell \ --host=${CHOST} \ --enable-doc-dir=/usr/share/doc/${P} || die - + emake || die } src_install () { - make DESTDIR=${D} install || die - cd ${D}/usr/share/doc/${P} - dohtml -r man-html + make DESTDIR=${D} install || die + cd ${D}/usr/share/doc/${P} + dohtml -r man-html docinto text - dodoc man-text - cd ${S} - - dodoc README* TODO + dodoc man-text + cd ${S} + + dodoc README* TODO } diff --git a/app-text/aspell/aspell-0.33.7.1.ebuild b/app-text/aspell/aspell-0.33.7.1.ebuild index 782352285147..a384c28d7e7b 100644 --- a/app-text/aspell/aspell-0.33.7.1.ebuild +++ b/app-text/aspell/aspell-0.33.7.1.ebuild @@ -1,13 +1,13 @@ -# 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/aspell/aspell-0.33.7.1.ebuild,v 1.2 2002/04/27 23:08:35 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1.ebuild,v 1.3 2002/04/28 03:59:29 seemant Exp $ -A=${PN}-.33.7.1.tar.gz -S=${WORKDIR}/${PN}-.33.7.1 +MY_P=${PN}-.33.7.1 +S=${WORKDIR}/${MY_P} DESCRIPTION="A spell checker replacement for ispell" -SRC_URI="http://download.sourceforge.net/aspell/${A}" +SRC_URI="http://download.sourceforge.net/aspell/${MY_P}.tar.gz" HOMEPAGE="http://aspell.sourceforge.net" DEPEND=">=app-text/pspell-0.12 @@ -15,21 +15,20 @@ DEPEND=">=app-text/pspell-0.12 src_compile() { - try ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} --enable-doc-dir=/usr/share/doc/${P} - try make + ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} --enable-doc-dir=/usr/share/doc/${P} || die + make || die } src_install () { - try make DESTDIR=${D} install - cd ${D}/usr/share/doc/${P} - mv man-html html - mv man-text txt - prepalldocs - cd ${S} - - dodoc README* TODO + make DESTDIR=${D} install || die + cd ${D}/usr/share/doc/${P} + mv man-html html + mv man-text txt + prepalldocs + cd ${S} + + dodoc README* TODO } - diff --git a/app-text/aspell/aspell-0.33.ebuild b/app-text/aspell/aspell-0.33.ebuild index 052656694aee..818e2771bc53 100644 --- a/app-text/aspell/aspell-0.33.ebuild +++ b/app-text/aspell/aspell-0.33.ebuild @@ -1,13 +1,13 @@ -# 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/aspell/aspell-0.33.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.ebuild,v 1.3 2002/04/28 03:59:29 seemant Exp $ -A=${PN}-.33.tar.gz -S=${WORKDIR}/${PN}-.33 +MY_P=${PN}-.33 +S=${WORKDIR}/${MY_P} DESCRIPTION="A spell checker replacement for ispell" -SRC_URI="http://download.sourceforge.net/aspell/${A}" +SRC_URI="http://download.sourceforge.net/aspell/${MY_P}.tar.gz" HOMEPAGE="http://aspell.sourceforge.net" DEPEND=">=app-text/pspell-0.12 @@ -15,25 +15,24 @@ DEPEND=">=app-text/pspell-0.12 src_compile() { - if [ "`use gpm`" ] - then - myldflags="-lgpm" - fi - try LDFLAGS=\"$myldflags\" ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} --enable-doc-dir=/usr/share/doc/${P} - try make + if [ "`use gpm`" ] + then + myldflags="-lgpm" + fi + LDFLAGS=\"$myldflags\" ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} --enable-doc-dir=/usr/share/doc/${P} || die + make || die } src_install () { - try make DESTDIR=${D} install - cd ${D}/usr/share/doc/${P} - mv man-html html - mv man-text txt - prepalldocs - cd ${S} - - dodoc README* TODO + make DESTDIR=${D} install || die + cd ${D}/usr/share/doc/${P} + mv man-html html + mv man-text txt + prepalldocs + cd ${S} + + dodoc README* TODO } - |