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-sunpinyin: fcitx-sunpinyin-0.4.0.ebuild ChangeLog
Date: Thu, 31 Jan 2013 09:21:45
Message-Id: 20130131092142.0EB6A2171D@flycatcher.gentoo.org
1 yngwin 13/01/31 09:21:41
2
3 Modified: ChangeLog
4 Added: fcitx-sunpinyin-0.4.0.ebuild
5 Log:
6 Version bump, bug #454491. Thanks to Dennis Lan and Wang Jiajun for contributions.
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.5 app-i18n/fcitx-sunpinyin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-sunpinyin/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-sunpinyin/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-sunpinyin/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-sunpinyin/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 28 Jan 2013 10:13:47 -0000 1.4
24 +++ ChangeLog 31 Jan 2013 09:21:41 -0000 1.5
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-i18n/fcitx-sunpinyin
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-sunpinyin/ChangeLog,v 1.4 2013/01/28 10:13:47 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-sunpinyin/ChangeLog,v 1.5 2013/01/31 09:21:41 yngwin Exp $
30 +
31 +*fcitx-sunpinyin-0.4.0 (31 Jan 2013)
32 +
33 + 31 Jan 2013; Ben de Groot <yngwin@g.o> +fcitx-sunpinyin-0.4.0.ebuild,
34 + +files/fcitx-sunpinyin-0.4.0-gcc46-compatible.patch:
35 + Version bump, bug #454491. Thanks to Dennis Lan and Wang Jiajun for
36 + contributions.
37
38 28 Jan 2013; Ben de Groot <yngwin@g.o> -fcitx-sunpinyin-0.2.0.ebuild:
39 remove old
40
41
42
43 1.1 app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: fcitx-sunpinyin-0.4.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-sunpinyin/fcitx-sunpinyin-0.4.0.ebuild,v 1.1 2013/01/31 09:21:41 yngwin Exp $
53
54 EAPI=5
55
56 inherit cmake-utils gnome2-utils
57
58 DESCRIPTION="Sunpinyin module for fcitx"
59 HOMEPAGE="http://fcitx-im.org/"
60 SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.xz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND=">=app-i18n/fcitx-4.2.7
68 >app-i18n/sunpinyin-2.0.3"
69 DEPEND="${RDEPEND}
70 virtual/libintl"
71
72 src_prepare() {
73 epatch "${FILESDIR}/${P}-gcc46-compatible.patch"
74 epatch_user
75 }
76
77 pkg_postinst() {
78 gnome2_icon_cache_update
79 }
80
81 pkg_postrm() {
82 gnome2_icon_cache_update
83 }