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: ChangeLog gtkspell-2.0.14.ebuild gtkspell-2.0.11-r1.ebuild
Date: Thu, 02 Oct 2008 21:41:23
Message-Id: E1KlVvE-0004PB-FC@stork.gentoo.org
1 eva 08/10/02 21:41:20
2
3 Modified: ChangeLog
4 Added: gtkspell-2.0.14.ebuild
5 Removed: gtkspell-2.0.11-r1.ebuild
6 Log:
7 Version bump to 2.0.14.
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
9
10 Revision Changes Path
11 1.65 app-text/gtkspell/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.65&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?rev=1.65&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/ChangeLog?r1=1.64&r2=1.65
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v
20 retrieving revision 1.64
21 retrieving revision 1.65
22 diff -u -r1.64 -r1.65
23 --- ChangeLog 26 Sep 2008 16:49:16 -0000 1.64
24 +++ ChangeLog 2 Oct 2008 21:41:19 -0000 1.65
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-text/gtkspell
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.64 2008/09/26 16:49:16 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.65 2008/10/02 21:41:19 eva Exp $
30 +
31 +*gtkspell-2.0.14 (02 Oct 2008)
32 +
33 + 02 Oct 2008; Gilles Dartiguelongue <eva@g.o>
34 + -files/gtkspell-2.0.11-enchant.patch, -files/gtkspell-2.0.11-nonls.patch,
35 + -gtkspell-2.0.11-r1.ebuild, +gtkspell-2.0.14.ebuild:
36 + Version bump to 2.0.14.
37
38 26 Sep 2008; Jeroen Roovers <jer@g.o> gtkspell-2.0.13.ebuild:
39 Stable for HPPA (bug #238182).
40
41
42
43 1.1 app-text/gtkspell/gtkspell-2.0.14.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/gtkspell-2.0.14.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/gtkspell-2.0.14.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gtkspell-2.0.14.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.14.ebuild,v 1.1 2008/10/02 21:41:19 eva Exp $
53
54 inherit eutils
55
56 DESCRIPTION="Spell checking widget for GTK2"
57 HOMEPAGE="http://gtkspell.sourceforge.net/"
58 # gtkspell doesn't use sourceforge mirroring system it seems.
59 SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="doc"
65
66 RDEPEND=">=x11-libs/gtk+-2
67 >=app-text/enchant-1.1.6"
68
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig
71 >=dev-util/intltool-0.35.0
72 doc? ( >=dev-util/gtk-doc-1
73 =app-text/docbook-xml-dtd-4.2* )"
74
75 src_compile() {
76 econf $(use_enable doc gtk-doc)
77 emake || die "compile failure"
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "make install failed"
82 dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
83 }