Parent Directory
|
Revision Log
Version bump to latest release. (Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
| 1 | scarabeus | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-de/myspell-de-2012.06.10.ebuild,v 1.1 2012/06/17 10:31:03 scarabeus Exp $ | ||
| 4 | |||
| 5 | EAPI=4 | ||
| 6 | |||
| 7 | MYSPELL_DICT=( | ||
| 8 | "sv_FI.aff" | ||
| 9 | "sv_FI.dic" | ||
| 10 | "sv_SE.aff" | ||
| 11 | "sv_SE.dic" | ||
| 12 | ) | ||
| 13 | |||
| 14 | MYSPELL_HYPH=( | ||
| 15 | "hyph_sv_SE.dic" | ||
| 16 | ) | ||
| 17 | |||
| 18 | MYSPELL_THES=( | ||
| 19 | "th_sv_SE.dat" | ||
| 20 | "th_sv_SE.idx" | ||
| 21 | ) | ||
| 22 | |||
| 23 | inherit myspell-r2 | ||
| 24 | |||
| 25 | DESCRIPTION="Swedish dictionaries for myspell/hunspell" | ||
| 26 | HOMEPAGE=" | ||
| 27 | http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan | ||
| 28 | http://extensions.libreoffice.org/extension-center/swedish-hyphenation | ||
| 29 | http://extensions.libreoffice.org/extension-center/swedish-thesaurus-based-on-synlex | ||
| 30 | " | ||
| 31 | SRC_URI=" | ||
| 32 | http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/${PV}/ooo_swedish_dict_${PV}.oxt | ||
| 33 | http://extensions.libreoffice.org/extension-center/swedish-hyphenation/releases/1.10/hyph_sv_se.oxt -> ${P}-hyph.oxt | ||
| 34 | http://extensions.libreoffice.org/extension-center/swedish-thesaurus-based-on-synlex/releases/1.3/swedishthesaurus.oxt -> ${P}-thes.oxt | ||
| 35 | " | ||
| 36 | |||
| 37 | LICENSE="CCPL-Attribution-ShareAlike-3.0 GPL-2 LGPL-3" | ||
| 38 | SLOT="0" | ||
| 39 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" | ||
| 40 | IUSE="" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |