diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-04-19 22:15:44 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-04-19 22:15:44 +0000 |
commit | 527ecde61c5ad44562db507998adbd15f693f248 (patch) | |
tree | c94a59141dc1ac972f6307dc0added61610f7c97 /app-dicts | |
parent | Stable on x86 and amd64 (diff) | |
download | gentoo-2-527ecde61c5ad44562db507998adbd15f693f248.tar.gz gentoo-2-527ecde61c5ad44562db507998adbd15f693f248.tar.bz2 gentoo-2-527ecde61c5ad44562db507998adbd15f693f248.zip |
Version bump, now with thesaurus too.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-it/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-it/myspell-it-20081129.ebuild | 35 |
2 files changed, 42 insertions, 2 deletions
diff --git a/app-dicts/myspell-it/ChangeLog b/app-dicts/myspell-it/ChangeLog index 671b71a309dd..7a6d75ad953a 100644 --- a/app-dicts/myspell-it/ChangeLog +++ b/app-dicts/myspell-it/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-it -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/ChangeLog,v 1.18 2010/09/27 23:35:37 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/ChangeLog,v 1.19 2012/04/19 22:15:44 pesa Exp $ + +*myspell-it-20081129 (19 Apr 2012) + + 19 Apr 2012; Davide Pesavento <pesa@gentoo.org> +myspell-it-20081129.ebuild: + Version bump, now with thesaurus too. 27 Sep 2010; Mart Raudsepp <leio@gentoo.org> myspell-it-20060316.ebuild: Add ~mips diff --git a/app-dicts/myspell-it/myspell-it-20081129.ebuild b/app-dicts/myspell-it/myspell-it-20081129.ebuild new file mode 100644 index 000000000000..7cf0f8d48697 --- /dev/null +++ b/app-dicts/myspell-it/myspell-it-20081129.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/myspell-it-20081129.ebuild,v 1.1 2012/04/19 22:15:44 pesa Exp $ + +MYSPELL_SPELLING_DICTIONARIES=( +"it,IT,it_IT,Italian (Italy),it_IT.zip" +"it,CH,it_IT,Italian (Switzerland),it_IT.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"it,IT,hyph_it_IT,Italian (Italy),hyph_it_IT.zip" +"it,CH,hyph_it_IT,Italian (Switzerland),hyph_it_IT.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"it,IT,th_it_IT,Italian (Italy),thes_it_IT.zip" +"it,CH,th_it_IT,Italian (Switzerland),thes_it_IT.zip" +) + +inherit myspell + +DESCRIPTION="Italian dictionaries for myspell/hunspell" +LICENSE="AGPL-3 GPL-3 LPPL-1.3c" +HOMEPAGE="http://sourceforge.net/projects/linguistico/" + +MY_PV=01_07__2008_11_29 +SRC_URI="mirror://sourceforge/linguistico/it_IT-OOo2-pack_${MY_PV}.zip" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE= + +src_unpack() { + unpack ${A} + unpack ./{,hyph_,thes_}it_IT.zip +} |