From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/
Date: Fri, 20 Dec 2024 20:26:47 +0000 (UTC) [thread overview]
Message-ID: <1734726392.4fea317f1ee06eab36a705abe7ae64ee24b9e476.asturm@gentoo> (raw)
commit: 4fea317f1ee06eab36a705abe7ae64ee24b9e476
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Mon Dec 9 14:04:59 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 20:26:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fea317f
app-i18n/fcitx-rime: drop 0.3.2-r1, 4.9999
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-i18n/fcitx-rime/Manifest | 1 -
app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild | 48 --------------------
app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild | 61 --------------------------
app-i18n/fcitx-rime/metadata.xml | 4 --
4 files changed, 114 deletions(-)
diff --git a/app-i18n/fcitx-rime/Manifest b/app-i18n/fcitx-rime/Manifest
index a14714a78fb6..69d7f1acda0a 100644
--- a/app-i18n/fcitx-rime/Manifest
+++ b/app-i18n/fcitx-rime/Manifest
@@ -1,2 +1 @@
-DIST fcitx-rime-0.3.2.tar.xz 40960 BLAKE2B 1c9185dd9d2912e74b9916916fed09a01c30e0867d93fe94e04d5324883783dddbdca0f553d80aa19e2e59d2ec8fd2a50a7f89118c22cb09310296292a566760 SHA512 8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1
DIST fcitx-rime-5.1.9.tar.zst 64335 BLAKE2B aac7f54cc5bf3617744d1f85c13ed402fd13c41c81b144225d49e6ddfc11b207d286bdf8f91ec8b7156bebc9af4c6c6c2badc3fe1747c35851d88b4574cdf651 SHA512 efffd620d960346b96333bc3403e1c8a25acc99103ba2c465a5c27bb32842497c64647af540af306d8e0bb6d9ac4fdf852db7911233564ea38ee3980098f7336
diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild b/app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
deleted file mode 100644
index b9da1cbd7122..000000000000
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2012-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake xdg-utils
-
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/fcitx/fcitx-rime"
-fi
-
-DESCRIPTION="Chinese RIME input methods for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-rime"
-if [[ ! "${PV}" =~ (^|\.)9999$ ]]; then
- SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 ppc ppc64 ~riscv x86"
-
-BDEPEND=">=app-i18n/fcitx-4.2.9:4
- virtual/pkgconfig"
-DEPEND=">=app-i18n/fcitx-4.2.9:4
- <app-i18n/librime-1.9.0:=
- virtual/libintl"
-RDEPEND="${DEPEND}
- app-i18n/rime-data"
-
-DOCS=()
-
-src_configure() {
- local mycmakeargs=(
- -DRIME_DATA_DIR="${EPREFIX}/usr/share/rime-data"
- )
-
- cmake_src_configure
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild b/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild
deleted file mode 100644
index 6c9a037d8000..000000000000
--- a/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2012-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake xdg-utils
-
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/fcitx/fcitx-rime"
-fi
-
-DESCRIPTION="Chinese RIME input methods for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-rime"
-if [[ ! "${PV}" =~ (^|\.)9999$ ]]; then
- SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="+configuration-tool"
-
-BDEPEND=">=app-i18n/fcitx-4.2.9:4
- virtual/pkgconfig
- configuration-tool? (
- dev-qt/qtcore:5
- dev-qt/qtwidgets:5
- )"
-DEPEND=">=app-i18n/fcitx-4.2.9:4
- <app-i18n/librime-1.9.0:=
- virtual/libintl
- configuration-tool? (
- >=app-i18n/fcitx-qt5-1.1:4
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- )"
-RDEPEND="${DEPEND}
- app-i18n/rime-data"
-DEPEND="${DEPEND}
- configuration-tool? ( dev-qt/qtconcurrent:5 )"
-
-DOCS=()
-
-src_configure() {
- local mycmakeargs=(
- -DRIME_DATA_DIR="${EPREFIX}/usr/share/rime-data"
- -DENABLE_QT5GUI=$(usex configuration-tool)
- )
-
- cmake_src_configure
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/app-i18n/fcitx-rime/metadata.xml b/app-i18n/fcitx-rime/metadata.xml
index 35dd132bb0f2..3a8f3e79f02c 100644
--- a/app-i18n/fcitx-rime/metadata.xml
+++ b/app-i18n/fcitx-rime/metadata.xml
@@ -21,11 +21,7 @@
<email>cjk@gentoo.org</email>
<name>Cjk</name>
</maintainer>
- <use>
- <flag name="configuration-tool">Install configuration tool</flag>
- </use>
<upstream>
<remote-id type="github">fcitx/fcitx5-rime</remote-id>
- <remote-id type="github">fcitx/fcitx-rime</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2024-12-20 20:26 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-20 20:26 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 17:12 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/ Arthur Zamarin
2025-02-08 0:18 Yixun Lan
2024-12-02 7:15 Yixun Lan
2024-11-22 15:57 Joonas Niilola
2024-11-22 15:29 Sam James
2024-11-17 9:45 Yixun Lan
2024-07-15 8:55 David Seifert
2024-06-09 18:54 Matt Turner
2024-06-02 3:25 Yixun Lan
2024-02-07 5:18 WANG Xuerui
2024-01-17 17:04 WANG Xuerui
2024-01-17 16:50 WANG Xuerui
2024-01-17 9:04 Jakov Smolić
2024-01-16 17:50 Arthur Zamarin
2024-01-11 11:23 Yixun Lan
2022-10-10 6:25 Jakov Smolić
2020-10-02 17:45 Mike Gilbert
2020-10-02 17:45 Mike Gilbert
2020-09-24 14:26 Mike Gilbert
2018-06-13 21:07 Mike Gilbert
2017-11-18 10:13 Sergei Trofimovich
2017-11-18 10:03 Sergei Trofimovich
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-10-23 17:24 Mike Gilbert
2017-08-22 14:21 Mike Gilbert
2016-06-17 15:28 Mike Gilbert
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=1734726392.4fea317f1ee06eab36a705abe7ae64ee24b9e476.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