From 63a209b0ceb0c80f7a8af7fd8b6fa56687bf1d0b Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 17 Jul 2022 10:43:49 -0400 Subject: fcitx5 --- app-i18n/fcitx5-rime/Manifest | 4 ++-- app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild | 30 ++++++++++++++++++++++++++ app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild | 30 -------------------------- 3 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild delete mode 100644 app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild (limited to 'app-i18n/fcitx5-rime') diff --git a/app-i18n/fcitx5-rime/Manifest b/app-i18n/fcitx5-rime/Manifest index 154ef4f..d8da1d1 100644 --- a/app-i18n/fcitx5-rime/Manifest +++ b/app-i18n/fcitx5-rime/Manifest @@ -1,2 +1,2 @@ -DIST fcitx5-rime-5.0.7.tar.gz 46583 BLAKE2B b42e3105fc63f41b9706aff74a1f4ed7a178cb89a200bf1f4559328ca129ff2badc3a3ee955bd395698469c2752951a7a9e97b55ab59582ad4706088043c426d SHA512 88e58faa52d0cb57feb5cf13000417438d317b2ad5bdb5162714edee80f9d4df1e6662bbcbe6c67721bc7f2fc188a4564a8bcfc42e7ebe681aa486a497eaeeb1 -EBUILD fcitx5-rime-5.0.7.ebuild 638 BLAKE2B 6304acb281a6a9aa715bf1ff7f7b33008189517d3007845860801a3f8118a568e9e1883b25d676b3bc7e5446159003d5988df71e276e610554edad6b0e777ab1 SHA512 c849d06ccc6e343257853cf250180f70317f080c3c8f872d258aefdda85e014ca0461e4c8ca2d94aeaf165d7fa9dd92d1d620363436a9a8bb438022f8c54e734 +DIST fcitx5-rime-5.0.14.tar.gz 49789 BLAKE2B fe771eb0a5b9da1620505163f0ca57d9888823ed3e91b8bdbef24987af96142e8003d388a512bd4b0f5aba328f1583589dd2f6dfafb3d04e3786e1d832d892ef SHA512 daa91e5dd17590ecc887c761e962c0241fb657abf9b65f61b70ebf416899c212a222df2813a9187345b26db8234a61f0a26c315eb2884234096293259ac3e5e3 +EBUILD fcitx5-rime-5.0.14.ebuild 638 BLAKE2B 6304acb281a6a9aa715bf1ff7f7b33008189517d3007845860801a3f8118a568e9e1883b25d676b3bc7e5446159003d5988df71e276e610554edad6b0e777ab1 SHA512 c849d06ccc6e343257853cf250180f70317f080c3c8f872d258aefdda85e014ca0461e4c8ca2d94aeaf165d7fa9dd92d1d620363436a9a8bb438022f8c54e734 diff --git a/app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild b/app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild new file mode 100644 index 0000000..d46c1f3 --- /dev/null +++ b/app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg cmake + +DESCRIPTION="Rime Support for Fcitx5" +HOMEPAGE="https://github.com/fcitx/fcitx5-rime" + +if [[ "${PV}" == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/fcitx/fcitx5-rime.git" + KEYWORDS="" +else + SRC_URI="https://github.com/fcitx/fcitx5-rime/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="5" +IUSE="" + +RDEPEND="app-i18n/fcitx5 + >=app-i18n/librime-1.0 + >=app-i18n/rime-data-0.3.0 + x11-libs/libnotify + !app-i18n/fcitx-rime" + +DEPEND="${RDEPEND}" \ No newline at end of file diff --git a/app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild b/app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild deleted file mode 100644 index d46c1f3..0000000 --- a/app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg cmake - -DESCRIPTION="Rime Support for Fcitx5" -HOMEPAGE="https://github.com/fcitx/fcitx5-rime" - -if [[ "${PV}" == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/fcitx/fcitx5-rime.git" - KEYWORDS="" -else - SRC_URI="https://github.com/fcitx/fcitx5-rime/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -SLOT="5" -IUSE="" - -RDEPEND="app-i18n/fcitx5 - >=app-i18n/librime-1.0 - >=app-i18n/rime-data-0.3.0 - x11-libs/libnotify - !app-i18n/fcitx-rime" - -DEPEND="${RDEPEND}" \ No newline at end of file -- cgit v1.2.3