diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
commit | 0baf2cfea10924be729558e3db40c88260dc3f6f (patch) | |
tree | 572c853acb01d9ccb5538325f93aebd09f278665 /app-dicts/ispell-ru | |
parent | Bugfix for 24984 (diff) | |
download | historical-0baf2cfea10924be729558e3db40c88260dc3f6f.tar.gz historical-0baf2cfea10924be729558e3db40c88260dc3f6f.tar.bz2 historical-0baf2cfea10924be729558e3db40c88260dc3f6f.zip |
cleanup
Diffstat (limited to 'app-dicts/ispell-ru')
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild | 22 | ||||
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild | 6 |
2 files changed, 14 insertions, 14 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 4f2809c1e4da..94bb54a49286 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,27 +1,27 @@ # 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.3 2003/03/08 01:07:44 vladimir Exp $ +# 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.4 2003/08/06 06:48:30 vapier Exp $ MY_PV=${PV/.5./e} S=${WORKDIR} -DESCRIPTION="Alexander I. Lebedev's Russian dictionary for ispell." +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" +SLOT="0" KEYWORDS="ppc x86 sparc alpha mips hppa arm" DEPEND="app-text/ispell" src_compile() { - make koi || die + make koi || die } -src_install () { - insinto /usr/lib/ispell - doins russian.hash russian.aff - exeinto /usr/lib/ispell-ru - doexe sortkoi8 trans - dodoc README README.koi LICENSE +src_install() { + insinto /usr/lib/ispell + doins russian.hash russian.aff + exeinto /usr/lib/ispell-ru + doexe sortkoi8 trans + dodoc README README.koi LICENSE } 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 5b1dbd8edae7..df696f0cd730 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-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.3 2003/03/08 01:07:44 vladimir Exp $ +# 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.4 2003/08/06 06:48:30 vapier Exp $ MY_PV=${PV/.6./f} S="${WORKDIR}" @@ -8,8 +8,8 @@ DESCRIPTION="Alexander I. Lebedev's Russian dictionary for ispell." HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell-dictionaries.html#Russian-dicts" SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/rus-ispell-${MY_PV}.tar.gz" -SLOT="0" LICENSE="as-is" +SLOT="0" KEYWORDS="ppc x86 sparc alpha mips hppa arm" DEPEND="app-text/ispell" |