Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/m17n-lib: m17n-lib-1.6.3-r1.ebuild ChangeLog
Date: Mon, 02 Jul 2012 22:32:57
Message-Id: 20120702223242.B55812004C@flycatcher.gentoo.org
1 naota 12/07/02 22:32:42
2
3 Modified: m17n-lib-1.6.3-r1.ebuild ChangeLog
4 Log:
5 Patch to use aspell instead of ispell. #424427
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: m17n-lib-1.6.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- m17n-lib-1.6.3-r1.ebuild 1 Jul 2012 01:25:44 -0000 1.1
23 +++ m17n-lib-1.6.3-r1.ebuild 2 Jul 2012 22:32:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild,v 1.1 2012/07/01 01:25:44 naota Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/m17n-lib-1.6.3-r1.ebuild,v 1.2 2012/07/02 22:32:42 naota Exp $
29
30 EAPI=4
31
32 @@ -17,7 +17,7 @@
33
34 RDEPEND="
35 anthy? ( app-i18n/anthy )
36 - spell? ( app-text/ispell )
37 + spell? ( app-text/aspell )
38 libxml2? ( dev-libs/libxml2 )
39 X? (
40 athena? ( x11-libs/libXaw )
41 @@ -44,7 +44,8 @@
42 epatch \
43 "${FILESDIR}"/${PN}-1.6.2-gui.patch \
44 "${FILESDIR}"/${PN}-1.6.3-parallel-make.patch \
45 - "${FILESDIR}"/${PN}-1.6.3-configure.patch
46 + "${FILESDIR}"/${PN}-1.6.3-configure.patch \
47 + "${FILESDIR}"/${PN}-1.6.3-ispell.patch
48
49 eautoreconf
50 }
51 @@ -57,7 +58,7 @@
52 $(use_with fontconfig) $(use_with xft freetype) $(use_with gd) $(use_with libotf)
53 $(use_with xft)"
54 else
55 - myconf+=" --without-x --disable-gui --without-athena --without-friidi
56 + myconf+=" --without-x --disable-gui --without-athena --without-fribidi
57 --without-fontconfig --without-freetype --without-gd --without-libotf
58 --without-xft"
59 fi
60
61
62
63 1.57 dev-libs/m17n-lib/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/m17n-lib/ChangeLog?rev=1.57&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/m17n-lib/ChangeLog?rev=1.57&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/m17n-lib/ChangeLog?r1=1.56&r2=1.57
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/ChangeLog,v
72 retrieving revision 1.56
73 retrieving revision 1.57
74 diff -u -r1.56 -r1.57
75 --- ChangeLog 1 Jul 2012 01:25:44 -0000 1.56
76 +++ ChangeLog 2 Jul 2012 22:32:42 -0000 1.57
77 @@ -1,6 +1,10 @@
78 # ChangeLog for dev-libs/m17n-lib
79 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/ChangeLog,v 1.56 2012/07/01 01:25:44 naota Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/m17n-lib/ChangeLog,v 1.57 2012/07/02 22:32:42 naota Exp $
82 +
83 + 02 Jul 2012; Naohiro Aota <naota@g.o>
84 + +files/m17n-lib-1.6.3-ispell.patch, m17n-lib-1.6.3-r1.ebuild:
85 + Patch to use aspell instead of ispell. #424427
86
87 *m17n-lib-1.6.3-r1 (01 Jul 2012)
88
89 @@ -214,4 +218,3 @@
90
91 16 May 2004; Mamoru KOMACHI <usata@g.o> m17n-lib-1.0.2.ebuild:
92 Initial import.
93 -