Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ibus-1.4.0.ebuild ChangeLog
Date: Sat, 01 Oct 2011 03:01:05
Message-Id: 20111001030055.931FD2004C@flycatcher.gentoo.org
1 naota 11/10/01 03:00:55
2
3 Modified: ibus-1.4.0.ebuild ChangeLog
4 Log:
5 Add tiny typo fix patch, which cause access violation with USE=doc Bug #384507
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-i18n/ibus/ibus-1.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: ibus-1.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ibus-1.4.0.ebuild 23 Sep 2011 16:10:26 -0000 1.1
23 +++ ibus-1.4.0.ebuild 1 Oct 2011 03:00:55 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.0.ebuild,v 1.1 2011/09/23 16:10:26 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.0.ebuild,v 1.2 2011/10/01 03:00:55 naota Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="python? 2:2.5"
32 -inherit confutils eutils gnome2-utils multilib python
33 +inherit confutils eutils gnome2-utils multilib python autotools
34
35 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
36 HOMEPAGE="http://code.google.com/p/ibus/"
37 @@ -83,6 +83,9 @@
38 ln -s "$(type -P true)" py-compile || die
39 echo "ibus/_config.py" >> po/POTFILES.skip || die
40 sed -i -e "s/python/python2/" setup/ibus-setup.in ui/gtk/ibus-ui-gtk.in || die
41 +
42 + epatch "${FILESDIR}"/${P}-doc-typo.patch
43 + eautoreconf
44 }
45
46 src_configure() {
47
48
49
50 1.92 app-i18n/ibus/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.92&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.92&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?r1=1.91&r2=1.92
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
59 retrieving revision 1.91
60 retrieving revision 1.92
61 diff -u -r1.91 -r1.92
62 --- ChangeLog 23 Sep 2011 16:10:26 -0000 1.91
63 +++ ChangeLog 1 Oct 2011 03:00:55 -0000 1.92
64 @@ -1,6 +1,11 @@
65 # ChangeLog for app-i18n/ibus
66 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.91 2011/09/23 16:10:26 matsuu Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.92 2011/10/01 03:00:55 naota Exp $
69 +
70 + 01 Oct 2011; Naohiro Aota <naota@g.o> ibus-1.4.0.ebuild,
71 + +files/ibus-1.4.0-doc-typo.patch:
72 + Add tiny typo fix patch, which cause access violation with USE=doc Bug
73 + #384507
74
75 *ibus-1.4.0 (23 Sep 2011)