ChangeLog

# ChangeLog for app-dicts/ispell-nl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ChangeLog,v 1.4 2007/11/21 11:15:43 philantrop Exp $

*ispell-nl-1.00 (20 Nov 2007)

20 Nov 2007; Wulf C. Krueger
+ispell-nl-1.00.ebuild, -ispell-nl-1996.ebuild:
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.

01 Jan 2007; Petteri Räty metadata.xml:
Removed arj as he is retired

*ispell-nl-1996 (21 Jul 2006)

21 Jul 2006; Anders Rune Jensen +ispell-nl-1996.ebuild:
New ebuild for Dutch dictionary. Fixes #138403

Manifest

DIST ispell-nl-1.00.tar.bz2 1748726 RMD160 1b66136300e2d1f81c1c4412db416271c1580b3e SHA1 86d94a98c08c89e542b53fd10047aa2cfd22e288 SHA256 e2fe49c898c43d2b06f67ef718abe3e1b1f5ae385c83e50d7558ce74665e34eb
EBUILD ispell-nl-1.00.ebuild 674 RMD160 f72325b10ae7e85d656f9fcf2fa4f041c8225a54 SHA1 c2f73b32a5fe184dff2e11e43ecf716a8294c263 SHA256 fc7e3bd07a1a20c8c6526eab3f1f9a7f11ea0f49c3c3aa4964c9e7878a90da57
MISC ChangeLog 831 RMD160 01354b85e5b837f08d21d7d69d03b9cfe7c2d9f3 SHA1 647489ff6bd58f717f5153bb7a5591c52e93a14e SHA256 b4212ece5545c9b894c28a6a38e50ca7fd0aa549bd0419f6e8d1f070552d28a5
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22

ispell-nl-1.00.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

inherit multilib

DESCRIPTION="A dutch (spelling 2005) dictionary for ispell"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="http://opentaal.nl"

SLOT="0"
LICENSE="LGPL-2.1"
IUSE=""
KEYWORDS="~amd64 ~x86"

DEPEND="app-text/ispell"

src_compile() {
/usr/bin/buildhash -s "${S}"/words-nl.ispell "${S}"/dutch.aff "${S}"/dutch.hash \
|| die "buildhash failed"
}

src_install () {
insinto /usr/$(get_libdir)/ispell
doins dutch.aff dutch.hash
}

metadata.xml




app-dicts