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-anthy/
Date: Mon, 23 Oct 2017 17:24:59
Message-Id: 1508779479.4b11df06aac7ecbb6fe6bcfc53a9174c08d66f97.floppym@gentoo
1 commit: 4b11df06aac7ecbb6fe6bcfc53a9174c08d66f97
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Oct 19 20:38:46 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 17:24:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b11df06
7
8 app-i18n/fcitx-anthy: Version bump (0.2.3).
9
10 app-i18n/fcitx-anthy/Manifest | 1 +
11 app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild | 41 +++++++++++++++++++++++++++
12 2 files changed, 42 insertions(+)
13
14 diff --git a/app-i18n/fcitx-anthy/Manifest b/app-i18n/fcitx-anthy/Manifest
15 index 8b9834bb252..f32c172fee9 100644
16 --- a/app-i18n/fcitx-anthy/Manifest
17 +++ b/app-i18n/fcitx-anthy/Manifest
18 @@ -1,3 +1,4 @@
19 DIST fcitx-anthy-0.1.1.tar.xz 68604 SHA256 c508068c7c9a56c26ea44b8e6ddb90a2ea75860031f89e171dcda8ec4cd08955 SHA512 e2c4bb20f0b0a370e5f28bff14312c2c14210695418438ebe697b94570fe502be8c96dc8fbf813fd3aa6e352283a7d31808a1f12266d4a8050646a8ae86de9d9 WHIRLPOOL 48f674ef23d62f2dc1286712cbb252d709d9e3890921d1f9296ff89f85c5ae211daa887841fc01f267fe44764275e8b6de4aef859d9f1456cb24f00023b262ce
20 DIST fcitx-anthy-0.2.1.tar.xz 72196 SHA256 fd208474666f09f1c189c10c2c0fa9cfda33948b704410e02878fdd92174d78d SHA512 18599251d6ebda96a23f81f63d91e9a9d469d2ea534975c2f4ddbc80584d70646ac6d157d0571f9d48565c0cfd1bb111e2907cae2c00b750014b9f39a7bcf961 WHIRLPOOL 99632911a7831ce24c7535b0e0a249cbbc48b24ec44682f6a09e3dc0a61d7eb74363642098158cc409c3390fb141d03591f1e1b1b3683164d4d6002fe9c92769
21 DIST fcitx-anthy-0.2.2.tar.xz 72360 SHA256 c8dd54fee3ada834d6ed0df561a95210256ea2a17fa5e00d9ae09892bafbd92b SHA512 a4b1eeba813481cc40617e70bd5ee97d1921dc92bab15cf0bdc059d689c239e46caf9e8aba3403ff6374acfbdea565261a948444fe40fa18d5513797eccbd28d WHIRLPOOL 7427384e8e12d7e35027a4a149cc758828fb9664204490d35f7b43ad083cc8545c4b52164af716065bccdd4a347f047e34c80cac32699641798fd2e21dccc8ea
22 +DIST fcitx-anthy-0.2.3.tar.xz 78020 SHA256 ed9b4956356ca68e5f7bdd46492873ebebc921a6cf713d7fc62e5680393f5d06 SHA512 2769871059053fb370ba84af7cdf0c461d64724a240d58a5a8889cfd9bfb5d145998f79ed2d06a1ae1ab907f9db04fc122bfaf6957ef572fc833e400ffefc642 WHIRLPOOL 4550f529d98b31abf7e632998fdd5d082045ce2daff251a860f7feaa966fba2955d7fdfbdf0be977f81c64cdd0473f082e8356569d70f3c29943846e9ea92570
23
24 diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild
25 new file mode 100644
26 index 00000000000..b9f2d9c0e8d
27 --- /dev/null
28 +++ b/app-i18n/fcitx-anthy/fcitx-anthy-0.2.3.ebuild
29 @@ -0,0 +1,41 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI="6"
34 +
35 +inherit cmake-utils gnome2-utils
36 +
37 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
38 + inherit git-r3
39 +
40 + EGIT_REPO_URI="https://github.com/fcitx/fcitx-anthy"
41 +fi
42 +
43 +DESCRIPTION="Japanese Anthy input methods for Fcitx"
44 +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-anthy"
45 +if [[ "${PV}" =~ (^|\.)9999$ ]]; then
46 + SRC_URI=""
47 +else
48 + SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
49 +fi
50 +
51 +LICENSE="GPL-2+"
52 +SLOT="4"
53 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
54 +IUSE=""
55 +
56 +RDEPEND=">=app-i18n/fcitx-4.2.9:4[X,xml]
57 + app-i18n/anthy:=
58 + virtual/libintl"
59 +DEPEND="${RDEPEND}
60 + virtual/pkgconfig"
61 +
62 +DOCS=(AUTHORS)
63 +
64 +pkg_postinst() {
65 + gnome2_icon_cache_update
66 +}
67 +
68 +pkg_postrm() {
69 + gnome2_icon_cache_update
70 +}