Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-unikey: fcitx-unikey-0.2.3.ebuild ChangeLog
Date: Thu, 27 Feb 2014 10:41:57
Message-Id: 20140227104148.E46E82004C@flycatcher.gentoo.org
1 yngwin 14/02/27 10:41:48
2
3 Modified: ChangeLog
4 Added: fcitx-unikey-0.2.3.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
9
10 Revision Changes Path
11 1.6 app-i18n/fcitx-unikey/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 3 Aug 2013 14:49:19 -0000 1.5
24 +++ ChangeLog 27 Feb 2014 10:41:48 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-i18n/fcitx-unikey
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.5 2013/08/03 14:49:19 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/ChangeLog,v 1.6 2014/02/27 10:41:48 yngwin Exp $
31 +
32 +*fcitx-unikey-0.2.3 (27 Feb 2014)
33 +
34 + 27 Feb 2014; Ben de Groot <yngwin@g.o> +fcitx-unikey-0.2.3.ebuild:
35 + version bump
36
37 03 Aug 2013; Agostino Sarubbo <ago@g.o> fcitx-unikey-0.2.0.ebuild:
38 Stable for ppc, wrt bug #461512
39
40
41
42 1.1 app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: fcitx-unikey-0.2.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-unikey/fcitx-unikey-0.2.3.ebuild,v 1.1 2014/02/27 10:41:48 yngwin Exp $
52
53 EAPI=5
54 inherit cmake-utils gnome2-utils
55
56 DESCRIPTION="Vietnamese Unikey module for Fcitx"
57 HOMEPAGE="http://fcitx-im.org/"
58 SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="+qt4"
64
65 RDEPEND=">=app-i18n/fcitx-4.2.8[qt4?]"
66 DEPEND="${RDEPEND}
67 sys-devel/gettext"
68
69 src_configure() {
70 local mycmakeargs=(
71 $(cmake-utils_use_enable qt4 QT)
72 )
73 cmake-utils_src_configure
74 }
75
76 pkg_postinst() {
77 gnome2_icon_cache_update
78 }
79
80 pkg_postrm() {
81 gnome2_icon_cache_update
82 }