summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/ispell')
-rw-r--r--app-text/ispell/files/digest-ispell-3.1.20-r11
-rw-r--r--app-text/ispell/files/ispell-3.1.20.diff9
-rw-r--r--app-text/ispell/ispell-3.1.20-r1.ebuild4
3 files changed, 8 insertions, 6 deletions
diff --git a/app-text/ispell/files/digest-ispell-3.1.20-r1 b/app-text/ispell/files/digest-ispell-3.1.20-r1
new file mode 100644
index 000000000000..40dfce116c6b
--- /dev/null
+++ b/app-text/ispell/files/digest-ispell-3.1.20-r1
@@ -0,0 +1 @@
+MD5 92986f940548fe4116428d21b16fd356 ispell-3.1.20.tar.gz
diff --git a/app-text/ispell/files/ispell-3.1.20.diff b/app-text/ispell/files/ispell-3.1.20.diff
index f649c88d8458..374fe9660250 100644
--- a/app-text/ispell/files/ispell-3.1.20.diff
+++ b/app-text/ispell/files/ispell-3.1.20.diff
@@ -28,7 +28,7 @@ diff -r -N -U3 ispell-3.1.orig/Makefile ispell-3.1/Makefile
-local.h:
- set +e; [ -r local.h ] || cp local.h.samp local.h
+local.h: local.h.samp
-+ set +e; sed "s/.[{(]\?RPM_OPT_FLAGS[})]\?/$(RPM_OPT_FLAGS)/" < local.h.samp > local.h
++ set +e; sed "s/.[{(]\?CFLAGS -pipe[})]\?/\$(CFLAGS) -pipe/" < local.h.samp > local.h
msgs.h: config.sh FRC
@. ./config.sh; \
@@ -1026,7 +1026,7 @@ diff -r -N -U3 ispell-3.1.orig/languages/portugues/Makefile ispell-3.1/languages
diff -r -N -U3 ispell-3.1.orig/local.h.samp ispell-3.1/local.h.samp
--- ispell-3.1.orig/local.h.samp Mon Jan 23 18:28:27 1995
+++ ispell-3.1/local.h.samp Thu Feb 8 18:33:10 2001
-@@ -80,19 +80,48 @@
+@@ -80,19 +80,49 @@
*/
#define MINIMENU /* Display a mini-menu at the bottom of the screen */
@@ -1050,7 +1050,7 @@ diff -r -N -U3 ispell-3.1.orig/local.h.samp ispell-3.1/local.h.samp
+#define LIBDIR "/usr/lib/ispell"
+#define ELISPDIR "/usr/share/emacs/site-lisp"
+#define TEXINFODIR "/usr/share/info"
-+#define WORDS "/usr/dict/words"
++#define WORDS "/usr/share/dict/words"
+#define MAN1DIR "/usr/share/man/man1"
+#define MAN4DIR "/usr/share/man/man5"
+#define MAN4EXT ".5"
@@ -1059,7 +1059,8 @@ diff -r -N -U3 ispell-3.1.orig/local.h.samp ispell-3.1/local.h.samp
* Place any locally-required #include statements here
*/
+#define CC "gcc"
-+#define CFLAGS "$RPM_OPT_FLAGS -pipe"
++#define YACC "bison -y"
++#define CFLAGS "$CFLAGS -pipe"
+#define TERMLIB "-lncurses"
+#define LANGUAGES "{american,MASTERDICTS=american.xlg,HASHFILES=americanxlg.hash,EXTRADICT=} {british,MASTERDICTS=british.xlg,HASHFILES=britishxlg.hash,EXTRADICT=} {american,MASTERDICTS=american.med,HASHFILES=americanmed.hash,EXTRADICT=} {british,MASTERDICTS=british.med,HASHFILES=britishmed.hash,EXTRADICT=}"
+
diff --git a/app-text/ispell/ispell-3.1.20-r1.ebuild b/app-text/ispell/ispell-3.1.20-r1.ebuild
index 970ad3b6779a..bdaa08a044d2 100644
--- a/app-text/ispell/ispell-3.1.20-r1.ebuild
+++ b/app-text/ispell/ispell-3.1.20-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.1.20-r1.ebuild,v 1.1 2001/03/06 06:20:41 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.1.20-r1.ebuild,v 1.2 2001/03/20 05:47:31 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${PN}-3.1
@@ -13,7 +13,7 @@ src_unpack() {
unpack ${A}
cd ${S}
- gzip -dc ${FILESDIR}/${P}.diff.gz | patch -p1
+ patch -p1 < ${FILESDIR}/${P}.diff
}