diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-22 15:26:10 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-22 15:26:10 +0000 |
commit | d9aee26d0a0da29ee5956eded4a8794c7b4992d9 (patch) | |
tree | e7bd868209052c6c3cdc06582fae38777b6e9451 /app-dicts/myspell-bg | |
parent | Version bump. (diff) | |
download | gentoo-2-d9aee26d0a0da29ee5956eded4a8794c7b4992d9.tar.gz gentoo-2-d9aee26d0a0da29ee5956eded4a8794c7b4992d9.tar.bz2 gentoo-2-d9aee26d0a0da29ee5956eded4a8794c7b4992d9.zip |
Version bump, bug #294129 thank Dragomir Penev for report
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/myspell-bg')
-rw-r--r-- | app-dicts/myspell-bg/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/myspell-bg/myspell-bg-20071211.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-dicts/myspell-bg/ChangeLog b/app-dicts/myspell-bg/ChangeLog index 573255c7730c..2caec347ae72 100644 --- a/app-dicts/myspell-bg/ChangeLog +++ b/app-dicts/myspell-bg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-bg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-bg/ChangeLog,v 1.15 2009/10/18 22:13:51 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-bg/ChangeLog,v 1.16 2009/12/22 15:26:10 pva Exp $ + +*myspell-bg-20071211 (22 Dec 2009) + + 22 Dec 2009; Peter Volkov <pva@gentoo.org> +myspell-bg-20071211.ebuild: + Version bump, bug #294129 thank Dragomir Penev for report 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> myspell-bg-20060316.ebuild: QA fixes; IUSE is not defined diff --git a/app-dicts/myspell-bg/myspell-bg-20071211.ebuild b/app-dicts/myspell-bg/myspell-bg-20071211.ebuild new file mode 100644 index 000000000000..2e101bfc56fe --- /dev/null +++ b/app-dicts/myspell-bg/myspell-bg-20071211.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-bg/myspell-bg-20071211.ebuild,v 1.1 2009/12/22 15:26:10 pva Exp $ + +# 20071211 is a 4.1 version from sf.net released on 20071211 + +MYSPELL_SPELLING_DICTIONARIES=( +"bg,BG,bg_BG,Bulgarian (Bulgaria),bg_BG.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"bg,BG,hyph_bg_BG,Bulgarian (Bulgaria),hyph_bg_BG.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"bg,BG,th_bg_BG,Bulgarian (Bulgaria),thes_bg_BG.zip" +) + +inherit myspell + +DESCRIPTION="Bulgarian dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://bgoffice.sourceforge.net/" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" |