commit: ffff7cb2f3c1edfb97f7197d7383085946efb3ee Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com> AuthorDate: Tue Aug 19 13:31:28 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 19 16:28:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffff7cb2
app-i18n/fcitx-chewing: drop 5.1.6 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43496 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-i18n/fcitx-chewing/Manifest | 1 - app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild | 27 ----------------------- 2 files changed, 28 deletions(-) diff --git a/app-i18n/fcitx-chewing/Manifest b/app-i18n/fcitx-chewing/Manifest index 4163f2188b87..159fba94cab2 100644 --- a/app-i18n/fcitx-chewing/Manifest +++ b/app-i18n/fcitx-chewing/Manifest @@ -1,3 +1,2 @@ -DIST fcitx-chewing-5.1.6.tar.zst 34497 BLAKE2B 3d237f962bd2dbf8ea21afef7d41a11ffedf73b36b3198f02678019a6c5b04aecde46cf436f238911fa75b1c0111fb8f9eae8aebca8607d85558080dabcd15f3 SHA512 90468081948c217a44e69a8c9dd11ff07a1e09589b9ae9cf019ed7f6dba31af0ce5d4361b883fd3bae1dd03d090a4c60dc582caa9a80bfbcba260ea2178a64b2 DIST fcitx-chewing-5.1.7.tar.zst 34574 BLAKE2B 4a7b36af8ce6e991443d51870bffb81594dcf23735c3c719a5c1ee4f4a6b9ae8cf35eb55b42b495bb12c834aaaae8aa7ecc36fb3a6c8e123a5978a6f0cf2d991 SHA512 82d1839ab0fc43758dc15e45c989cfce2861b65fec3f8974f7d76f729f9e645c77352896ecf6574928b7d8e269e45f9c75104a79938103b8e697c0ae9d1562d0 DIST fcitx-chewing-5.1.8.tar.zst 35193 BLAKE2B ecb35a3934230aa7dcc2573859aeb61fbf7a4609131edc963097ca4f724e07afc01f6f25a53d89eb1a3045d88c37a2ecc83508356bc6b4114e104ce918c424b1 SHA512 2e726b992b51527e90dd6f4aeebe5026ac3debb8c0d63ae461494bd48d56ae79ffc8f593550eb9f6391bdc1888de11311d6e39e5d9777d1409fde257f4c0a0b8 diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild deleted file mode 100644 index 4e55cffff467..000000000000 --- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="fcitx5-chewing" - -inherit cmake unpacker xdg - -DESCRIPTION="Chewing Wrapper for Fcitx." -HOMEPAGE="https://github.com/fcitx/fcitx5-chewing" -SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst" - -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" - -RDEPEND=" - !app-i18n/fcitx-chewing:4 - >=app-i18n/fcitx-5.1.9:5 - <app-i18n/fcitx-5.1.13:5 - >=app-i18n/libchewing-0.5.0 -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig"
