diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 05:11:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 05:11:50 +0000 |
commit | ed403572eed3d15c06180cc634c14994107e0d1c (patch) | |
tree | a5d89354c75ccba1837224bd071a9e5ff45e8c51 /app-i18n | |
parent | cleanup (diff) | |
download | gentoo-2-ed403572eed3d15c06180cc634c14994107e0d1c.tar.gz gentoo-2-ed403572eed3d15c06180cc634c14994107e0d1c.tar.bz2 gentoo-2-ed403572eed3d15c06180cc634c14994107e0d1c.zip |
cleanup
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/aspell-de/aspell-de-20001109.ebuild | 40 | ||||
-rw-r--r-- | app-i18n/ispell-de/ispell-de-20001109.ebuild | 20 | ||||
-rw-r--r-- | app-i18n/ispell-de/ispell-de-20011124.ebuild | 11 | ||||
-rw-r--r-- | app-i18n/ispell-es/ispell-es-1.7.ebuild | 6 |
4 files changed, 38 insertions, 39 deletions
diff --git a/app-i18n/aspell-de/aspell-de-20001109.ebuild b/app-i18n/aspell-de/aspell-de-20001109.ebuild index cc5c9d3804ea..121390307fe9 100644 --- a/app-i18n/aspell-de/aspell-de-20001109.ebuild +++ b/app-i18n/aspell-de/aspell-de-20001109.ebuild @@ -1,12 +1,12 @@ -# 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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-de/aspell-de-20001109.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ +# Author: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-de/aspell-de-20001109.ebuild,v 1.4 2002/04/27 05:09:27 seemant Exp $ -P=igerman98-${PV} -S=${WORKDIR}/${P} +MY_P=igerman98-${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="A german dictionary for ispell" -SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${P}.tar.bz2" +SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${MY_P}.tar.bz2" HOMEPAGE="http://www.suse.de/~bjacke/igerman98/" DEPEND="app-text/aspell app-text/ispell" @@ -14,31 +14,31 @@ RDEPEND="app-text/aspell" src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s:^ASPELL.*:ASPELL = aspell --data-dir=./aspell:" \ - Makefile.orig > Makefile - ln -s /usr/share/aspell/iso8859-1.dat aspell + unpack ${A} + cd ${S} + cp Makefile Makefile.orig + sed -e "s:^ASPELL.*:ASPELL = aspell --data-dir=./aspell:" \ + Makefile.orig > Makefile + ln -s /usr/share/aspell/iso8859-1.dat aspell } src_compile() { - try make aspell + make aspell || die } src_install () { - dodir /usr/share/pspell - echo "/usr/lib/aspell/german" > ${D}/usr/share/pspell/de-aspell.pwli + dodir /usr/share/pspell + echo "/usr/lib/aspell/german" > ${D}/usr/share/pspell/de-aspell.pwli - insinto /usr/share/aspell - doins aspell/german*.dat - insinto /usr/lib/aspell - doins german + insinto /usr/share/aspell + doins aspell/german*.dat + insinto /usr/lib/aspell + doins german - dodoc Documentation/* + dodoc Documentation/* } diff --git a/app-i18n/ispell-de/ispell-de-20001109.ebuild b/app-i18n/ispell-de/ispell-de-20001109.ebuild index b93a448bbac9..3abc92b14528 100644 --- a/app-i18n/ispell-de/ispell-de-20001109.ebuild +++ b/app-i18n/ispell-de/ispell-de-20001109.ebuild @@ -1,28 +1,28 @@ -# 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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-de/ispell-de-20001109.ebuild,v 1.2 2001/06/08 22:43:03 achim Exp $ +# Author: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-de/ispell-de-20001109.ebuild,v 1.3 2002/04/27 05:11:16 seemant Exp $ -P=igerman98-${PV} -S=${WORKDIR}/${P} +MY_P=igerman98-${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="A german dictionary for ispell" -SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${P}.tar.bz2" +SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${MY_P}.tar.bz2" HOMEPAGE="http://www.suse.de/~bjacke/igerman98/" DEPEND="app-text/ispell" src_compile() { - try make + make || die } src_install () { - insinto /usr/lib/ispell - doins german.aff german.hash + insinto /usr/lib/ispell + doins german.aff german.hash - dodoc Documentation/* + dodoc Documentation/* } diff --git a/app-i18n/ispell-de/ispell-de-20011124.ebuild b/app-i18n/ispell-de/ispell-de-20011124.ebuild index 44e554aca587..149a3f48cb3f 100644 --- a/app-i18n/ispell-de/ispell-de-20011124.ebuild +++ b/app-i18n/ispell-de/ispell-de-20011124.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: Achime Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-de/ispell-de-20011124.ebuild,v 1.2 2002/04/17 18:47:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-de/ispell-de-20011124.ebuild,v 1.3 2002/04/27 05:11:16 seemant Exp $ MY_P=igerman98-${PV} S=${WORKDIR}/${MY_P} @@ -13,7 +13,7 @@ DEPEND="app-text/ispell" src_compile() { - make || die + make || die make \ SQ=`pwd`/bin/sq.pl \ @@ -28,10 +28,9 @@ src_install () { DESTDIR=${D} \ install swiss-install || die - insinto /usr/lib/ispell - doins german.aff german.hash + insinto /usr/lib/ispell + doins german.aff german.hash - dodoc Documentation/* + dodoc Documentation/* } - diff --git a/app-i18n/ispell-es/ispell-es-1.7.ebuild b/app-i18n/ispell-es/ispell-es-1.7.ebuild index 1df7147235fe..b09de41d2efc 100644 --- a/app-i18n/ispell-es/ispell-es-1.7.ebuild +++ b/app-i18n/ispell-es/ispell-es-1.7.ebuild @@ -3,10 +3,10 @@ # Maintainer: Leonardo Boshell <p@kapcoweb.com> # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp -MYP="espa~nol-"${PV} -S=${WORKDIR}/${MYP} +MY_P="espa~nol-"${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="A Spanish dictionary for ispell" -SRC_URI="ftp://ftp.fi.upm.es/pub/unix/${MYP}.tar.gz" +SRC_URI="ftp://ftp.fi.upm.es/pub/unix/${MY_P}.tar.gz" HOMEPAGE="http://www.datsi.fi.upm.es/~coes/" DEPEND="app-text/ispell" |