Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 305725
Collapse All | Expand All

(-)/usr/portage/app-dicts/myspell-de/myspell-de-20080915-r1.ebuild (+14 lines)
Lines 23-28 Link Here
23
DESCRIPTION="German dictionaries for myspell/hunspell"
23
DESCRIPTION="German dictionaries for myspell/hunspell"
24
LICENSE="GPL-2 LGPL-2"
24
LICENSE="GPL-2 LGPL-2"
25
HOMEPAGE="http://lingucomponent.openoffice.org/"
25
HOMEPAGE="http://lingucomponent.openoffice.org/"
26
SRC_URI="http://extensions.services.openoffice.org/e-files/1075/9/dict-de_DE-frami_2011-05-05.oxt
27
	http://extensions.services.openoffice.org/e-files/1697/6/dict-de_AT-frami_2011-05-05.oxt
28
	http://extensions.services.openoffice.org/e-files/1699/6/dict-de_CH-frami_2011-05-05.oxt"
26
29
27
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-macos"
30
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-macos"
28
IUSE=""
31
IUSE=""
32
33
src_install() {
34
	myspell_src_install
35
36
	#bug #356853 -> get hunspell -d de_DE or LC_MESSAGES=de_DE hunspell working
37
	#but we need a better solution: how to choose between de_DE_frami and de_DE_1901 (app-dict/myspell-de-alt)
38
	for dict in de_DE de_AT de_CH;do
39
		dosym ${MYSPELL_DICTBASE}/${dict}_frami.aff ${MYSPELL_DICTBASE}/${dict}.aff
40
		dosym ${MYSPELL_DICTBASE}/${dict}_frami.dic ${MYSPELL_DICTBASE}/${dict}.dic
41
	done
42
}

Return to bug 305725