summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-03 07:15:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-03 07:15:39 +0000
commit30eee4907185e4e22c51043d2474c4790448078e (patch)
tree4a674f736bc07ab7f5e82bfea63fccdd5247f6a1 /app-dicts/ispell-br
parentmoved dictionaries to app-dicts (diff)
downloadhistorical-30eee4907185e4e22c51043d2474c4790448078e.tar.gz
historical-30eee4907185e4e22c51043d2474c4790448078e.tar.bz2
historical-30eee4907185e4e22c51043d2474c4790448078e.zip
moved from app-i18n
Diffstat (limited to 'app-dicts/ispell-br')
-rw-r--r--app-dicts/ispell-br/ChangeLog11
-rw-r--r--app-dicts/ispell-br/files/digest-ispell-br-2.41
-rw-r--r--app-dicts/ispell-br/ispell-br-2.4.ebuild33
3 files changed, 45 insertions, 0 deletions
diff --git a/app-dicts/ispell-br/ChangeLog b/app-dicts/ispell-br/ChangeLog
new file mode 100644
index 000000000000..c7ceca52c406
--- /dev/null
+++ b/app-dicts/ispell-br/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-i18n/ispell-br
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-br/ChangeLog,v 1.1 2002/12/03 07:15:39 seemant Exp $
+
+*ispell-br-2.4 (11 Jul 2002)
+
+ 11 Jul 2002; Seemant Kulleen <seemant@gentoo.org> 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.
diff --git a/app-dicts/ispell-br/files/digest-ispell-br-2.4 b/app-dicts/ispell-br/files/digest-ispell-br-2.4
new file mode 100644
index 000000000000..3d136b3e9866
--- /dev/null
+++ b/app-dicts/ispell-br/files/digest-ispell-br-2.4
@@ -0,0 +1 @@
+MD5 241d9e2fefb92ea74f13c1e07d0b4e7b br.ispell-2.4.tar.gz 125359
diff --git a/app-dicts/ispell-br/ispell-br-2.4.ebuild b/app-dicts/ispell-br/ispell-br-2.4.ebuild
new file mode 100644
index 000000000000..b5c310881e66
--- /dev/null
+++ b/app-dicts/ispell-br/ispell-br-2.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-br/ispell-br-2.4.ebuild,v 1.1 2002/12/03 07:15:39 seemant Exp $
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="app-text/ispell
+ sys-apps/gawk"
+
+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
+
+ dodoc COPYING README
+}