diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-17 23:11:42 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-17 23:11:42 +0000 |
commit | 1392a97070a214ce74bd71fcd9c8baab70e282a1 (patch) | |
tree | bb682f0cc9848295de4e58ce6d12e092d1624931 /app-text/gtkspell | |
parent | Pin glib/gtk+ to SLOT 2. (diff) | |
download | gentoo-2-1392a97070a214ce74bd71fcd9c8baab70e282a1.tar.gz gentoo-2-1392a97070a214ce74bd71fcd9c8baab70e282a1.tar.bz2 gentoo-2-1392a97070a214ce74bd71fcd9c8baab70e282a1.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gtkspell/files/gtkspell-2.0.15-fix-null-list.patch | 15 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.15-r1.ebuild | 40 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.15.ebuild | 34 |
4 files changed, 5 insertions, 90 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index cc5b42395acb..c0febbc5c937 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtkspell # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.85 2010/07/12 17:21:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.86 2010/12/17 23:11:41 eva Exp $ + + 17 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> -gtkspell-2.0.15.ebuild, + -gtkspell-2.0.15-r1.ebuild, -files/gtkspell-2.0.15-fix-null-list.patch: + Clean up old revisions. 12 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> gtkspell-2.0.16.ebuild: diff --git a/app-text/gtkspell/files/gtkspell-2.0.15-fix-null-list.patch b/app-text/gtkspell/files/gtkspell-2.0.15-fix-null-list.patch deleted file mode 100644 index f35cea87327a..000000000000 --- a/app-text/gtkspell/files/gtkspell-2.0.15-fix-null-list.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nur gtkspell-2.0.15/gtkspell/gtkspell.c gtkspell-2.0.15_patched/gtkspell/gtkspell.c ---- gtkspell-2.0.15/gtkspell/gtkspell.c 2008-12-01 10:38:40.000000000 +0200 -+++ gtkspell-2.0.15_patched/gtkspell/gtkspell.c 2009-05-17 14:50:09.000000000 +0300 -@@ -387,10 +387,9 @@ - if (inside_more_submenu) gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi); - else gtk_menu_shell_insert(GTK_MENU_SHELL(menu), mi, menu_position++); - } -+ enchant_dict_free_string_list(spell->speller, suggestions); - } - -- enchant_dict_free_suggestions(spell->speller, suggestions); -- - /* + Add to Dictionary */ - label = g_strdup_printf(_("Add \"%s\" to Dictionary"), word); - mi = gtk_image_menu_item_new_with_label(label); diff --git a/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild deleted file mode 100644 index 09299199b33f..000000000000 --- a/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15-r1.ebuild,v 1.2 2010/01/02 11:20:58 fauli Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="Spell checking widget for GTK2" -HOMEPAGE="http://gtkspell.sourceforge.net/" -# gtkspell doesn't use sourceforge mirroring system it seems. -SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -IUSE="doc" - -RDEPEND=">=x11-libs/gtk+-2 - >=app-text/enchant-1.1.6" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-util/intltool-0.35.0 - doc? ( >=dev-util/gtk-doc-1 - =app-text/docbook-xml-dtd-4.2* )" - -src_prepare() { - # Bug #270177 - epatch "${FILESDIR}"/${P}-fix-null-list.patch -} - -src_configure() { - econf $(use_enable doc gtk-doc) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} diff --git a/app-text/gtkspell/gtkspell-2.0.15.ebuild b/app-text/gtkspell/gtkspell-2.0.15.ebuild deleted file mode 100644 index b12e761d704a..000000000000 --- a/app-text/gtkspell/gtkspell-2.0.15.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.15.ebuild,v 1.6 2009/05/10 15:10:09 jer Exp $ - -inherit eutils - -DESCRIPTION="Spell checking widget for GTK2" -HOMEPAGE="http://gtkspell.sourceforge.net/" -# gtkspell doesn't use sourceforge mirroring system it seems. -SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=">=x11-libs/gtk+-2 - >=app-text/enchant-1.1.6" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-util/intltool-0.35.0 - doc? ( >=dev-util/gtk-doc-1 - =app-text/docbook-xml-dtd-4.2* )" - -src_compile() { - econf $(use_enable doc gtk-doc) - emake || die "compile failure" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} |