Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gtkspell: gtkspell-3.0.4.ebuild ChangeLog gtkspell-3.0.2.ebuild
Date: Sun, 09 Feb 2014 13:26:55
Message-Id: 20140209132652.257232004C@flycatcher.gentoo.org
1 pacho 14/02/09 13:26:52
2
3 Modified: ChangeLog
4 Added: gtkspell-3.0.4.ebuild
5 Removed: gtkspell-3.0.2.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.108 app-text/gtkspell/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.108&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.108&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gtkspell/ChangeLog?r1=1.107&r2=1.108
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v
21 retrieving revision 1.107
22 retrieving revision 1.108
23 diff -u -r1.107 -r1.108
24 --- ChangeLog 22 Dec 2013 15:27:00 -0000 1.107
25 +++ ChangeLog 9 Feb 2014 13:26:51 -0000 1.108
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-text/gtkspell
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.107 2013/12/22 15:27:00 jer Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.108 2014/02/09 13:26:51 pacho Exp $
32 +
33 +*gtkspell-3.0.4 (09 Feb 2014)
34 +
35 + 09 Feb 2014; Pacho Ramos <pacho@g.o> +gtkspell-3.0.4.ebuild,
36 + -gtkspell-3.0.2.ebuild:
37 + Version bump, drop old
38
39 22 Dec 2013; Jeroen Roovers <jer@g.o> gtkspell-3.0.3.ebuild:
40 Stable for HPPA (bug #478252).
41
42
43
44 1.1 app-text/gtkspell/gtkspell-3.0.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gtkspell/gtkspell-3.0.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gtkspell/gtkspell-3.0.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtkspell-3.0.4.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-3.0.4.ebuild,v 1.1 2014/02/09 13:26:51 pacho Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57 VALA_MIN_API_VERSION="0.18"
58
59 inherit eutils gnome2 vala
60
61 DESCRIPTION="Spell checking widget for GTK"
62 HOMEPAGE="http://gtkspell.sourceforge.net/"
63 MY_P="${PN}3-${PV}"
64 SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
65
66 LICENSE="GPL-2+"
67 SLOT="3/0"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
69 IUSE="+introspection vala"
70
71 RDEPEND="
72 >=app-text/enchant-1.1.6
73 app-text/iso-codes
74 dev-libs/glib:2
75 x11-libs/gtk+:3[introspection?]
76 >=x11-libs/pango-1.8.0[introspection?]
77 introspection? ( >=dev-libs/gobject-introspection-1.30 )
78 "
79 DEPEND="${RDEPEND}
80 >=dev-util/gtk-doc-am-1.17
81 >=dev-util/intltool-0.35.0
82 virtual/pkgconfig
83 vala? ( $(vala_depend) )
84 "
85
86 S="${WORKDIR}/${MY_P}"
87
88 src_prepare() {
89 use vala && vala_src_prepare
90 gnome2_src_prepare
91 }
92
93 src_configure() {
94 gnome2_src_configure \
95 --disable-static \
96 $(use_enable introspection) \
97 $(use_enable vala)
98 }