diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 16:57:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 16:57:59 +0000 |
commit | 96da890a096b49ed015363a4ebac3f9083c826e8 (patch) | |
tree | 921a1b4001fc45dfa5643ed507a8f52469b715ab /app-dicts/myspell-et | |
parent | Stable for amd64, wrt bug #421005 (diff) | |
download | gentoo-2-96da890a096b49ed015363a4ebac3f9083c826e8.tar.gz gentoo-2-96da890a096b49ed015363a4ebac3f9083c826e8.tar.bz2 gentoo-2-96da890a096b49ed015363a4ebac3f9083c826e8.zip |
Use upstream package for et dict. It should be basically inline with what debian does.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts/myspell-et')
-rw-r--r-- | app-dicts/myspell-et/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-et/myspell-et-20030606.ebuild | 36 | ||||
-rw-r--r-- | app-dicts/myspell-et/myspell-et-20060316.ebuild | 23 |
3 files changed, 44 insertions, 24 deletions
diff --git a/app-dicts/myspell-et/ChangeLog b/app-dicts/myspell-et/ChangeLog index 622345676723..f4e5d2c33006 100644 --- a/app-dicts/myspell-et/ChangeLog +++ b/app-dicts/myspell-et/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/myspell-et # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-et/ChangeLog,v 1.19 2012/05/17 18:14:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-et/ChangeLog,v 1.20 2012/06/13 16:57:59 scarabeus Exp $ + +*myspell-et-20030606 (13 Jun 2012) + + 13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-et-20030606.ebuild, -myspell-et-20060316.ebuild: + Use upstream package for et dict. It should be basically inline with what + debian does. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-et-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-et/myspell-et-20030606.ebuild b/app-dicts/myspell-et/myspell-et-20030606.ebuild new file mode 100644 index 000000000000..893cfd3281b8 --- /dev/null +++ b/app-dicts/myspell-et/myspell-et-20030606.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-et/myspell-et-20030606.ebuild,v 1.1 2012/06/13 16:57:59 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "latin9/ee_EE.aff" + "latin9/ee_EE.dic" +) + +MYSPELL_HYPH=( + "hyph_et_EE.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Estonian dictionaries for myspell/hunspell" +HOMEPAGE="http://www.meso.ee/~jjpp/speller/" +SRC_URI="http://www.meso.ee/~jjpp/speller/ispell-et_${PV}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/ispell-et_${PV}" + +src_prepare() { + # naming handling to be inline with others + mv hyph_et.dic hyph_et_EE.dic || die + +} diff --git a/app-dicts/myspell-et/myspell-et-20060316.ebuild b/app-dicts/myspell-et/myspell-et-20060316.ebuild deleted file mode 100644 index cd75978b52e7..000000000000 --- a/app-dicts/myspell-et/myspell-et-20060316.ebuild +++ /dev/null @@ -1,23 +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-et/myspell-et-20060316.ebuild,v 1.19 2012/05/17 18:14:09 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"et,EE,et_EE,Estonian (Estonia),et_EE.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"et,EE,hyph_et_EE,Estonian (Estonia),hyph_et_EE.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Estonian dictionaries for myspell/hunspell" -LICENSE="LGPL-2.1 myspell-et_EE-IEL" -HOMEPAGE="http://lingucomponent.openoffice.org/ http://www.meso.ee/~jjpp/speller/" -IUSE="" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" |