diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-31 21:04:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-31 21:04:00 +0000 |
commit | fa02cb05824add26dd5671dbac012c4d17d57a3f (patch) | |
tree | 59ade9926148457443eb0f3fbd2e496dc90d2b58 /app-i18n | |
parent | Version bump (diff) | |
download | gentoo-2-fa02cb05824add26dd5671dbac012c4d17d57a3f.tar.gz gentoo-2-fa02cb05824add26dd5671dbac012c4d17d57a3f.tar.bz2 gentoo-2-fa02cb05824add26dd5671dbac012c4d17d57a3f.zip |
czech ispell dictionary
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ispell-cs/ChangeLog | 12 | ||||
-rw-r--r-- | app-i18n/ispell-cs/files/digest-ispell-cs-20020628 | 1 | ||||
-rw-r--r-- | app-i18n/ispell-cs/ispell-cs-20020628.ebuild | 26 |
3 files changed, 39 insertions, 0 deletions
diff --git a/app-i18n/ispell-cs/ChangeLog b/app-i18n/ispell-cs/ChangeLog new file mode 100644 index 000000000000..0064a0887257 --- /dev/null +++ b/app-i18n/ispell-cs/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-i18n/ispell-cs +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-cs/ChangeLog,v 1.1 2002/10/31 21:04:00 seemant Exp $ + + +*ispell-cs-20020628 (31 Oct 2002) + + 31 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ispell-cs-20020628.ebuild + ChangeLog files/digest-ispell-cs-20020628 : + + New Czech language dictionary for ispell. Ebuild by: roman.majer@ct.cz + (Roman Majer) in bug #7449. diff --git a/app-i18n/ispell-cs/files/digest-ispell-cs-20020628 b/app-i18n/ispell-cs/files/digest-ispell-cs-20020628 new file mode 100644 index 000000000000..65fa75f0641d --- /dev/null +++ b/app-i18n/ispell-cs/files/digest-ispell-cs-20020628 @@ -0,0 +1 @@ +MD5 e1a9e4c4c841c8e1b6a15b4c7bcb2626 ispell-czech-20020628.tar.gz 629653 diff --git a/app-i18n/ispell-cs/ispell-cs-20020628.ebuild b/app-i18n/ispell-cs/ispell-cs-20020628.ebuild new file mode 100644 index 000000000000..a761562e1c54 --- /dev/null +++ b/app-i18n/ispell-cs/ispell-cs-20020628.ebuild @@ -0,0 +1,26 @@ +# 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-cs/ispell-cs-20020628.ebuild,v 1.1 2002/10/31 21:04:00 seemant Exp $ + +MY_P=${PN/cs/czech} +S=${WORKDIR}/${MY_P} +DESCRIPTION="The Czech dictionary for ispell" +SRC_URI="ftp://ftp.vslib.cz/pub/unix/ispell/${MY_P}-${PV}.tar.gz" +HOMEPAGE="ftp://ftp.vslib.cz/pub/unix/ispell/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +DEPEND="sys-devel/perl + app-text/ispell" + +src_compile() { + make all || die +} + +src_install () { + insinto /usr/lib/ispell + doins czech.aff czech.hash + dodoc README +} |