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-nl: myspell-nl-2.10g.ebuild ChangeLog myspell-nl-20060316.ebuild myspell-nl-20090725.ebuild myspell-nl-20070607.ebuild
Date: Sat, 30 Jun 2012 08:34:42
Message-Id: 20120630083429.3856D2004B@flycatcher.gentoo.org
1 scarabeus 12/06/30 08:34:29
2
3 Modified: ChangeLog
4 Added: myspell-nl-2.10g.ebuild
5 Removed: myspell-nl-20060316.ebuild
6 myspell-nl-20090725.ebuild
7 myspell-nl-20070607.ebuild
8 Log:
9 Version bump to latest upstream release. Track the version with upstream versioning scheme. Thanks to Qantourisc for the poke on this.
10
11 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64, RepoMan options: --force)
12
13 Revision Changes Path
14 1.25 app-dicts/myspell-nl/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-nl/ChangeLog?rev=1.25&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-nl/ChangeLog?rev=1.25&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-nl/ChangeLog?r1=1.24&r2=1.25
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/ChangeLog,v
23 retrieving revision 1.24
24 retrieving revision 1.25
25 diff -u -r1.24 -r1.25
26 --- ChangeLog 17 May 2012 18:24:46 -0000 1.24
27 +++ ChangeLog 30 Jun 2012 08:34:28 -0000 1.25
28 @@ -1,6 +1,14 @@
29 # ChangeLog for app-dicts/myspell-nl
30 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/ChangeLog,v 1.24 2012/05/17 18:24:46 aballier Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/ChangeLog,v 1.25 2012/06/30 08:34:28 scarabeus Exp $
33 +
34 +*myspell-nl-2.10g (30 Jun 2012)
35 +
36 + 30 Jun 2012; Tomáš Chvátal <scarabeus@g.o>
37 + +myspell-nl-2.10g.ebuild, -myspell-nl-20060316.ebuild,
38 + -myspell-nl-20070607.ebuild, -myspell-nl-20090725.ebuild:
39 + Version bump to latest upstream release. Track the version with upstream
40 + versioning scheme. Thanks to Qantourisc for the poke on this.
41
42 17 May 2012; Alexis Ballier <aballier@g.o> myspell-nl-20060316.ebuild,
43 myspell-nl-20070607.ebuild, myspell-nl-20090725.ebuild:
44
45
46
47 1.1 app-dicts/myspell-nl/myspell-nl-2.10g.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild?rev=1.1&content-type=text/plain
51
52 Index: myspell-nl-2.10g.ebuild
53 ===================================================================
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild,v 1.1 2012/06/30 08:34:28 scarabeus Exp $
57
58 EAPI=4
59
60 MYSPELL_DICT=(
61 "nl_NL.aff"
62 "nl_NL.dic"
63 )
64
65 MYSPELL_HYPH=(
66 "hyph_nl_NL.dic"
67 )
68
69 MYSPELL_THES=(
70 "th_nl_NL_v2.dat"
71 "th_nl_NL_v2.idx"
72 )
73
74 inherit myspell-r2
75
76 DESCRIPTION="Czech dictionaries for myspell/hunspell"
77 HOMEPAGE="http://www.liberix.cz/doplnky/slovniky/ooo/"
78 # Thesarus is not versioned at all, I suppose we could bump it with each dict
79 # release, or when people say that the download uri checksum changed.
80 SRC_URI="
81 http://opentaal.org/bestanden/license_result/20-woordenlijst-v-${PV//./}-voor-openofficeorg-3?bid=20&agree=1 -> ${P}.oxt
82 http://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt -> ${P}_thes.oxt
83 "
84
85 LICENSE="BSD-2 CCPL-Attribution-3.0"
86 SLOT="0"
87 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
88 IUSE=""
89
90 src_prepare() {
91 # thesarus has ugly name
92 mv th_nl_v2.dat th_nl_NL_v2.dat || die
93 mv th_nl_v2.idx th_nl_NL_v2.idx || die
94
95 # remove dutch translated license so it aint installed
96 rm -rf licentie* || die
97 }