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.5.2.ebuild ChangeLog
Date: Sun, 28 Jul 2013 09:20:22
Message-Id: 20130728092019.64ABC2171C@flycatcher.gentoo.org
1 naota 13/07/28 09:20:19
2
3 Modified: ibus-1.5.2.ebuild ChangeLog
4 Log:
5 Fix bashcomp installation method. #477822
6
7 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.4 app-i18n/ibus/ibus-1.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.5.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.5.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.5.2.ebuild?r1=1.3&r2=1.4
15
16 Index: ibus-1.5.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ibus-1.5.2.ebuild 30 Jun 2013 15:27:34 -0000 1.3
23 +++ ibus-1.5.2.ebuild 28 Jul 2013 09:20:19 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.5.2.ebuild,v 1.3 2013/06/30 15:27:34 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.5.2.ebuild,v 1.4 2013/07/28 09:20:19 naota Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
32 @@ -116,8 +116,9 @@
33
34 prune_libtool_files --all
35
36 - newbashcomp "${ED}"/usr/share/bash-completion/completions/ibus.bash ${PN}
37 - rm -rf "${ED}"/usr/share/bash-completion/completions/ || die
38 + mv "${ED}"/usr/share/bash-completion/completions/ibus.bash ${T}
39 + rm -rf "${ED}"/usr/share/bash-completion || die
40 + newbashcomp "${T}"/ibus.bash ${PN}
41 insinto /etc/X11/xinit/xinput.d
42 newins xinput-ibus ibus.conf
43
44
45
46
47 1.129 app-i18n/ibus/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.129&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.129&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ChangeLog?r1=1.128&r2=1.129
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
56 retrieving revision 1.128
57 retrieving revision 1.129
58 diff -u -r1.128 -r1.129
59 --- ChangeLog 30 Jun 2013 15:27:34 -0000 1.128
60 +++ ChangeLog 28 Jul 2013 09:20:19 -0000 1.129
61 @@ -1,6 +1,9 @@
62 # ChangeLog for app-i18n/ibus
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.128 2013/06/30 15:27:34 jlec Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.129 2013/07/28 09:20:19 naota Exp $
66 +
67 + 28 Jul 2013; Naohiro Aota <naota@g.o> ibus-1.5.2.ebuild:
68 + Fix bashcomp installation method. #477822
69
70 30 Jun 2013; Justin Lecher <jlec@g.o> ibus-1.5.2.ebuild, metadata.xml:
71 Fix usage of python-r1.eclass