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 | 01ccbf472cb36e2068e28c3f8d71ba0fe5feff43 (patch) | |
tree | c7fd8cc5728460dc5f559946df9b82810c7d14f5 /app-dicts/ispell-ru | |
parent | some cleanups and keywords (diff) | |
download | gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.tar.gz gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.tar.bz2 gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.zip |
added architectures to testing
Diffstat (limited to 'app-dicts/ispell-ru')
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild | 9 |
2 files changed, 7 insertions, 10 deletions
diff --git a/app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild b/app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild index 718efa949e59..7cd2f405bad2 100644 --- a/app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild +++ b/app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild @@ -1,16 +1,16 @@ -# Copyright 2002 Arcady Genkin <agenkin@thpoon.com> +# Copyright 2002-2003 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild,v 1.1 2002/12/03 07:15:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild,v 1.2 2003/02/12 13:29:28 seemant Exp $ MY_PV=${PV/.5./e} -S="${WORKDIR}" +S=${WORKDIR} DESCRIPTION="Alexander I. Lebedev's Russian dictionary for ispell." HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell-dictionaries.html#Russian-dicts" SRC_URI="ftp://scon155.phys.msu.su/pub/russian/ispell/rus-ispell-${MY_PV}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="app-text/ispell" diff --git a/app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild b/app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild index d49986e1da5e..a01b453a0abb 100644 --- a/app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild +++ b/app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 2002 Arcady Genkin <agenkin@thpoon.com> +# Copyright 2002-2003 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild,v 1.1 2002/12/03 07:15:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild,v 1.2 2003/02/12 13:29:28 seemant Exp $ MY_PV=${PV/.6./f} S="${WORKDIR}" @@ -10,7 +10,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/rus-isp SLOT="0" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="app-text/ispell" @@ -22,8 +22,5 @@ src_install () { insinto /usr/lib/ispell doins russian.hash russian.aff - #what do these do?? -# exeinto /usr/lib/ispell-ru -# doexe sortkoi8 trans dodoc README README.koi LICENSE } |