Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-nl: ChangeLog ispell-nl-1.00.ebuild ispell-nl-1996.ebuild
Date: Wed, 21 Nov 2007 11:15:52
Message-Id: E1IunYW-0005RW-DU@stork.gentoo.org
1 philantrop 07/11/21 11:15:44
2
3 Modified: ChangeLog
4 Added: ispell-nl-1.00.ebuild
5 Removed: ispell-nl-1996.ebuild
6 Log:
7 Added a new ebuild for ispell-nl which obsoletes the version 1996 which was a mess and problematic with respect to the licensing. Fixes bug 163640. This new version installs a dictionary for the official 2005 spelling.
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.4 app-dicts/ispell-nl/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 1 Jan 2007 11:57:47 -0000 1.3
24 +++ ChangeLog 21 Nov 2007 11:15:43 -0000 1.4
25 @@ -1,6 +1,14 @@
26 # ChangeLog for app-dicts/ispell-nl
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ChangeLog,v 1.3 2007/01/01 11:57:47 betelgeuse Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ChangeLog,v 1.4 2007/11/21 11:15:43 philantrop Exp $
30 +
31 +*ispell-nl-1.00 (20 Nov 2007)
32 +
33 + 20 Nov 2007; Wulf C. Krueger <philantrop@g.o>
34 + +ispell-nl-1.00.ebuild, -ispell-nl-1996.ebuild:
35 + Added a new ebuild for ispell-nl which obsoletes the version 1996 which was
36 + a mess and problematic with respect to the licensing. Fixes bug 163640. This
37 + new version installs a dictionary for the official 2005 spelling.
38
39 01 Jan 2007; Petteri Räty <betelgeuse@g.o> metadata.xml:
40 Removed arj as he is retired
41
42
43
44 1.1 app-dicts/ispell-nl/ispell-nl-1.00.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild?rev=1.1&content-type=text/plain
48
49 Index: ispell-nl-1.00.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild,v 1.1 2007/11/21 11:15:43 philantrop Exp $
54
55 inherit multilib
56
57 DESCRIPTION="A dutch (spelling 2005) dictionary for ispell"
58 SRC_URI="mirror://gentoo/${P}.tar.bz2"
59 HOMEPAGE="http://opentaal.nl"
60
61 SLOT="0"
62 LICENSE="LGPL-2.1"
63 IUSE=""
64 KEYWORDS="~amd64 ~x86"
65
66 DEPEND="app-text/ispell"
67
68 src_compile() {
69 /usr/bin/buildhash -s "${S}"/words-nl.ispell "${S}"/dutch.aff "${S}"/dutch.hash \
70 || die "buildhash failed"
71 }
72
73 src_install () {
74 insinto /usr/$(get_libdir)/ispell
75 doins dutch.aff dutch.hash
76 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list