diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-10-25 11:01:39 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-10-25 11:01:39 +0000 |
commit | 5e9f8e959ef9b68cca6940a71092bb0e11df3cf9 (patch) | |
tree | 531566c2bc6b15264fefd6ab86b825a6b277f7c7 /app-dicts | |
parent | Bump to 3.0.11. (diff) | |
download | gentoo-2-5e9f8e959ef9b68cca6940a71092bb0e11df3cf9.tar.gz gentoo-2-5e9f8e959ef9b68cca6940a71092bb0e11df3cf9.tar.bz2 gentoo-2-5e9f8e959ef9b68cca6940a71092bb0e11df3cf9.zip |
Version bump to latest.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-sv/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-sv/myspell-sv-2.9.ebuild | 40 |
2 files changed, 46 insertions, 2 deletions
diff --git a/app-dicts/myspell-sv/ChangeLog b/app-dicts/myspell-sv/ChangeLog index 0e1d152e6a20..a85adcf7265f 100644 --- a/app-dicts/myspell-sv/ChangeLog +++ b/app-dicts/myspell-sv/ChangeLog @@ -1,6 +1,11 @@ # 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.20 2012/07/23 14:30:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sv/ChangeLog,v 1.21 2012/10/25 11:01:39 scarabeus Exp $ + +*myspell-sv-2.9 (25 Oct 2012) + + 25 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-sv-2.9.ebuild: + Version bump to latest. *myspell-sv-2.6 (23 Jul 2012) @@ -74,4 +79,3 @@ 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, +myspell-sv-20060316.ebuild: New ebuild for Swedish myspell dictionary - diff --git a/app-dicts/myspell-sv/myspell-sv-2.9.ebuild b/app-dicts/myspell-sv/myspell-sv-2.9.ebuild new file mode 100644 index 000000000000..dc28447b1230 --- /dev/null +++ b/app-dicts/myspell-sv/myspell-sv-2.9.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.9.ebuild,v 1.1 2012/10/25 11:01:37 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="" |