diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 07:15:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 07:15:39 +0000 |
commit | b9dbca4184df68f3ad432b828420c1f66fffb318 (patch) | |
tree | 9b78ecf168f90402b8e044350d5af138c4d6bee7 /app-dicts/ispell-ru | |
parent | FHS correctness (diff) | |
download | gentoo-2-b9dbca4184df68f3ad432b828420c1f66fffb318.tar.gz gentoo-2-b9dbca4184df68f3ad432b828420c1f66fffb318.tar.bz2 gentoo-2-b9dbca4184df68f3ad432b828420c1f66fffb318.zip |
moved from app-i18n
Diffstat (limited to 'app-dicts/ispell-ru')
-rw-r--r-- | app-dicts/ispell-ru/ChangeLog | 16 | ||||
-rw-r--r-- | app-dicts/ispell-ru/files/digest-ispell-ru-0.99.5.9 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-ru/files/digest-ispell-ru-0.99.6.1 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild | 27 | ||||
-rw-r--r-- | app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild | 29 |
5 files changed, 74 insertions, 0 deletions
diff --git a/app-dicts/ispell-ru/ChangeLog b/app-dicts/ispell-ru/ChangeLog new file mode 100644 index 000000000000..64070e7837b8 --- /dev/null +++ b/app-dicts/ispell-ru/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for app-i18n/ispell-ru +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ru/ChangeLog,v 1.1 2002/12/03 07:15:39 seemant Exp $ + +*ispell-ru-0.99.6.1 (11 Jul 2002) + + 11 Jul 2002; Seemant Kulleen <seemant@gentoo.org> + ispell-ru-0.99.6.1.ebuild files/digest-ispell-ru-0.99.6.1 : + + Version bump and repoman fixes. + +*ispell-ru-0.99.5.9 (Apr 26, 2002) + + 26 Apr, 2002; Arcady Genkin <agenkin@thpoon.com> ispell-ru-0.99.5.9.ebuild: + + Initial version. diff --git a/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.5.9 b/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.5.9 new file mode 100644 index 000000000000..de3998107987 --- /dev/null +++ b/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.5.9 @@ -0,0 +1 @@ +MD5 c72ab56937dab2d913c3348b80bead05 rus-ispell-0.99e9.tar.gz 429088 diff --git a/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.6.1 b/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.6.1 new file mode 100644 index 000000000000..bf8dbebbe648 --- /dev/null +++ b/app-dicts/ispell-ru/files/digest-ispell-ru-0.99.6.1 @@ -0,0 +1 @@ +MD5 f9b7daefead13909c05582b10f5b5006 rus-ispell-0.99f1.tar.gz 440661 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 new file mode 100644 index 000000000000..718efa949e59 --- /dev/null +++ b/app-dicts/ispell-ru/ispell-ru-0.99.5.9.ebuild @@ -0,0 +1,27 @@ +# Copyright 2002 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 $ + +MY_PV=${PV/.5./e} +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" + +DEPEND="app-text/ispell" + +src_compile() { + 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 +} 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 new file mode 100644 index 000000000000..d49986e1da5e --- /dev/null +++ b/app-dicts/ispell-ru/ispell-ru-0.99.6.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 2002 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 $ + +MY_PV=${PV/.6./f} +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="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/rus-ispell-${MY_PV}.tar.gz" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="app-text/ispell" + +src_compile() { + make || die +} + +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 +} |