diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-01 03:04:43 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-01 03:04:43 -0500 |
| commit | 8d04041d08ac162ab85e05cce67bc70c471bcb33 (patch) | |
| tree | 6540635595d9bd09b8931883a6f7486f1a8356b3 /app-i18n/fcitx-chewing | |
| parent | 8dd15182c470607a18f884956452d134ac91753a (diff) | |
| download | baldeagleos-repo-8d04041d08ac162ab85e05cce67bc70c471bcb33.tar.gz baldeagleos-repo-8d04041d08ac162ab85e05cce67bc70c471bcb33.tar.xz baldeagleos-repo-8d04041d08ac162ab85e05cce67bc70c471bcb33.zip | |
Adding metadata
Diffstat (limited to 'app-i18n/fcitx-chewing')
| -rw-r--r-- | app-i18n/fcitx-chewing/Manifest | 2 | ||||
| -rw-r--r-- | app-i18n/fcitx-chewing/fcitx-chewing-5.1.10.ebuild | 36 | ||||
| -rw-r--r-- | app-i18n/fcitx-chewing/fcitx-chewing-5.1.11.ebuild | 36 |
3 files changed, 0 insertions, 74 deletions
diff --git a/app-i18n/fcitx-chewing/Manifest b/app-i18n/fcitx-chewing/Manifest index 5a55544ecb5f..d99b2eff39c9 100644 --- a/app-i18n/fcitx-chewing/Manifest +++ b/app-i18n/fcitx-chewing/Manifest @@ -1,3 +1 @@ -DIST fcitx-chewing-5.1.10.tar.zst 35978 BLAKE2B 98ebcdbe6560f567929f36bd10d782f9abcfb4934b1d0cb321a39577b701d5cb5d0f94dce0d98bd89f041ceb17a04df499999234d48725d96ca033e686333494 SHA512 3dacd597be3625eb462171e9c0db406d3fe54721e7ea6689f5c1ba326cef08fa72a6fc6ce2935c1b32ce2d62f4a5bab956d87668e7835b9e1d12386e5eb98042 -DIST fcitx-chewing-5.1.11.tar.zst 36878 BLAKE2B 04f7440c0284df764347b8e17adc97b619ca929cfe953c741abaff362d1ae1a23b2ccbf682034aa5833d0a791589de8b84df9a27ad7439bc9b8a455937a6f7ca SHA512 1f571a69309fa801be059342c26613f70e848ccf42be3ceae578ff0d7e967e17f457d0fa801011f9fe04b4122a375be24cc37ac15892e3debb2a30b0a0513a3d DIST fcitx-chewing-5.1.12.tar.zst 36871 BLAKE2B d610bdcb50e0603d7fcaf30b5bc1cd5c181c09870551a03ca5810ae884284cb05c9cd5921740caa1aa0020c312407f37ebe1572a18710c270341569b3ac26069 SHA512 49f10be63a9d3ee73ce35f7f1c2c815282e827f85b60a5ca54f98253a36a45796765b794304364f8f9ed33b7dcf4c59d5163d7dd0e1e209209477433d30a5526 diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.10.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.10.ebuild deleted file mode 100644 index 8dd75efd5909..000000000000 --- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2024-2026 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" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - !app-i18n/fcitx-chewing:4 - >=app-i18n/fcitx-5.1.13:5 - >=app-i18n/libchewing-0.5.0 -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DENABLE_TEST=$(usex test) - ) - - cmake_src_configure -} diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.11.ebuild b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.11.ebuild deleted file mode 100644 index bf9c27bf9544..000000000000 --- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.11.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2024-2026 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" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - !app-i18n/fcitx-chewing:4 - >=app-i18n/fcitx-5.1.13:5 - >=app-i18n/libchewing-0.5.0 -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DENABLE_TEST=$(usex test) - ) - - cmake_src_configure -} |
