diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 17:35:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 17:35:19 +0000 |
commit | 5d6ed5efaa9bfdd99063f05dd4a11bb7daaaae74 (patch) | |
tree | b5ef3db2f66974fc5d9a9b11f1a64495717e32b7 /app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild | |
parent | Stable for HPPA (bug #420039). (diff) | |
download | gentoo-2-5d6ed5efaa9bfdd99063f05dd4a11bb7daaaae74.tar.gz gentoo-2-5d6ed5efaa9bfdd99063f05dd4a11bb7daaaae74.tar.bz2 gentoo-2-5d6ed5efaa9bfdd99063f05dd4a11bb7daaaae74.zip |
Bump to latest faroese dict and remove the old one.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild')
-rw-r--r-- | app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild b/app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild new file mode 100644 index 000000000000..11911fbe62f3 --- /dev/null +++ b/app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild,v 1.1 2012/06/13 17:35:18 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "${P}/fo_FO.aff" + "${P}/fo_FO.dic" +) + +MYSPELL_HYPH=( + "hyph_fo_FO.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Faroese dictionaries for myspell/hunspell" +HOMEPAGE="http://fo.speling.org/" +SRC_URI=" + http://fo.speling.org/filer/${P}.tar.bz2 + http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip +" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |