diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2024-04-24 09:01:31 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-04-24 23:45:38 +0000 |
commit | 18f7b3b56b54cc8d7be721bff5d8e5e310db452a (patch) | |
tree | d331c960aa898122246bed8ca1dd28609cd86b70 /app-i18n | |
parent | app-i18n/fcitx-table-extra: drop 5.1.3 (diff) | |
download | gentoo-18f7b3b56b54cc8d7be721bff5d8e5e310db452a.tar.gz gentoo-18f7b3b56b54cc8d7be721bff5d8e5e310db452a.tar.bz2 gentoo-18f7b3b56b54cc8d7be721bff5d8e5e310db452a.zip |
app-i18n/fcitx-table-other: drop 5.1.0
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx-table-other/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-i18n/fcitx-table-other/Manifest b/app-i18n/fcitx-table-other/Manifest index bea63c8d753e..2076838b5fe3 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.0.tar.xz 285864 BLAKE2B 22ccfe519d497fb12c929404632b4e683e0471f8e5183492e9e1607b7a09042c30fc4515d323c0a0d33bfa683ed93b59af988622bc83148fc89e825605626612 SHA512 91b1b38edad9eef862f0bd72423cd2caf343688563190b8b67a24d468d6a1b367847c5e87cc3f440ab5a41a03575721206f86a75b7568b3453e975d4457bf03b DIST fcitx-table-other-5.1.1.tar.xz 284308 BLAKE2B 7dee4d9ba5debe19568ff3fea7ce025f6b27d0641fd5207fc67e726b61621975d5553478de4136b72ccc930675df4c5096ec340da16471351ef00f107ce94e1a SHA512 13e4139a0ed320f7bae1d9e6ac68eae624235fb00446dc3db7b01913f130324cc1353115c1d8c9b34e04507b9956ef5875ec59a398eec6dfdbda281b67dafdc7 DIST fcitx-table-other-5.1.2.tar.zst 532035 BLAKE2B de699a15b50eadd4a4693b38ca4ba44ae98ff8c31373305a7d8f83c5ea7c24c811c718f217831bebc3e5fe126d010b866d53929b20b2e7e401ed1bf3252b815a SHA512 d09bba6c60f625a9a9c2aad3599305438809c0bc5b7d5354502cdfb928822cb670f391a14b150637050322021c379b8e07e634bc9a016751755759e0dbd97596 diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild deleted file mode 100644 index a0137688d848..000000000000 --- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN=fcitx5-table-other - -inherit cmake 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.xz -> ${P}.tar.xz" - -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 -" - -S="${WORKDIR}/${MY_PN}-${PV}" |