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: ibus-cangjie-2.3.ebuild ChangeLog
Date: Fri, 06 Mar 2015 20:24:59
Message-Id: 20150306202454.55B79132F8@oystercatcher.gentoo.org
1 dlan 15/03/06 20:24:54
2
3 Modified: ChangeLog
4 Added: ibus-cangjie-2.3.ebuild
5 Log:
6 version bump, bug 542188, 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.5 app-i18n/ibus-cangjie/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 28 Feb 2015 07:57:50 -0000 1.4
24 +++ ChangeLog 6 Mar 2015 20:24:54 -0000 1.5
25 @@ -1,6 +1,11 @@
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 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-cangjie/ChangeLog,v 1.5 2015/03/06 20:24:54 dlan Exp $
30 +
31 +*ibus-cangjie-2.3 (06 Mar 2015)
32 +
33 + 06 Mar 2015; Yixun Lan <dlan@g.o> +ibus-cangjie-2.3.ebuild:
34 + version bump, bug 542188, thanks Brendan Horan
35
36 *ibus-cangjie-2.2 (27 Feb 2015)
37
38
39
40
41 1.1 app-i18n/ibus-cangjie/ibus-cangjie-2.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ibus-cangjie-2.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/ibus-cangjie-2.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ibus-cangjie-2.3.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.3.ebuild,v 1.1 2015/03/06 20:24:54 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 }