Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/myspell-bg: myspell-bg-20071211-r1.ebuild ChangeLog
Date: Tue, 29 Dec 2009 11:24:52
Message-Id: E1NPaBp-0004Kj-W7@stork.gentoo.org
1 pva 09/12/29 11:24:37
2
3 Modified: ChangeLog
4 Added: myspell-bg-20071211-r1.ebuild
5 Log:
6 Fixed encoding issue, bug #298283, thank Dragomir Penev for report and fix.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 app-dicts/myspell-bg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/myspell-bg/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/myspell-bg/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/myspell-bg/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-bg/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 22 Dec 2009 15:26:10 -0000 1.16
23 +++ ChangeLog 29 Dec 2009 11:24:37 -0000 1.17
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-dicts/myspell-bg
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-bg/ChangeLog,v 1.16 2009/12/22 15:26:10 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-bg/ChangeLog,v 1.17 2009/12/29 11:24:37 pva Exp $
29 +
30 +*myspell-bg-20071211-r1 (29 Dec 2009)
31 +
32 + 29 Dec 2009; Peter Volkov <pva@g.o> +myspell-bg-20071211-r1.ebuild,
33 + +files/myspell-bg-20071211-encoding.patch:
34 + Fixed encoding issue, bug #298283, thank Dragomir Penev for report and
35 + fix.
36
37 *myspell-bg-20071211 (22 Dec 2009)
38
39
40
41
42 1.1 app-dicts/myspell-bg/myspell-bg-20071211-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/myspell-bg/myspell-bg-20071211-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/myspell-bg/myspell-bg-20071211-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: myspell-bg-20071211-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-bg/myspell-bg-20071211-r1.ebuild,v 1.1 2009/12/29 11:24:37 pva Exp $
52
53 # 20071211 is a 4.1 version from sf.net released on 20071211
54
55 MYSPELL_SPELLING_DICTIONARIES=(
56 "bg,BG,bg_BG,Bulgarian (Bulgaria),bg_BG.zip"
57 )
58
59 MYSPELL_HYPHENATION_DICTIONARIES=(
60 "bg,BG,hyph_bg_BG,Bulgarian (Bulgaria),hyph_bg_BG.zip"
61 )
62
63 MYSPELL_THESAURUS_DICTIONARIES=(
64 "bg,BG,th_bg_BG,Bulgarian (Bulgaria),thes_bg_BG.zip"
65 )
66
67 inherit eutils myspell
68
69 DESCRIPTION="Bulgarian dictionaries for myspell/hunspell"
70 LICENSE="GPL-2"
71 HOMEPAGE="http://lingucomponent.openoffice.org/ http://bgoffice.sourceforge.net/"
72
73 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
74 IUSE=""
75
76 src_unpack() {
77 unpack ${A}
78 cd "${WORKDIR}"
79 epatch "${FILESDIR}/myspell-bg-20071211-encoding.patch"
80 }