From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/
Date: Thu, 11 Jan 2024 00:22:07 +0000 (UTC) [thread overview]
Message-ID: <1704932425.b7d08415ff9f17f80c159d44de2618b77437d415.dlan@gentoo> (raw)
commit: b7d08415ff9f17f80c159d44de2618b77437d415
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Fri Jan 5 04:49:05 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 00:20:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d08415
app-i18n/fcitx-chinese-addons: drop 5.1.2
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-i18n/fcitx-chinese-addons/Manifest | 1 -
.../fcitx-chinese-addons-5.1.2.ebuild | 57 ----------------------
2 files changed, 58 deletions(-)
diff --git a/app-i18n/fcitx-chinese-addons/Manifest b/app-i18n/fcitx-chinese-addons/Manifest
index 6f9c005661a6..8305fe5c1146 100644
--- a/app-i18n/fcitx-chinese-addons/Manifest
+++ b/app-i18n/fcitx-chinese-addons/Manifest
@@ -1,2 +1 @@
-DIST fcitx5-chinese-addons-5.1.2_dict.tar.xz 883388 BLAKE2B 7db9fcd8b9fddce9db5b0cf23e5300d7a246183184c32d8292a92617f5b66bebd81a5876cb197508676266c39fbeae5a17fd659feadab0a41be1df948c9663fe SHA512 8a94b974b461dc0a20ee7c243d482295359be27a7cc2152755aebdde3330a62f579506666e231d15cd081e58794359f1791b674f8d9f873babf7c68f4dea81a1
DIST fcitx5-chinese-addons-5.1.3_dict.tar.xz 884664 BLAKE2B 6e9f931c146798bbbd76e7a55d62d50de2c8173d0dddcb48ea78259dac62fe41cb4be4421c6d6d81a5b094a3ebe258b1d20b42e2891451da55723e3978c1379a SHA512 4ea52ec45af70b552d8d4af3ed077662d6d839d3984bc41858b4710fe5b1dc169c63e223770f5400718c1c18aa745e77305f242409fa1cc523cee8475eb2e9ff
diff --git a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.2.ebuild b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.2.ebuild
deleted file mode 100644
index 055aa4938932..000000000000
--- a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-chinese-addons"
-
-inherit cmake 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.xz"
-
-LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~amd64 ~loong ~x86"
-SLOT="5"
-IUSE="+gui webengine +cloudpinyin +qt5 lua +opencc test"
-REQUIRED_USE="
- gui? ( qt5 )
- webengine? ( gui )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=app-i18n/fcitx-5.1.5:5
- >=app-i18n/libime-1.1.3:5
- >=dev-libs/boost-1.61:=
- cloudpinyin? ( net-misc/curl )
- lua? ( app-i18n/fcitx-lua:5 )
- opencc? ( app-i18n/opencc:= )
- gui? (
- qt5? (
- dev-qt/qtconcurrent:5
- app-i18n/fcitx-qt:5[qt5,-onlyplugin]
- webengine? ( dev-qt/qtwebengine:5[widgets] )
- )
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- kde-frameworks/extra-cmake-modules:0
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_BROWSER=$(usex webengine)
- -DENABLE_CLOUDPINYIN=$(usex cloudpinyin)
- -DENABLE_GUI=$(usex gui)
- -DENABLE_OPENCC=$(usex opencc)
- -DENABLE_TEST=$(usex test)
- -DUSE_WEBKIT=no
- )
- cmake_src_configure
-}
next reply other threads:[~2024-01-11 0:22 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-11 0:22 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-24 18:21 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/ 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-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=1704932425.b7d08415ff9f17f80c159d44de2618b77437d415.dlan@gentoo \
--to=dlan@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