diff options
author | 2004-11-22 17:54:54 +0000 | |
---|---|---|
committer | 2004-11-22 17:54:54 +0000 | |
commit | 8fad8f6324c62d8174ec47ec3356e46a0ef57797 (patch) | |
tree | c88130a2ff7e53360094fef918ce3b4baf75c859 /app-editors | |
parent | Stable on ppc64; bug #66786 (diff) | |
download | historical-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')
-rw-r--r-- | app-editors/katoob/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/katoob/Manifest | 7 | ||||
-rw-r--r-- | app-editors/katoob/files/digest-katoob-0.3.5 | 1 | ||||
-rw-r--r-- | app-editors/katoob/files/katoob-0.3.5-misc_fixes.patch | 45 | ||||
-rw-r--r-- | app-editors/katoob/katoob-0.3.5.ebuild | 43 | ||||
-rw-r--r-- | app-editors/katoob/katoob-0.3.8.ebuild | 6 |
6 files changed, 10 insertions, 99 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/Manifest b/app-editors/katoob/Manifest index 548bdb06074f..266afab67b57 100644 --- a/app-editors/katoob/Manifest +++ b/app-editors/katoob/Manifest @@ -1,7 +1,4 @@ -MD5 6d59c9c47a8ec9af210c56ddf8bdf52a ChangeLog 1425 -MD5 5d8c8ca57ed30fc26a1c8fcde336a471 katoob-0.3.5.ebuild 1117 +MD5 e33421ef0234185a85c3ab63b5e9f9e0 ChangeLog 1559 +MD5 1dca7d8d266b2a37858f9b212c7d3687 katoob-0.3.8.ebuild 1013 MD5 66ffd4acc7a0faa943d27eae92186e98 metadata.xml 587 -MD5 9218974c7334d5f0b7ae86e1a6f041ed katoob-0.3.8.ebuild 986 -MD5 c88a179c14d6675ab576bdc563e9b093 files/digest-katoob-0.3.5 64 -MD5 1b9151776bb009e9d2892f18c2909332 files/katoob-0.3.5-misc_fixes.patch 1492 MD5 b41c2ec28d5e6daa26d4c96cf05c389a files/digest-katoob-0.3.8 64 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 } |