diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 13:29:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 13:29:28 +0000 |
commit | 7929b4503d9a836b0b82481c71159d2c0301b364 (patch) | |
tree | c34ad4ff30054786663e98b1286580263f7ad714 /app-dicts/ispell-es | |
parent | some cleanups and keywords (diff) | |
download | historical-7929b4503d9a836b0b82481c71159d2c0301b364.tar.gz historical-7929b4503d9a836b0b82481c71159d2c0301b364.tar.bz2 historical-7929b4503d9a836b0b82481c71159d2c0301b364.zip |
added architectures to testing
Diffstat (limited to 'app-dicts/ispell-es')
-rw-r--r-- | app-dicts/ispell-es/ispell-es-1.7.ebuild | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/app-dicts/ispell-es/ispell-es-1.7.ebuild b/app-dicts/ispell-es/ispell-es-1.7.ebuild index 5c9194cced14..63086fa5484f 100644 --- a/app-dicts/ispell-es/ispell-es-1.7.ebuild +++ b/app-dicts/ispell-es/ispell-es-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ispell-es-1.7.ebuild,v 1.1 2002/12/03 07:15:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ispell-es-1.7.ebuild,v 1.2 2003/02/12 13:29:28 seemant Exp $ MY_P="espanol-"${PV} S=${WORKDIR}/${MY_P/n/~n} @@ -10,33 +10,21 @@ HOMEPAGE="http://www.datsi.fi.upm.es/~coes/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="app-text/ispell" src_compile() { - # It's important that we export the TMPDIR environment variable, # so we don't commit sandbox violations export TMPDIR=/tmp emake || die unset TMPDIR - } src_install () { - insinto /usr/lib/ispell doins espa~nol.aff espa~nol.hash fperms 444 /usr/lib/ispell/espa~nol.* dodoc LEAME README } - -pkg_postinst() { - - einfo "If you are using pspell for spell in some app, like" - einfo "abiword, you need create the file:" - einfo " /usr/share/pspell/es-ispell.pwli" - einfo "And add in:" - einfo " /usr/lib/ispell/espa~nol.hash iso8859-1" -} |