public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "WANG Xuerui" <xen0n@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/
Date: Wed, 17 Jan 2024 17:04:35 +0000 (UTC)	[thread overview]
Message-ID: <1705510984.42a82c1486640e6f26b5cbf1873e6f4e7bd7e95c.xen0n@gentoo> (raw)

commit:     42a82c1486640e6f26b5cbf1873e6f4e7bd7e95c
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Wed Jan 17 11:08:56 2024 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 17:03:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a82c14

app-i18n/fcitx-rime: Fix dependency on librime

Closes: https://bugs.gentoo.org/922232
Closes: https://github.com/gentoo/gentoo/pull/34860
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 .../{fcitx-rime-0.3.2.ebuild => fcitx-rime-0.3.2-r1.ebuild}      | 9 +++------
 app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild                     | 9 +++------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild b/app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
similarity index 86%
rename from app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
rename to app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
index 06a5ed3da016..b9da1cbd7122 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2012-2020 Gentoo Authors
+# Copyright 2012-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,21 +13,18 @@ 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=""
-else
+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"
-IUSE=""
 
 BDEPEND=">=app-i18n/fcitx-4.2.9:4
 	virtual/pkgconfig"
 DEPEND=">=app-i18n/fcitx-4.2.9:4
-	>=app-i18n/librime-1.0.0:=
+	<app-i18n/librime-1.9.0:=
 	virtual/libintl"
 RDEPEND="${DEPEND}
 	app-i18n/rime-data"

diff --git a/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild b/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild
index 49fb4753f008..c40551dffd5e 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-4.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2012-2020 Gentoo Authors
+# Copyright 2012-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,15 +13,12 @@ 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=""
-else
+if [[ ! "${PV}" =~ (^|\.)9999$ ]]; then
 	SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz"
 fi
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS=""
 IUSE="+configuration_tool"
 
 BDEPEND=">=app-i18n/fcitx-4.2.9:4
@@ -31,7 +28,7 @@ BDEPEND=">=app-i18n/fcitx-4.2.9:4
 		dev-qt/qtwidgets:5
 	)"
 DEPEND=">=app-i18n/fcitx-4.2.9:4
-	>=app-i18n/librime-1.0.0:=
+	<app-i18n/librime-1.9.0:=
 	virtual/libintl
 	configuration_tool? (
 		>=app-i18n/fcitx-qt5-1.1:4


             reply	other threads:[~2024-01-17 17:04 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17 17:04 WANG Xuerui [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-23 13:00 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/ Arthur Zamarin
2025-08-19 16:28 Andreas Sturmlechner
2025-06-29  4:28 Yixun Lan
2025-04-26 17:12 Arthur Zamarin
2025-02-08  0:18 Yixun Lan
2024-12-20 20:26 Andreas Sturmlechner
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 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=1705510984.42a82c1486640e6f26b5cbf1873e6f4e7bd7e95c.xen0n@gentoo \
    --to=xen0n@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