Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kimtoy: kimtoy-1.8.ebuild ChangeLog
Date: Fri, 31 Oct 2014 16:04:45
Message-Id: 20141031160442.825B39267@oystercatcher.gentoo.org
1 kensington 14/10/31 16:04:42
2
3 Modified: kimtoy-1.8.ebuild ChangeLog
4 Log:
5 Disable broken IBus support wrt bug #514820.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
8
9 Revision Changes Path
10 1.2 kde-misc/kimtoy/kimtoy-1.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kimtoy/kimtoy-1.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kimtoy/kimtoy-1.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kimtoy/kimtoy-1.8.ebuild?r1=1.1&r2=1.2
15
16 Index: kimtoy-1.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kimtoy/kimtoy-1.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- kimtoy-1.8.ebuild 19 Jun 2013 01:12:14 -0000 1.1
23 +++ kimtoy-1.8.ebuild 31 Oct 2014 16:04:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kimtoy/kimtoy-1.8.ebuild,v 1.1 2013/06/19 01:12:14 creffett Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kimtoy/kimtoy-1.8.ebuild,v 1.2 2014/10/31 16:04:42 kensington Exp $
30
31 EAPI=5
32
33 @@ -18,10 +18,17 @@
34
35 DEPEND="
36 >=app-i18n/fcitx-4.0
37 - >=app-i18n/ibus-1.3.0
38 >=app-i18n/scim-1.4.9
39 dev-libs/dbus-c++
40 "
41 RDEPEND="${DEPEND}
42 $(add_kdebase_dep plasma-workspace)
43 "
44 +
45 +src_configure() {
46 + local mycmakeargs=(
47 + -DWITH_IBus=OFF
48 + )
49 +
50 + kde4-base_src_configure
51 +}
52
53
54
55 1.2 kde-misc/kimtoy/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kimtoy/ChangeLog?rev=1.2&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kimtoy/ChangeLog?rev=1.2&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kimtoy/ChangeLog?r1=1.1&r2=1.2
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kimtoy/ChangeLog,v
64 retrieving revision 1.1
65 retrieving revision 1.2
66 diff -u -r1.1 -r1.2
67 --- ChangeLog 19 Jun 2013 01:12:14 -0000 1.1
68 +++ ChangeLog 31 Oct 2014 16:04:42 -0000 1.2
69 @@ -1,6 +1,9 @@
70 # ChangeLog for kde-misc/kimtoy
71 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kimtoy/ChangeLog,v 1.1 2013/06/19 01:12:14 creffett Exp $
73 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kimtoy/ChangeLog,v 1.2 2014/10/31 16:04:42 kensington Exp $
75 +
76 + 31 Oct 2014; Michael Palimaka <kensington@g.o> kimtoy-1.8.ebuild:
77 + Disable broken IBus support wrt bug #514820.
78
79 *kimtoy-1.8 (19 Jun 2013)