From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC03C1584AD for ; Tue, 22 Apr 2025 16:27:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8E8C0342FDD for ; Tue, 22 Apr 2025 16:27:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D2C431102C5; Tue, 22 Apr 2025 16:27:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C79681102C5 for ; Tue, 22 Apr 2025 16:27:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72CB9342FE5 for ; Tue, 22 Apr 2025 16:27:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2C9F23D0 for ; Tue, 22 Apr 2025 16:27:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1745339233.22596d21f5625066e41685deaa32b99957b153de.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.8.ebuild X-VCS-Directories: app-i18n/fcitx-chinese-addons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 22596d21f5625066e41685deaa32b99957b153de X-VCS-Branch: master Date: Tue, 22 Apr 2025 16:27:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dac65771-c8d1-4430-9023-5ed99600387f X-Archives-Hash: bfd393aa9e15c8f3eaa74bee3d959a2d commit: 22596d21f5625066e41685deaa32b99957b153de Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 21 11:07:23 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 22 16:27:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22596d21 app-i18n/fcitx-chinese-addons: drop 5.1.8 Signed-off-by: Andreas Sturmlechner gentoo.org> .../fcitx-chinese-addons-5.1.8.ebuild | 62 ---------------------- 1 file changed, 62 deletions(-) diff --git a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.8.ebuild b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.8.ebuild deleted file mode 100644 index 8a30945075c0..000000000000 --- a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.8.ebuild +++ /dev/null @@ -1,62 +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="+data +gui webengine +cloudpinyin +qt5 qt6 lua +opencc test" -REQUIRED_USE=" - webengine? ( gui ) -" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-i18n/fcitx-5.1.12:5 - >=app-i18n/libime-1.1.7:5[data?] - >=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] ) - ) - qt6? ( - dev-qt/qtbase:6[concurrent] - app-i18n/fcitx-qt:5[qt6,-onlyplugin] - webengine? ( dev-qt/qtwebengine:6[widgets] ) - ) - ) -" -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) - -DENABLE_OPENCC=$(usex opencc) - -DENABLE_TEST=$(usex test) - -DUSE_WEBKIT=no - -DUSE_QT6=$(usex qt6) - ) - cmake_src_configure -}