summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2002-08-09 23:00:51 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2002-08-09 23:00:51 +0000
commit688844057c065b781a6ad52fcdf91339ab3d085d (patch)
tree13dcb671bb9f53f012220a0bf8838d440650e855
parentfixed the issue ldconfig was complaining about (diff)
downloadgentoo-2-688844057c065b781a6ad52fcdf91339ab3d085d.tar.gz
gentoo-2-688844057c065b781a6ad52fcdf91339ab3d085d.tar.bz2
gentoo-2-688844057c065b781a6ad52fcdf91339ab3d085d.zip
Added instructions about ispell-es and pspell
-rw-r--r--app-i18n/ispell-es/ChangeLog10
-rw-r--r--app-i18n/ispell-es/ispell-es-1.7.ebuild11
2 files changed, 16 insertions, 5 deletions
diff --git a/app-i18n/ispell-es/ChangeLog b/app-i18n/ispell-es/ChangeLog
index 266198ce0651..06287e4d5ca4 100644
--- a/app-i18n/ispell-es/ChangeLog
+++ b/app-i18n/ispell-es/ChangeLog
@@ -1,9 +1,11 @@
# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-es/ChangeLog,v 1.1 2002/04/26 20:49:06 tod Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-es/ChangeLog,v 1.2 2002/08/09 23:00:51 bass Exp $
*ispell-es-1.7 ( 26 Apr 2002 )
-
+
+ 9 Aug 2002; J.Alberto Suárez López ispell-es-1.7.ebuild:
+ Added a comment about ispell-es and pspell.
+
26 Apr 2002; Tod Neidt <tod@gentoo.org> ispell-es-1.7.ebuild :
-
- Initial commit. Ebuild submitted by Leonardo Boshell.
+ Initial commit. Ebuild submitted by Leonardo Boshell.
diff --git a/app-i18n/ispell-es/ispell-es-1.7.ebuild b/app-i18n/ispell-es/ispell-es-1.7.ebuild
index 38a868514c55..a75f3fa385bc 100644
--- a/app-i18n/ispell-es/ispell-es-1.7.ebuild
+++ b/app-i18n/ispell-es/ispell-es-1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-es/ispell-es-1.7.ebuild,v 1.7 2002/07/11 10:38:28 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-es/ispell-es-1.7.ebuild,v 1.8 2002/08/09 23:00:51 bass Exp $
MY_P="espanol-"${PV}
S=${WORKDIR}/${MY_P/n/~n}
@@ -31,3 +31,12 @@ src_install () {
fperms 444 /usr/lib/ispell/espa~nol.*
dodoc LEAME README
}
+
+pkg_postinst() {
+
+ einfo "If you are using pspell for spell in some app, like"
+ einfo "abiword, you need create the file:"
+ einfo " /usr/share/pspell/es-ispell.pwli"
+ einfo "And add in:"
+ einfo " /usr/lib/ispell/espa~nol.hash iso8859-1"
+}