ChangeLog

# ChangeLog for app-dicts/ispell-de
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ChangeLog,v 1.10 2007/02/21 20:35:57 peper Exp $

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

*ispell-de-20030222 (21 Sep 2005)

21 Sep 2005; Anders Rune Jensen ispell-de-2003022.ebuild,
New version. Fixes #99887

07 Jun 2004; Daniel Black +metadata.xml,
ispell-de-20011124.ebuild:
QA - IUSE fix

*ispell-de-20011124 (11 Jul 2002)

07 Mar 2003; Graham Forest ispell-de-20001109.ebuild,
ispell-de-20011124.ebuild:
Added all KEYWORDS

15 Feb 2003; Mark Guertin ispell-de-20011124.ebuild :
set ppc in keywords

02 Dec 2002; Seemant Kulleen * :

Moved from app-i18n to app-dicts

11 Jul 2002; Seemant Kulleen
ispell-de-20011124.ebuild :

changed the sq hacks from 17 Apr, as ispell has been patched to provide
these again.

*ispell-de-20011124 (17 Apr 2002)

17 Apr 2002; Seemant Kulleen ispell-de-20011124.ebuild

Tod is soo a genius for thinking of this one. This starts to solve our
recent ispell problems, hopefully.

*ispell-de-20001109 (1 Feb 2002)

1 Feb 2002; G.Bevin ChangeLog :

Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.

Manifest

DIST igerman98-20011124.tar.bz2 294508 RMD160 834fa07761602cf5fff77d0905c3687e35e64f18 SHA1 f47ca5da304c9016da2b7e690d8a8c2e24ce15bd SHA256 9246efefe7a1b9d6db1eec4cfe8708f708f352f724464e6cc347979f7a55e2db
DIST igerman98-20030222.tar.bz2 305783 RMD160 f532e14e3c60e6a7b543f92e173f8dca1a5aad63 SHA1 3c453257cab294260fc2157b175a3ab1318c5ade SHA256 411c27b7887e0e31536ec3c3453e871cfc476573a11a60094613446a51fedac1
EBUILD ispell-de-20011124.ebuild 783 RMD160 cf7de728cbfcafdcc43d6d6fd07ee378d97c8ce5 SHA1 3c94b042debe945009f6374e2411cb82ba34cd4c SHA256 de4965c5d753d4ce074c009d8806c423343cc9dba358c2be6605af959caec837
EBUILD ispell-de-20030222.ebuild 938 RMD160 0134d75d62a00cff9a3f6fb1fc3eda3327e9c000 SHA1 546d3cf0f03cf127e02e8316a3f344f4ed0036d9 SHA256 df62c81af6a8eb96c0e71812f6a76db97bc753dfdab46a823ff32ae36d7b5f2b
MISC ChangeLog 1779 RMD160 623bcde604817965829e91690d00c72231409024 SHA1 dca323055d1c3ad76d245031f0c13e65b0f33943 SHA256 5d295e355df21f64e609b9fe8150b49b39f7b691d09395517a9f2dc15ad3f1d9
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22

ispell-de-20011124.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20011124.ebuild,v 1.11 2005/01/01 12:53:27 eradicator Exp $

MY_P=igerman98-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="German and Swiss dictionaries for ispell"
SRC_URI="http://lisa.goe.net/~bjacke/igerman98/dict/${MY_P}.tar.bz2"
HOMEPAGE="http://lisa.goe.net/~bjacke/igerman98/dict"

SLOT="0"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="ppc x86 sparc alpha mips hppa amd64"

DEPEND="app-text/ispell"

src_compile() {
make || die
make \
german.hash swiss || die
}

src_install () {
make \
DESTDIR=${D} \
install swiss-install || die

insinto /usr/lib/ispell
doins german.aff german.hash

dodoc Documentation/*
}

ispell-de-20030222.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20030222.ebuild,v 1.1 2005/09/22 18:48:29 arj Exp $

MY_P=igerman98-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="German and Swiss dictionaries for ispell"
SRC_URI="http://j3e.de/ispell/igerman98/dict/${MY_P}.tar.bz2"
HOMEPAGE="http://j3e.de/ispell/igerman98/"

SLOT="0"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="~ppc ~x86 ~sparc ~alpha ~mips ~hppa ~amd64"

DEPEND="app-text/ispell"

src_compile() {
make || die "make failed"
make german.hash || die "make german failed"
make swiss.hash || die "make swiss failed"
}

src_install () {
#make DESTDIR=${D} install || die "make german install failed"
#make DESTDIR=${D} swiss-install || die "make swiss install failed"

insinto /usr/lib/ispell
doins german.aff german.hash
doins swiss.aff swiss.hash

dodoc Documentation/*
}

metadata.xml




app-dicts