ChangeLog

# ChangeLog for app-dicts/ispell-pt-br
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ChangeLog,v 1.6 2008/06/09 08:12:14 pva Exp $

09 Jun 2008; Peter Volkov ispell-pt-br-2.4-r2.ebuild:
Added ~amd64 keyword, bug #223049

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

30 Jul 2004; Anders Rune Jensen +metadata.xml:
QA - IUSE fix and {add missing,correct} metatata.xml.

*ispell-pt-br-2.4-r2 (13 Jun 2003)

13 Jun 2003; Seemant Kulleen
ispell-pt-br-2.4-r2.ebuild:
moved to ispell-pt-br, which accurately reflects the language -- Brazilian
Portugese. Thanks to: Lucas Roxo Mundim in bug #15240

*ispell-br-2.4-r1 (18 Jan 2003)

12 Feb 2003; Seemant Kulleen
ispell-br-2.4-r1.ebuild :

Moved to x86, and added all other arches to ~arch, did this for the old
ebuild too. Also, moved patch to a bz2 on the mirrors instead.

18 Jan 2003; Seemant Kulleen ispell-br-2.4-r1.ebuild
files/ispell-2.4-palavras-gentoo.diff :

Patch submitted by : rgf@ieg.com.br (Raul Fernandes) in bug #13937 to
remove duplicate words, add new words and fix an error in br.aff.

*ispell-br-2.4 (11 Jul 2002)

07 Mar 2003; Graham Forest ispell-br-2.4-r1.ebuild,
ispell-br-2.4.ebuild:
Added all KEYWORDS

02 Dec 2002; Seemant Kulleen * :

Moved from app-i18n to app-dicts

11 Jul 2002; Seemant Kulleen ispell-br-2.4.ebuild
files/digest-ispell-br-2.4 ChangeLog :

New dictionary by: msantos@pobox.com (Marcelo Fontenele S Santos) in bug
#3764.

Manifest

DIST br.ispell-2.4.tar.gz 125359 RMD160 03af370a1bc12b965f602e177aa21a9280975589 SHA1 18e13d69950cb3112436cd5787f250a195449a3e SHA256 07ab65134668d1e787ced927cbaf844054a1ac874050a329491537bcaa64b49d
DIST ispell-pt-br-2.4-palavras-gentoo.diff.bz2 14630 RMD160 2aacae3f1ea1867643470f433d33507568daaada SHA1 61e85467f47f7670aa95aa6afbe9771e1667968f SHA256 4dacaf9a29e6927a8b902594f8c8b2a285c58bfb0417a8bb4f746535b0c8599b
EBUILD ispell-pt-br-2.4-r2.ebuild 1079 RMD160 fb430596c9d558c31a4c647f615584d24f9996e7 SHA1 e20e6d25716cf3422678494f81a0b7fd2d4d849b SHA256 3d9d9870d0593bfe94ddfdae028112fc8aacff7c987ec2ec5892000e8c6940e8
MISC ChangeLog 1773 RMD160 9e6ceff8cc2b3558b22cc476d71db09aa8868ad2 SHA1 371f0722cae34057b0c9b3f2023aafccaaba7a3a SHA256 5c33c30f2c2e798c90d5592dc4b35bbe35b179c0331729545008192db9518b52
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22

ispell-pt-br-2.4-r2.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.8 2008/06/09 08:12:14 pva Exp $

inherit eutils

MY_P="br.ispell-${PV}"
S=${WORKDIR}/${MY_P}
DESCRIPTION="A Brazilian portuguese dictionary for ispell"
HOMEPAGE="http://www.ime.usp.br/~ueda/br.ispell"
SRC_URI="http://www.ime.usp.br/~ueda/br.ispell/${MY_P}.tar.gz
mirror://gentoo/${P}-palavras-gentoo.diff.bz2"

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

DEPEND="app-text/ispell
sys-apps/gawk"

src_unpack() {
unpack ${A}
cd ${S}
epatch ${WORKDIR}/${P}-palavras-gentoo.diff
}

src_compile() {
emake VDIR=/usr/share/dict || die
make palavras
make paradigmas
}

src_install() {
emake \
prefix=${D}usr \
VDIR=${D}/usr/share/dict \
HASHDIR=${D}usr/lib/ispell \
MANDIR=${D}usr/share/man \
install || die

insinto /usr/lib/ispell
newins br.aff pt_BR.aff
newins br.hash pt_BR.hash
rm -f ${D}/usr/lib/ispell/br.*

dodoc README
}

metadata.xml




app-dicts