Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/enchant: ChangeLog enchant-1.6.0.ebuild enchant-1.4.2.ebuild enchant-1.2.5.ebuild enchant-1.3.0.ebuild enchant-1.5.0.ebuild
Date: Tue, 05 Oct 2010 04:51:34
Message-Id: 20101005045125.47D0420051@flycatcher.gentoo.org
1 leio 10/10/05 04:51:25
2
3 Modified: ChangeLog enchant-1.6.0.ebuild
4 Removed: enchant-1.4.2.ebuild enchant-1.2.5.ebuild
5 enchant-1.3.0.ebuild enchant-1.5.0.ebuild
6 Log:
7 Marked ~mips for bug #232245. Remove old
8
9 (Portage version: 2.1.9.11/cvs/Linux mips64)
10
11 Revision Changes Path
12 1.117 app-text/enchant/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/enchant/ChangeLog?rev=1.117&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/enchant/ChangeLog?rev=1.117&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/enchant/ChangeLog?r1=1.116&r2=1.117
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v
21 retrieving revision 1.116
22 retrieving revision 1.117
23 diff -u -r1.116 -r1.117
24 --- ChangeLog 26 Sep 2010 11:47:40 -0000 1.116
25 +++ ChangeLog 5 Oct 2010 04:51:24 -0000 1.117
26 @@ -1,6 +1,11 @@
27 # ChangeLog for app-text/enchant
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.116 2010/09/26 11:47:40 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.117 2010/10/05 04:51:24 leio Exp $
31 +
32 + 05 Oct 2010; Mart Raudsepp <leio@g.o> -enchant-1.2.5.ebuild,
33 + -enchant-1.3.0.ebuild, -enchant-1.4.2.ebuild, -enchant-1.5.0.ebuild,
34 + -files/enchant-1.5.0-zemberek.patch, enchant-1.6.0.ebuild:
35 + Marked ~mips for bug #232245. Remove old
36
37 26 Sep 2010; Raúl Porcel <armin76@g.o> enchant-1.6.0.ebuild:
38 ia64/sh/sparc stable wrt #323093
39
40
41
42 1.11 app-text/enchant/enchant-1.6.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/enchant/enchant-1.6.0.ebuild?rev=1.11&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/enchant/enchant-1.6.0.ebuild?rev=1.11&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/enchant/enchant-1.6.0.ebuild?r1=1.10&r2=1.11
47
48 Index: enchant-1.6.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.6.0.ebuild,v
51 retrieving revision 1.10
52 retrieving revision 1.11
53 diff -u -r1.10 -r1.11
54 --- enchant-1.6.0.ebuild 26 Sep 2010 11:47:40 -0000 1.10
55 +++ enchant-1.6.0.ebuild 5 Oct 2010 04:51:24 -0000 1.11
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.6.0.ebuild,v 1.10 2010/09/26 11:47:40 armin76 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.6.0.ebuild,v 1.11 2010/10/05 04:51:24 leio Exp $
61
62 EAPI="3"
63 inherit libtool confutils autotools
64 @@ -11,7 +11,7 @@
65
66 LICENSE="LGPL-2.1"
67 SLOT="0"
68 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
69 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
70 IUSE="aspell +hunspell zemberek"
71
72 COMMON_DEPENDS=">=dev-libs/glib-2