diff options
-rw-r--r-- | app-dicts/myspell-sv/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-sv/myspell-sv-2.6.ebuild | 40 | ||||
-rw-r--r-- | app-dicts/myspell-sv/myspell-sv-20060316.ebuild | 22 |
3 files changed, 47 insertions, 23 deletions
diff --git a/app-dicts/myspell-sv/ChangeLog b/app-dicts/myspell-sv/ChangeLog index 9d75bb094a4c..0e1d152e6a20 100644 --- a/app-dicts/myspell-sv/ChangeLog +++ b/app-dicts/myspell-sv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-sv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sv/ChangeLog,v 1.19 2012/05/17 18:29:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sv/ChangeLog,v 1.20 2012/07/23 14:30:02 scarabeus Exp $ + +*myspell-sv-2.6 (23 Jul 2012) + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-sv-2.6.ebuild, + -myspell-sv-20060316.ebuild: + Version bump to latest release. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-sv-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-sv/myspell-sv-2.6.ebuild b/app-dicts/myspell-sv/myspell-sv-2.6.ebuild new file mode 100644 index 000000000000..2213f85514d8 --- /dev/null +++ b/app-dicts/myspell-sv/myspell-sv-2.6.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sv/myspell-sv-2.6.ebuild,v 1.1 2012/07/23 14:30:02 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "sv_FI.aff" + "sv_FI.dic" + "sv_SE.aff" + "sv_SE.dic" +) + +MYSPELL_HYPH=( + "hyph_sv_SE.dic" +) + +MYSPELL_THES=( + "th_sv_SE.dat" + "th_sv_SE.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Swedish dictionaries for myspell/hunspell" +HOMEPAGE=" + http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan + http://extensions.libreoffice.org/extension-center/swedish-hyphenation + http://extensions.libreoffice.org/extension-center/swedish-thesaurus-based-on-synlex +" +SRC_URI=" + http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/${PV}/ooo_swedish_dict_${PV}.oxt + http://extensions.libreoffice.org/extension-center/swedish-hyphenation/releases/1.10/hyph_sv_se.oxt -> ${P}-hyph.oxt + http://extensions.libreoffice.org/extension-center/swedish-thesaurus-based-on-synlex/releases/1.3/swedishthesaurus.oxt -> ${P}-thes.oxt +" + +LICENSE="CCPL-Attribution-ShareAlike-3.0 GPL-2 LGPL-3" +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-sv/myspell-sv-20060316.ebuild b/app-dicts/myspell-sv/myspell-sv-20060316.ebuild deleted file mode 100644 index 8e58a63a4853..000000000000 --- a/app-dicts/myspell-sv/myspell-sv-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-sv/myspell-sv-20060316.ebuild,v 1.19 2012/05/17 18:29:28 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"sv,SE,sv_SE,Swedish (Sweden),sv_SE.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"sv,SE,hyph_sv_SE,Swedish(Sweden),hyph_sv_SE.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Swedish dictionaries for myspell/hunspell" -LICENSE="LGPL-2.1" -HOMEPAGE="http://lingucomponent.openoffice.org/ http://sv.speling.org/" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-macos" |