From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/
Date: Sat, 04 Oct 2025 12:55:18 +0000 (UTC) [thread overview]
Message-ID: <1759582498.e963ef2ac579c7f289a3ac8b1bfece981759d2cc.asturm@gentoo> (raw)
commit: e963ef2ac579c7f289a3ac8b1bfece981759d2cc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 2 19:30:02 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 4 12:54:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e963ef2a
app-i18n/fcitx-chinese-addons: drop 5.1.8-r2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-i18n/fcitx-chinese-addons/Manifest | 1 -
.../fcitx-chinese-addons-5.1.8-r2.ebuild | 52 ----------------------
2 files changed, 53 deletions(-)
diff --git a/app-i18n/fcitx-chinese-addons/Manifest b/app-i18n/fcitx-chinese-addons/Manifest
index 1a9d2505f677..8c61f7d4188e 100644
--- a/app-i18n/fcitx-chinese-addons/Manifest
+++ b/app-i18n/fcitx-chinese-addons/Manifest
@@ -1,2 +1 @@
-DIST fcitx5-chinese-addons-5.1.8_dict.tar.zst 1009572 BLAKE2B 63014424ca758cce38b2bc24c08c9add503e73c1e94e574cbae5d051753c6bca134bc88f4e096c264a3731b556f748e8af9496f78d5348956aa5cc78cbb843a1 SHA512 0fc8d3daf608781b573bfb5239988ae07f251558fc1d963f99962eb33a35d374f4a3e146f5c7bec1c403fa268495075cb3805f6478788fa79220377c72a98ea9
DIST fcitx5-chinese-addons-5.1.9_dict.tar.zst 1006092 BLAKE2B d245de9be35ace413730763f808b2c38236d24240c7c6fac098d3359687c13335509a20bdea1aa76314f3fff5f25b5e2b47d2b33bf5e9475fbdec094c1b5d756 SHA512 7a2f0a57309d5209dd9cd61e980d03d0b5b4921a56470f3dd55ba8e091edcd950745c5e1eb1418496b8ec476f91c56fe8f280608baed9dbbf3f17cd9b7426089
diff --git a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.8-r2.ebuild b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.8-r2.ebuild
deleted file mode 100644
index 9617a9866437..000000000000
--- a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.8-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-chinese-addons"
-inherit cmake unpacker xdg
-
-DESCRIPTION="Addons related to Chinese, including IME previous bundled inside fcitx4"
-HOMEPAGE="https://github.com/fcitx/fcitx5-chinese-addons"
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}_dict.tar.zst"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
-IUSE="+cloudpinyin +data +gui lua +opencc test webengine"
-REQUIRED_USE="webengine? ( gui )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- =app-i18n/fcitx-5.1.12*:5
- =app-i18n/libime-1.1.10*:5[data?]
- >=dev-libs/boost-1.61:=
- cloudpinyin? ( net-misc/curl )
- gui? (
- >=app-i18n/fcitx-qt-5.1.4:5[qt6(+),-onlyplugin]
- dev-qt/qtbase:6[concurrent,gui,network,widgets]
- webengine? ( dev-qt/qtwebengine:6[widgets] )
- )
- lua? ( app-i18n/fcitx-lua:5 )
- opencc? ( app-i18n/opencc:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- kde-frameworks/extra-cmake-modules:0
- virtual/pkgconfig
-"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_BROWSER=$(usex webengine)
- -DENABLE_CLOUDPINYIN=$(usex cloudpinyin)
- -DENABLE_DATA=$(usex data)
- -DENABLE_GUI=$(usex gui)
- -DUSE_QT6=$(usex gui)
- -DENABLE_OPENCC=$(usex opencc)
- -DENABLE_TEST=$(usex test)
- -DUSE_WEBKIT=no
- )
- cmake_src_configure
-}
next reply other threads:[~2025-10-04 12:55 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-04 12:55 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-30 18:16 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/ Arthur Zamarin
2025-08-18 16:23 Sam James
2025-08-06 23:42 Yixun Lan
2025-08-06 23:42 Yixun Lan
2025-04-24 18:21 Andreas Sturmlechner
2025-04-24 7:00 Sam James
2025-04-22 16:27 Andreas Sturmlechner
2025-04-22 16:27 Andreas Sturmlechner
2025-02-08 0:18 Yixun Lan
2024-12-02 7:15 Yixun Lan
2024-11-24 14:25 Joonas Niilola
2024-11-24 8:45 Joonas Niilola
2024-10-11 0:07 Yixun Lan
2024-07-29 17:30 Sam James
2024-07-29 17:30 Sam James
2024-06-09 18:54 Matt Turner
2024-06-02 3:25 Yixun Lan
2024-06-02 3:25 Yixun Lan
2024-04-25 0:43 Yixun Lan
2024-04-25 0:43 Yixun Lan
2024-03-08 9:12 Yixun Lan
2024-01-17 9:04 Jakov Smolić
2024-01-16 17:50 Arthur Zamarin
2024-01-11 0:22 Yixun Lan
2024-01-11 0:22 Yixun Lan
2024-01-02 3:56 WANG Xuerui
2023-12-25 11:51 Yixun Lan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1759582498.e963ef2ac579c7f289a3ac8b1bfece981759d2cc.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox