diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 10:38:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 10:38:28 +0000 |
commit | 1c0d1a94d5e5b01ab493ae1c52f39d22cafef6fe (patch) | |
tree | 133b54c088dbaf8a4e6c480f8b78eb8dc108b0e7 /app-i18n | |
parent | repoman fixes and DEPEND list adjust (diff) | |
download | gentoo-2-1c0d1a94d5e5b01ab493ae1c52f39d22cafef6fe.tar.gz gentoo-2-1c0d1a94d5e5b01ab493ae1c52f39d22cafef6fe.tar.bz2 gentoo-2-1c0d1a94d5e5b01ab493ae1c52f39d22cafef6fe.zip |
repoman'd
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ispell-es/ispell-es-1.7.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-i18n/ispell-es/ispell-es-1.7.ebuild b/app-i18n/ispell-es/ispell-es-1.7.ebuild index c5602ad9f109..38a868514c55 100644 --- a/app-i18n/ispell-es/ispell-es-1.7.ebuild +++ b/app-i18n/ispell-es/ispell-es-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-es/ispell-es-1.7.ebuild,v 1.6 2002/06/27 09:32:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-es/ispell-es-1.7.ebuild,v 1.7 2002/07/11 10:38:28 seemant Exp $ MY_P="espanol-"${PV} S=${WORKDIR}/${MY_P/n/~n} @@ -8,8 +8,9 @@ DESCRIPTION="A Spanish dictionary for ispell" SRC_URI="ftp://ftp.fi.upm.es/pub/unix/${MY_P}.tar.gz" HOMEPAGE="http://www.datsi.fi.upm.es/~coes/" -SLOT="" +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="app-text/ispell" @@ -24,7 +25,9 @@ src_compile() { } src_install () { + insinto /usr/lib/ispell doins espa~nol.aff espa~nol.hash + fperms 444 /usr/lib/ispell/espa~nol.* dodoc LEAME README } |