summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-18 08:48:24 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-18 08:48:24 +0000
commit462a6f215330a2f04f4408f908ee4ebb4c5b3758 (patch)
treec0326d8c8ff08f73d04eac5ebdc06139d1d009a2 /app-text/gtkspell
parentAdd missing DEPEND on gettext (#507958 by Nikoli) (diff)
downloadgentoo-2-462a6f215330a2f04f4408f908ee4ebb4c5b3758.tar.gz
gentoo-2-462a6f215330a2f04f4408f908ee4ebb4c5b3758.tar.bz2
gentoo-2-462a6f215330a2f04f4408f908ee4ebb4c5b3758.zip
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r--app-text/gtkspell/ChangeLog7
-rw-r--r--app-text/gtkspell/files/gtkspell-3.0.2-GTK_SPELL_CFLAGS.patch25
-rw-r--r--app-text/gtkspell/gtkspell-3.0.0.ebuild46
-rw-r--r--app-text/gtkspell/gtkspell-3.0.3.ebuild51
4 files changed, 6 insertions, 123 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog
index 81ffb6881636..76ab8570557e 100644
--- a/app-text/gtkspell/ChangeLog
+++ b/app-text/gtkspell/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/gtkspell
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.113 2014/03/28 02:05:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.114 2014/04/18 08:48:24 pacho Exp $
+
+ 18 Apr 2014; Pacho Ramos <pacho@gentoo.org>
+ -files/gtkspell-3.0.2-GTK_SPELL_CFLAGS.patch, -gtkspell-3.0.0.ebuild,
+ -gtkspell-3.0.3.ebuild:
+ Version bump
28 Mar 2014; Jeroen Roovers <jer@gentoo.org> gtkspell-3.0.4.ebuild:
Stable for HPPA (bug #499954).
diff --git a/app-text/gtkspell/files/gtkspell-3.0.2-GTK_SPELL_CFLAGS.patch b/app-text/gtkspell/files/gtkspell-3.0.2-GTK_SPELL_CFLAGS.patch
deleted file mode 100644
index b90d0837035f..000000000000
--- a/app-text/gtkspell/files/gtkspell-3.0.2-GTK_SPELL_CFLAGS.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-changeset: 206:f3e86f91fe83
-tag: tip
-user: Alexandre Rostovtsev <tetromino@gentoo.org>
-date: Tue Apr 02 09:39:53 2013 -0400
-files: gtkspell/Makefile.am
-description:
-s/GTK_SPELL_CFLAGS/GTK_SPELL3_CFLAGS/
-
-Fixes build failure with some gobject-introspection versions; see
-https://bugs.gentoo.org/show_bug.cgi?id=463674
-
-
-diff -r 2079cc186a81 -r f3e86f91fe83 gtkspell/Makefile.am
---- a/gtkspell/Makefile.am Mon Mar 04 21:54:20 2013 +0100
-+++ b/gtkspell/Makefile.am Tue Apr 02 09:39:53 2013 -0400
-@@ -40,7 +40,7 @@
- if ENABLE_GTK3
- GtkSpell-3.0.gir: libgtkspell3-3.la
- GtkSpell_3_0_gir_INCLUDES = GObject-2.0 GLib-2.0 Gtk-3.0
--GtkSpell_3_0_gir_CFLAGS = --warn-all @GTK_SPELL_CFLAGS@
-+GtkSpell_3_0_gir_CFLAGS = --warn-all @GTK_SPELL3_CFLAGS@
- GtkSpell_3_0_gir_LIBS = libgtkspell3-3.la
- GtkSpell_3_0_gir_FILES = $(libgtkspell3_3_la_SOURCES)
- GtkSpell_3_0_gir_SCANNERFLAGS = --c-include gtkspell/gtkspell.h
-
diff --git a/app-text/gtkspell/gtkspell-3.0.0.ebuild b/app-text/gtkspell/gtkspell-3.0.0.ebuild
deleted file mode 100644
index baee79765b90..000000000000
--- a/app-text/gtkspell/gtkspell-3.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-3.0.0.ebuild,v 1.11 2013/04/02 13:56:10 tetromino Exp $
-
-EAPI="5"
-
-inherit autotools eutils
-
-DESCRIPTION="Spell checking widget for GTK"
-HOMEPAGE="http://gtkspell.sourceforge.net/"
-MY_P="${PN}3-${PV}"
-SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="3/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="+introspection"
-
-RDEPEND=">=app-text/enchant-1.1.6
- dev-libs/glib:2
- x11-libs/gtk+:3[introspection?]
- >=x11-libs/pango-1.8.0[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-1.30 )"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.17
- >=dev-util/intltool-0.35.0
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- # https://sourceforge.net/p/gtkspell/bugs/17/
- epatch "${FILESDIR}/${PN}-3.0.2-GTK_SPELL_CFLAGS.patch" #463674
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable introspection)
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/app-text/gtkspell/gtkspell-3.0.3.ebuild b/app-text/gtkspell/gtkspell-3.0.3.ebuild
deleted file mode 100644
index 2ca50c6b6bba..000000000000
--- a/app-text/gtkspell/gtkspell-3.0.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-3.0.3.ebuild,v 1.4 2013/12/22 15:27:00 jer Exp $
-
-EAPI="5"
-VALA_MIN_API_VERSION="0.18"
-
-inherit eutils vala
-
-DESCRIPTION="Spell checking widget for GTK"
-HOMEPAGE="http://gtkspell.sourceforge.net/"
-MY_P="${PN}3-${PV}"
-SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="3/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="+introspection vala"
-
-RDEPEND="
- >=app-text/enchant-1.1.6
- app-text/iso-codes
- dev-libs/glib:2
- x11-libs/gtk+:3[introspection?]
- >=x11-libs/pango-1.8.0[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-1.30 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.17
- >=dev-util/intltool-0.35.0
- virtual/pkgconfig
- vala? ( $(vala_depend) )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- use vala && vala_src_prepare
-}
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable introspection) \
- $(use_enable vala)
-}
-
-src_install() {
- default
- prune_libtool_files
-}