Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/
Date: Thu, 21 Sep 2017 21:06:17
Message-Id: 1506027839.5c9e9489bd1cc5f7df3f992a2a2d877e23c10a87.floppym@gentoo
1 commit: 5c9e9489bd1cc5f7df3f992a2a2d877e23c10a87
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Sep 21 19:02:51 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 21 21:03:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9e9489
7
8 app-i18n/fcitx-chewing: Version bump (0.2.3).
9
10 app-i18n/fcitx-chewing/Manifest | 1 +
11 app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild | 41 +++++++++++++++++++++++
12 2 files changed, 42 insertions(+)
13
14 diff --git a/app-i18n/fcitx-chewing/Manifest b/app-i18n/fcitx-chewing/Manifest
15 index d054d9c7f2a..0e8669959a4 100644
16 --- a/app-i18n/fcitx-chewing/Manifest
17 +++ b/app-i18n/fcitx-chewing/Manifest
18 @@ -1,2 +1,3 @@
19 DIST fcitx-chewing-0.2.0.tar.xz 13968 SHA256 cf03b84004f1839a6f6e10dadf53edfbf8b6dcbb9d70579cde913b6b5e0a8dec SHA512 af8f2fb6fb5fb017522ac81fa9b14907d9537dace21ef594951f1dd717e276319666480aecaa55d0696c2ba80f74d51f7573aea9799d96a37bfa8305b8e04e54 WHIRLPOOL 6508407069d353c05b3167b413f5ab90f839afa6e77282ce79504ae23d831e150747a1c949e5fa8f0c021ba7b44b95087295336ad17d049bfbd41b87555aca5f
20 DIST fcitx-chewing-0.2.2.tar.xz 19684 SHA256 fa278ee9d2c20f7ae0a3093a3e490553798186bd67dc1e83f2723bd15b47a450 SHA512 3191c269459779115353fdf3f6fcdd1a8bace2d7f45426eebe1d4198eb8f84ef88680c38b7e03d7db4db45dc41ee2ddbe92d36c71911f09b23ef9f0d5d745617 WHIRLPOOL ab9a2fec736f3e2c4af761360ef0cd0e53fdeae1e850e322d7b5d31ceee9d074f7cb29f9f6e083f26e374928ba559b53d139ba906faf21538771a6f371d677eb
21 +DIST fcitx-chewing-0.2.3.tar.xz 19804 SHA256 b313c7134eb173668f42535b0eb6e985eb94fdf5d2fe705940a6cbfdcbadbaf0 SHA512 3492ad6ecaf00bb1ea07b76c9c23da075615597c1a68434a2da003cbe410d12172510d4306379777a1d04a359b017c49d278c002a7230b030693b668b6030bfd WHIRLPOOL 32475349ac0cd89b0741e64a0ba02ef854d42dee51ac96ad7b9134afff8b81901eadb5acf338b018a936bb5fe2a675d4f15beb4d98c261832d95641ca86f4492
22
23 diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild
24 new file mode 100644
25 index 00000000000..d0cd526b77c
26 --- /dev/null
27 +++ b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild
28 @@ -0,0 +1,41 @@
29 +# Copyright 1999-2017 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI="6"
33 +
34 +inherit cmake-utils gnome2-utils
35 +
36 +if [[ "${PV}" == "9999" ]]; then
37 + inherit git-r3
38 +
39 + EGIT_REPO_URI="https://github.com/fcitx/fcitx-chewing"
40 +fi
41 +
42 +DESCRIPTION="Chinese Chewing input method for Fcitx"
43 +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-chewing"
44 +if [[ "${PV}" == "9999" ]]; then
45 + SRC_URI=""
46 +else
47 + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
48 +fi
49 +
50 +LICENSE="GPL-2+"
51 +SLOT="4"
52 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
53 +IUSE=""
54 +
55 +RDEPEND=">=app-i18n/fcitx-4.2.9:4
56 + >=app-i18n/libchewing-0.5.0:=
57 + virtual/libintl"
58 +DEPEND="${RDEPEND}
59 + virtual/pkgconfig"
60 +
61 +DOCS=(AUTHORS)
62 +
63 +pkg_postinst() {
64 + gnome2_icon_cache_update
65 +}
66 +
67 +pkg_postrm() {
68 + gnome2_icon_cache_update
69 +}