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 | |
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')
-rw-r--r-- | app-dicts/myspell-fo/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-fo/myspell-fo-0.4.1.ebuild | 31 | ||||
-rw-r--r-- | app-dicts/myspell-fo/myspell-fo-20060316.ebuild | 22 |
3 files changed, 38 insertions, 23 deletions
diff --git a/app-dicts/myspell-fo/ChangeLog b/app-dicts/myspell-fo/ChangeLog index ccf006f2bb46..cc019107acf7 100644 --- a/app-dicts/myspell-fo/ChangeLog +++ b/app-dicts/myspell-fo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-fo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fo/ChangeLog,v 1.19 2012/05/17 18:14:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fo/ChangeLog,v 1.20 2012/06/13 17:35:18 scarabeus Exp $ + +*myspell-fo-0.4.1 (13 Jun 2012) + + 13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-fo-0.4.1.ebuild, -myspell-fo-20060316.ebuild: + Bump to latest faroese dict and remove the old one. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-fo-20060316.ebuild: keyword ~amd64-fbsd 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="" diff --git a/app-dicts/myspell-fo/myspell-fo-20060316.ebuild b/app-dicts/myspell-fo/myspell-fo-20060316.ebuild deleted file mode 100644 index dbf10e8b307b..000000000000 --- a/app-dicts/myspell-fo/myspell-fo-20060316.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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-20060316.ebuild,v 1.19 2012/05/17 18:14:43 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"fo,FO,fo_FO,Faroese (Faroe Islands),fo_FO.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Faroese dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://lingucomponent.openoffice.org/ http://fo.speling.org/" -IUSE="" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" |