summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-06-13 13:12:56 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-06-13 13:12:56 +0000
commit161f66b08c738785cbe10046167108701d6e2b65 (patch)
treeec9cc929ba95d4236f458851cc540965ffb36612
parentClean ups due to changes in the build system for Ardour (diff)
downloadhistorical-161f66b08c738785cbe10046167108701d6e2b65.tar.gz
historical-161f66b08c738785cbe10046167108701d6e2b65.tar.bz2
historical-161f66b08c738785cbe10046167108701d6e2b65.zip
ispell-br moved to ispell-pt-br
-rw-r--r--app-dicts/ispell-br/Manifest5
-rw-r--r--app-dicts/ispell-br/files/digest-ispell-br-2.41
-rw-r--r--app-dicts/ispell-br/files/digest-ispell-br-2.4-r12
-rw-r--r--app-dicts/ispell-br/ispell-br-2.4-r1.ebuild42
-rw-r--r--app-dicts/ispell-br/ispell-br-2.4.ebuild33
-rw-r--r--app-dicts/ispell-pt-br/ChangeLog (renamed from app-dicts/ispell-br/ChangeLog)11
-rw-r--r--app-dicts/ispell-pt-br/Manifest3
7 files changed, 12 insertions, 85 deletions
diff --git a/app-dicts/ispell-br/Manifest b/app-dicts/ispell-br/Manifest
deleted file mode 100644
index 8c889de13210..000000000000
--- a/app-dicts/ispell-br/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 c765e8c23620cd1805306bd717f2775e ChangeLog 1181
-MD5 f1f32331fc6346fb4707bda3a980e067 ispell-br-2.4-r1.ebuild 976
-MD5 4c6ea74640b0fc771147089f83a1b45d ispell-br-2.4.ebuild 825
-MD5 ddb43e9a79e0c833162635c6b736addd files/digest-ispell-br-2.4 65
-MD5 c1826c2a8dad184751fddcf945a3cdf1 files/digest-ispell-br-2.4-r1 147
diff --git a/app-dicts/ispell-br/files/digest-ispell-br-2.4 b/app-dicts/ispell-br/files/digest-ispell-br-2.4
deleted file mode 100644
index 3d136b3e9866..000000000000
--- a/app-dicts/ispell-br/files/digest-ispell-br-2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 241d9e2fefb92ea74f13c1e07d0b4e7b br.ispell-2.4.tar.gz 125359
diff --git a/app-dicts/ispell-br/files/digest-ispell-br-2.4-r1 b/app-dicts/ispell-br/files/digest-ispell-br-2.4-r1
deleted file mode 100644
index 83e48e1557f9..000000000000
--- a/app-dicts/ispell-br/files/digest-ispell-br-2.4-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 241d9e2fefb92ea74f13c1e07d0b4e7b br.ispell-2.4.tar.gz 125359
-MD5 946cac95d31f29eeb1c45c19d93675ce ispell-br-2.4-palavras-gentoo.diff.bz2 14630
diff --git a/app-dicts/ispell-br/ispell-br-2.4-r1.ebuild b/app-dicts/ispell-br/ispell-br-2.4-r1.ebuild
deleted file mode 100644
index 70247b556706..000000000000
--- a/app-dicts/ispell-br/ispell-br-2.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2003 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-r1.ebuild,v 1.4 2003/03/08 01:07:44 vladimir 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="ppc x86 sparc alpha mips hppa arm"
-
-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
-
- dodoc COPYING README
-}
diff --git a/app-dicts/ispell-br/ispell-br-2.4.ebuild b/app-dicts/ispell-br/ispell-br-2.4.ebuild
deleted file mode 100644
index d5db357f3cc9..000000000000
--- a/app-dicts/ispell-br/ispell-br-2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2003 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.4 2003/03/08 01:07:44 vladimir 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="ppc x86 sparc alpha mips hppa arm"
-
-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
-}
diff --git a/app-dicts/ispell-br/ChangeLog b/app-dicts/ispell-pt-br/ChangeLog
index 7cde3a86b4c6..abedadd2d1b5 100644
--- a/app-dicts/ispell-br/ChangeLog
+++ b/app-dicts/ispell-pt-br/ChangeLog
@@ -1,6 +1,13 @@
-# ChangeLog for app-dicts/ispell-br
+# ChangeLog for app-dicts/ispell-pt-br
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-br/ChangeLog,v 1.6 2003/03/08 01:07:44 vladimir Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ChangeLog,v 1.1 2003/06/13 13:12:56 seemant Exp $
+
+*ispell-pt-br-2.4-r2 (13 Jun 2003)
+
+ 13 Jun 2003; Seemant Kulleen <seemant@gentoo.org>
+ ispell-pt-br-2.4-r2.ebuild:
+ moved to ispell-pt-br, which accurately reflects the language -- Brazilian
+ Portugese. Thanks to: Lucas Roxo Mundim <el_mariel@uol.com.br> in bug #15240
*ispell-br-2.4-r1 (18 Jan 2003)
diff --git a/app-dicts/ispell-pt-br/Manifest b/app-dicts/ispell-pt-br/Manifest
new file mode 100644
index 000000000000..2e00abf4b1ca
--- /dev/null
+++ b/app-dicts/ispell-pt-br/Manifest
@@ -0,0 +1,3 @@
+MD5 7dc751e109045b044a9b3420687dcc7f ispell-pt-br-2.4-r2.ebuild 1088
+MD5 c765e8c23620cd1805306bd717f2775e ChangeLog 1181
+MD5 88b5e833fcd1949a6d905e6d9e89ee82 files/digest-ispell-pt-br-2.4-r2 150