summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2004-11-22 17:54:54 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2004-11-22 17:54:54 +0000
commit8fad8f6324c62d8174ec47ec3356e46a0ef57797 (patch)
treec88130a2ff7e53360094fef918ce3b4baf75c859 /app-editors/katoob/files
parentStable on ppc64; bug #66786 (diff)
downloadhistorical-8fad8f6324c62d8174ec47ec3356e46a0ef57797.tar.gz
historical-8fad8f6324c62d8174ec47ec3356e46a0ef57797.tar.bz2
historical-8fad8f6324c62d8174ec47ec3356e46a0ef57797.zip
Marked 0.3.8 stable (x86). Don't use einstall (bug #72024). Removed old ebuild.
Diffstat (limited to 'app-editors/katoob/files')
-rw-r--r--app-editors/katoob/files/digest-katoob-0.3.51
-rw-r--r--app-editors/katoob/files/katoob-0.3.5-misc_fixes.patch45
2 files changed, 0 insertions, 46 deletions
diff --git a/app-editors/katoob/files/digest-katoob-0.3.5 b/app-editors/katoob/files/digest-katoob-0.3.5
deleted file mode 100644
index 62fc89034a0b..000000000000
--- a/app-editors/katoob/files/digest-katoob-0.3.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a05723c7aee914c51226270aa3d61ff9 katoob-0.3.5.tar.gz 427297
diff --git a/app-editors/katoob/files/katoob-0.3.5-misc_fixes.patch b/app-editors/katoob/files/katoob-0.3.5-misc_fixes.patch
deleted file mode 100644
index 14dbfc567dea..000000000000
--- a/app-editors/katoob/files/katoob-0.3.5-misc_fixes.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -NurB katoob-0.3.5-orig/src/katoobdocument.c katoob-0.3.5/src/katoobdocument.c
---- katoob-0.3.5-orig/src/katoobdocument.c 2003-10-02 06:22:00.000000000 -0500
-+++ katoob-0.3.5/src/katoobdocument.c 2003-10-02 06:31:50.000000000 -0500
-@@ -2836,10 +2836,12 @@
- (GTK_TEXT_VIEW
- (doc->priv->textview)->buffer),
- FALSE);
-+#ifdef HAVE_SPELL
- if (config->spell_check)
- {
- katoob_document_enable_spell_checker (doc);
- }
-+#endif
-
- katoob_document_set_bidi (doc, config->text_dir);
- return;
-@@ -3027,7 +3029,9 @@
- break;
- }
- }
-+#ifdef HAVE_SPELL
- katoob_document_disable_spell_checker (doc);
-+#endif
- katoob_document_set_bidi (doc, KATOOB_BIDI_LTR);
- }
-
-diff -NurB katoob-0.3.5-orig/src/Makefile.in katoob-0.3.5/src/Makefile.in
---- katoob-0.3.5-orig/src/Makefile.in 2003-10-02 06:22:00.000000000 -0500
-+++ katoob-0.3.5/src/Makefile.in 2003-10-02 06:23:29.000000000 -0500
-@@ -134,11 +134,11 @@
- EXTRA_DIST = katoobmarshalers.list
-
- bin_PROGRAMS = katoob
--INCLUDES = $(SPELL_CFLAGS) $(KATOOB_CFLAGS) $(HIGHLIGHT_CFLAGS) -I./fribidi/ \
-- $(PANGOFT2_CFLAGS)
-+INCLUDES = $(PANGOFT2_CFLAGS) $(SPELL_CFLAGS) $(KATOOB_CFLAGS) \
-+ $(HIGHLIGHT_CFLAGS) -I./fribidi/
-
--katoob_LDADD = -L./fribidi -lfribidi $(SPELL_LIBS) $(KATOOB_LIBS) \
-- $(PANGOFT2_LIBS) $(HIGHLIGHT_LIBS) $(spell_cxx)
-+katoob_LDADD = -L./fribidi -lfribidi $(PANGOFT2_LIBS) $(SPELL_LIBS) \
-+ $(KATOOB_LIBS) $(HIGHLIGHT_LIBS) $(spell_cxx)
-
-
- katoob_DEPENDENCIES = fribidi/libfribidi.la