Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gtkspell: gtkspell-2.0.16.ebuild ChangeLog gtkspell-2.0.14.ebuild gtkspell-2.0.13.ebuild
Date: Mon, 01 Mar 2010 20:26:31
Message-Id: E1NmCCD-0007w9-87@stork.gentoo.org
1 eva 10/03/01 20:26:29
2
3 Modified: ChangeLog
4 Added: gtkspell-2.0.16.ebuild
5 Removed: gtkspell-2.0.14.ebuild gtkspell-2.0.13.ebuild
6 Log:
7 Version bump, bug #297731. Bug fixes and translation updates.
8 (Portage version: 2.2_rc63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.79 app-text/gtkspell/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 2 Jan 2010 11:20:58 -0000 1.78
24 +++ ChangeLog 1 Mar 2010 20:26:28 -0000 1.79
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/gtkspell
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.78 2010/01/02 11:20:58 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.79 2010/03/01 20:26:28 eva Exp $
30 +
31 +*gtkspell-2.0.16 (01 Mar 2010)
32 +
33 + 01 Mar 2010; Gilles Dartiguelongue <eva@g.o>
34 + -gtkspell-2.0.13.ebuild, -gtkspell-2.0.14.ebuild, +gtkspell-2.0.16.ebuild:
35 + Version bump, bug #297731. Bug fixes and translation updates.
36
37 02 Jan 2010; Christian Faulhammer <fauli@g.o>
38 gtkspell-2.0.15-r1.ebuild:
39
40
41
42 1.1 app-text/gtkspell/gtkspell-2.0.16.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtkspell-2.0.16.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild,v 1.1 2010/03/01 20:26:28 eva Exp $
52
53 EAPI="2"
54
55 DESCRIPTION="Spell checking widget for GTK2"
56 HOMEPAGE="http://gtkspell.sourceforge.net/"
57 # gtkspell doesn't use sourceforge mirroring system it seems.
58 SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
63 IUSE="doc"
64
65 RDEPEND=">=x11-libs/gtk+-2
66 >=app-text/enchant-1.1.6"
67
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig
70 >=dev-util/intltool-0.35.0
71 doc? (
72 >=dev-util/gtk-doc-1
73 =app-text/docbook-xml-dtd-4.2* )"
74
75 src_prepare() {
76 # Fix intltoolize broken file, see upstream #577133
77 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
78 || die "sed failed"
79 }
80
81 src_configure() {
82 econf \
83 --disable-static \
84 $(use_enable doc gtk-doc)
85 }
86
87 src_install() {
88 emake DESTDIR="${D}" install || die "make install failed"
89 # not installing NEWS, it's empty
90 dodoc AUTHORS ChangeLog README || die "dodoc failed"
91 }