diff --git a/app-i18n/fcitx-table-other/Manifest b/app-i18n/fcitx-table-other/Manifest index ab908d23e283..382d37af16b5 100644 --- a/app-i18n/fcitx-table-other/Manifest +++ b/app-i18n/fcitx-table-other/Manifest @@ -1,3 +1,2 @@ -DIST fcitx-table-other-5.1.4.tar.zst 532235 BLAKE2B 6c9ab150a4e3ae3140b3f756cfebee6cb79b9b9ef161b7f23198fe0309b8ab1edfb634de394637c0ce936df9e1f92164ffcd550dbd9acbb75c01a81164526967 SHA512 19d4b54a8404efee31e14b8d8a8a66decfd50fc4c48ddbe0c1346fb785314eb0327bc11b376a389fc68c03cd721b1961dd113c0e7e89faf0c539c4a8ba87f47e DIST fcitx-table-other-5.1.5.tar.zst 526950 BLAKE2B 892a83f0e345b859d0ec30aa55c168049ee65da26336531d956feef336a30a204aec9af622816f51d54812e3c1744ea53f1a32c05ce64603f981c3ffa6579f82 SHA512 af3061cb3c00b9bf299f2dd6b9e8ce2472b0386d8a87b2630d2bac61302f1f58783390fbd25e21591f19032e6f7e8217f4e0d3919a8e9fd2bd6621231bbc9a0d DIST fcitx-table-other-5.1.6.tar.zst 526382 BLAKE2B 71439c3e2d62e1aa38787bf225b910461497cf8658e602f5fb490f141ea57be8e32e30b22f4a641f93f197070557da041f66c4182023427e05c9373fa76f5763 SHA512 56dffcb927670b75a2f16a0ca6389abd59478817930000714d537f12a4e45e62d3b9cb7f8432098c5b80eb2519d28b0c8af11f2c1c47b8cb0745f3c3ebba58fb diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.4.ebuild b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.4.ebuild deleted file mode 100644 index 1b3b0bf2b2b2..000000000000 --- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN=fcitx5-table-other - -inherit cmake unpacker xdg - -DESCRIPTION="Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables" -HOMEPAGE="https://github.com/fcitx/fcitx5-table-other" -SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst" - -S="${WORKDIR}/${MY_PN}-${PV}" -LICENSE="GPL-3" -SLOT="5" -KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" - -DEPEND=" - app-i18n/fcitx:5 - app-i18n/libime -" -RDEPEND="${DEPEND}" -BDEPEND=" - kde-frameworks/extra-cmake-modules:0 - virtual/pkgconfig -"