Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/myspell-pt-br: myspell-pt-br-3.0.0.ebuild ChangeLog
Date: Tue, 04 Jun 2013 13:00:36
Message-Id: 20130604130024.EA4972171D@flycatcher.gentoo.org
1 scarabeus 13/06/04 13:00:24
2
3 Modified: ChangeLog
4 Added: myspell-pt-br-3.0.0.ebuild
5 Log:
6 Version bump to the latest.
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
9
10 Revision Changes Path
11 1.2 app-dicts/myspell-pt-br/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-pt-br/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-pt-br/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-pt-br/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-pt-br/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 25 Jul 2012 10:07:21 -0000 1.1
24 +++ ChangeLog 4 Jun 2013 13:00:24 -0000 1.2
25 @@ -1,10 +1,14 @@
26 # ChangeLog for app-dicts/myspell-pt-br
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pt-br/ChangeLog,v 1.1 2012/07/25 10:07:21 scarabeus Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pt-br/ChangeLog,v 1.2 2013/06/04 13:00:24 scarabeus Exp $
31 +
32 +*myspell-pt-br-3.0.0 (04 Jun 2013)
33 +
34 + 04 Jun 2013; Tomáš Chvátal <scarabeus@g.o> +myspell-pt-br-3.0.0.ebuild:
35 + Version bump to the latest.
36
37 *myspell-pt-br-2.1.1 (25 Jul 2012)
38
39 25 Jul 2012; Tomáš Chvátal <scarabeus@g.o>
40 +myspell-pt-br-2.1.1.ebuild, +metadata.xml:
41 Initial commit. Make Brazilians happy.
42 -
43
44
45
46 1.1 app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: myspell-pt-br-3.0.0.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild,v 1.1 2013/06/04 13:00:24 scarabeus Exp $
56
57 EAPI=4
58
59 MYSPELL_DICT=(
60 "pt_BR.aff"
61 "pt_BR.dic"
62 )
63
64 MYSPELL_HYPH=(
65 "hyph_pt_BR.dic"
66 )
67
68 MYSPELL_THES=(
69 "th_pt_BR.dat"
70 "th_pt_BR.idx"
71 )
72
73 inherit myspell-r2
74
75 DESCRIPTION="Brazilian dictionaries for myspell/hunspell"
76 HOMEPAGE="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico/"
77 SRC_URI="
78 http://pt-br.libreoffice.org/assets/VeroptBRV${PV//./}AOG.oxt
79 http://wiki.documentfoundation.org/images/f/ff/DicSin-BR.oxt -> ${P}-thes.oxt
80 "
81
82 LICENSE="LGPL-3 MPL-1.1"
83 SLOT="0"
84 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
85 IUSE=""
86
87 DEPEND=""
88 RDEPEND="${DEPEND}"