Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-cangjie: ChangeLog ibus-cangjie-2.2.ebuild
Date: Sat, 28 Feb 2015 07:57:57
Message-Id: 20150228075751.0740D12B88@oystercatcher.gentoo.org
1 dlan 15/02/28 07:57:51
2
3 Modified: ChangeLog
4 Added: ibus-cangjie-2.2.ebuild
5 Log:
6 version bump, bug 541394, thanks Brendan Horan
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
9
10 Revision Changes Path
11 1.4 app-i18n/ibus-cangjie/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 24 Nov 2014 13:50:09 -0000 1.3
24 +++ ChangeLog 28 Feb 2015 07:57:50 -0000 1.4
25 @@ -1,3 +1,12 @@
26 +# ChangeLog for app-i18n/ibus-cangjie
27 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog,v 1.4 2015/02/28 07:57:50 dlan Exp $
29 +
30 +*ibus-cangjie-2.2 (27 Feb 2015)
31 +
32 + 27 Feb 2015; Yixun Lan <dlan@g.o> +ibus-cangjie-2.2.ebuild:
33 + version bump, bug 541394, thanks Brendan Horan
34 +
35 *ibus-cangjie-2.1 (24 Apr 2014)
36
37 24 Nov 2014; Yixun Lan <dlan@g.o> ibus-cangjie-2.1.ebuild:
38
39
40
41 1.1 app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ibus-cangjie-2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild,v 1.1 2015/02/28 07:57:50 dlan Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{3_2,3_3,3_4} )
54
55 inherit autotools-utils gnome2-utils python-r1 eutils
56
57 DESCRIPTION="The IBus engine for users of the Cangjie and Quick input methods"
58 HOMEPAGE="http://cangjians.github.io"
59 SRC_URI="https://github.com/Cangjians/ibus-cangjie/releases/download/v${PV}/ibus-cangjie-${PV}.tar.xz"
60
61 LICENSE="GPL-3+"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64
65 DEPEND="${PYTHON_DEPS}
66 >=app-i18n/ibus-1.4.1
67 app-i18n/libcangjie
68 dev-python/cangjie[${PYTHON_USEDEP}]
69 dev-util/intltool
70 sys-devel/gettext"
71
72 RDEPEND=">=app-i18n/ibus-1.4.1
73 app-i18n/libcangjie
74 dev-python/cangjie[${PYTHON_USEDEP}]
75 virtual/libintl
76 ${PYTHON_DEPS}"
77
78 src_configure() {
79 python_foreach_impl autotools-utils_src_configure
80 }
81
82 src_compile() {
83 python_foreach_impl autotools-utils_src_compile
84 }
85
86 src_install() {
87 python_foreach_impl autotools-utils_src_install
88 }
89
90 pkg_preinst() {
91 gnome2_icon_savelist
92 }
93
94 pkg_postinst() {
95 gnome2_icon_cache_update
96 }