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
commitc1e21a1bd1a70b4ce1f9bbf8757cd0fd5f4fc5fc (patch)
treec09542b128734ec3870a57d5f13613d8db007a7f /app-editors/katoob
parentStable on ppc64; bug #66786 (Manifest recommit) (diff)
downloadgentoo-2-c1e21a1bd1a70b4ce1f9bbf8757cd0fd5f4fc5fc.tar.gz
gentoo-2-c1e21a1bd1a70b4ce1f9bbf8757cd0fd5f4fc5fc.tar.bz2
gentoo-2-c1e21a1bd1a70b4ce1f9bbf8757cd0fd5f4fc5fc.zip
Marked 0.3.8 stable (x86). Don't use einstall (bug #72024). Removed old ebuild.
Diffstat (limited to 'app-editors/katoob')
-rw-r--r--app-editors/katoob/ChangeLog7
-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
-rw-r--r--app-editors/katoob/katoob-0.3.5.ebuild43
-rw-r--r--app-editors/katoob/katoob-0.3.8.ebuild6
5 files changed, 8 insertions, 94 deletions
diff --git a/app-editors/katoob/ChangeLog b/app-editors/katoob/ChangeLog
index 8e85e29adb38..5c0d838ba003 100644
--- a/app-editors/katoob/ChangeLog
+++ b/app-editors/katoob/ChangeLog
@@ -1,13 +1,16 @@
# ChangeLog for app-editors/katoob
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/katoob/ChangeLog,v 1.10 2004/10/15 16:14:07 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/katoob/ChangeLog,v 1.11 2004/11/22 17:54:54 leonardop Exp $
+
+ 22 Nov 2004; Leonardo Boshell <leonardop@gentoo.org> katoob-0.3.8.ebuild:
+ Marked stable on x86. Avoid einstall (bug #72024).
15 Oct 2004; David Holm <dholm@gentoo.org> katoob-0.3.8.ebuild:
Added to ~ppc.
*katoob-0.3.8 (07 Sep 2003)
- 07 Sep 2003; L. Boshell <leonardop@gentoo.org> katoob-0.3.8.ebuild:
+ 07 Sep 2004; L. Boshell <leonardop@gentoo.org> katoob-0.3.8.ebuild:
New release. Resolves bug #62414. Thanks to Ahmed Farid for his help on
this report.
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
diff --git a/app-editors/katoob/katoob-0.3.5.ebuild b/app-editors/katoob/katoob-0.3.5.ebuild
deleted file mode 100644
index b10952bb1a7a..000000000000
--- a/app-editors/katoob/katoob-0.3.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/katoob/katoob-0.3.5.ebuild,v 1.7 2004/06/24 21:57:31 agriffis Exp $
-
-inherit eutils
-
-DESCRIPTION="Small text editor based on the GTK+ library 2.0"
-HOMEPAGE="http://www.arabeyes.org/project.php?proj=katoob"
-SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="debug spell"
-
-DEPEND=">=x11-libs/gtk+-2
- x11-libs/gtksourceview"
-RDEPEND="spell? ( app-text/aspell )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Fix some compilation issues.
- epatch ${FILESDIR}/${P}-misc_fixes.patch
- # Fix compilation with recent Gtk+ libraries. See bug #52175.
- sed -i -e 's:#define.*DISABLE_DEPRECATED.*::' src/katoob.h
-}
-
-src_compile() {
- local myconf="--enable-highlight"
-
- use debug && myconf="${myconf} --enable-debug"
- use spell && myconf="${myconf} --enable-spell"
-
- econf ${myconf} || die "econf failed"
- emake || die "Compilation failed"
-}
-
-src_install() {
- einstall
- dodoc AUTHORS ChangeLog NEWS README RELEASE_NOTES THANKS TODO
-}
diff --git a/app-editors/katoob/katoob-0.3.8.ebuild b/app-editors/katoob/katoob-0.3.8.ebuild
index 8119e8cc3c0d..389c48c23812 100644
--- a/app-editors/katoob/katoob-0.3.8.ebuild
+++ b/app-editors/katoob/katoob-0.3.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/katoob/katoob-0.3.8.ebuild,v 1.2 2004/10/15 16:14:07 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/katoob/katoob-0.3.8.ebuild,v 1.3 2004/11/22 17:54:54 leonardop Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE="debug spell"
RDEPEND="spell? ( app-text/aspell )
@@ -33,7 +33,7 @@ src_compile() {
}
src_install() {
- einstall
+ make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog NEWS README RELEASE_NOTES THANKS TODO
}