commit: f75e346abcb73ed06be095a79993eb8c1a614908 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Mar 2 16:11:59 2026 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Tue Mar 3 11:44:21 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75e346a
app-i18n/fcitx-rime: drop 5.1.10, 5.1.11 Part-of: https://github.com/gentoo/gentoo/pull/45880 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/fcitx-rime/Manifest | 2 -- app-i18n/fcitx-rime/fcitx-rime-5.1.10.ebuild | 30 ---------------------------- app-i18n/fcitx-rime/fcitx-rime-5.1.11.ebuild | 30 ---------------------------- 3 files changed, 62 deletions(-) diff --git a/app-i18n/fcitx-rime/Manifest b/app-i18n/fcitx-rime/Manifest index d8e943ad0b0b..8f4106798efb 100644 --- a/app-i18n/fcitx-rime/Manifest +++ b/app-i18n/fcitx-rime/Manifest @@ -1,3 +1 @@ -DIST fcitx-rime-5.1.10.tar.zst 64546 BLAKE2B 0a5c9f899b5c2632fa782f7666aa5b6321b52898c4b3f4ffe34d46653e223c5b2874e561e462a9934dfe43e2456200a49d36e1c02817899feb2a4ce3360f08ae SHA512 6b7dbedf9bfdcb7d9a2eb5760e6aec10cf239b6a67961fccff04f47d7fe826cf300796a2e06a64f82695f944c0f196abb384d0b56b664b53e377a3f1ed9f2ce4 -DIST fcitx-rime-5.1.11.tar.zst 63192 BLAKE2B 3f9e45cba7539cfd44b7aa4cf8cc85807f5846c0f29aab2409aca9bace1b7b8bbbf04c5f5c2839d8e869a1112347663994e040f36e17901b6f56ed6fdfc9f7e7 SHA512 5654dfc1c7289156d3aaea926750318562ec03c3d9aae3ade0be0b65a3a39c4177f58287e360de65d6104c2058d2a4365faf38db05519ee178a43b04a011f7d9 DIST fcitx-rime-5.1.12.tar.zst 64150 BLAKE2B add4551d81ec53f81f7d5e0704a3903bd2e9ee910f8e0fe622935634701e634fd0f426e573e1207bba70e305b4e6fe3be4e80a9609bda62fcf32497f2aef0a22 SHA512 7dd5df58e9b6431ece32410e21fd8b435647940d477583bc41bf6ab0ce0de9372bb5c3012f77d200f52f9e1d180b63a14a1a459e499ada8e1be916ff5967a2b5 diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.10.ebuild b/app-i18n/fcitx-rime/fcitx-rime-5.1.10.ebuild deleted file mode 100644 index dcd7fc444b20..000000000000 --- a/app-i18n/fcitx-rime/fcitx-rime-5.1.10.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake unpacker xdg - -MY_PN="fcitx5-rime" -DESCRIPTION="Chinese RIME input methods for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-rime" -SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.zst -> ${P}.tar.zst" - -S="${WORKDIR}/${MY_PN}-${PV}" -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" - -DEPEND=" - !app-i18n/fcitx-rime:4 - >=app-i18n/fcitx-5.1.12:5 - app-i18n/librime - app-i18n/rime-data - virtual/libintl -" -RDEPEND="${DEPEND}" -BDEPEND=" - kde-frameworks/extra-cmake-modules - sys-devel/gettext - virtual/pkgconfig -" diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.11.ebuild b/app-i18n/fcitx-rime/fcitx-rime-5.1.11.ebuild deleted file mode 100644 index dcd7fc444b20..000000000000 --- a/app-i18n/fcitx-rime/fcitx-rime-5.1.11.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake unpacker xdg - -MY_PN="fcitx5-rime" -DESCRIPTION="Chinese RIME input methods for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-rime" -SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.zst -> ${P}.tar.zst" - -S="${WORKDIR}/${MY_PN}-${PV}" -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" - -DEPEND=" - !app-i18n/fcitx-rime:4 - >=app-i18n/fcitx-5.1.12:5 - app-i18n/librime - app-i18n/rime-data - virtual/libintl -" -RDEPEND="${DEPEND}" -BDEPEND=" - kde-frameworks/extra-cmake-modules - sys-devel/gettext - virtual/pkgconfig -"
