commit:     37120e0f85fb29589238f9621d030460bff8750e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 19:30:27 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct  4 12:54:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37120e0f

app-i18n/fcitx-configtool: drop 5.1.9

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-i18n/fcitx-configtool/Manifest                 |  1 -
 .../fcitx-configtool/fcitx-configtool-5.1.9.ebuild | 71 ----------------------
 2 files changed, 72 deletions(-)

diff --git a/app-i18n/fcitx-configtool/Manifest 
b/app-i18n/fcitx-configtool/Manifest
index 7caf7ec9b4f6..3160e4548cba 100644
--- a/app-i18n/fcitx-configtool/Manifest
+++ b/app-i18n/fcitx-configtool/Manifest
@@ -1,2 +1 @@
 DIST fcitx-configtool-5.1.10.tar.zst 144970 BLAKE2B 
62f6b5e3db8b286140c0f526e150396136d5391a881d73b9e4415e822d05750250cafebba28b6f4d2abb414957139698c2898e4d0538305e50c8e81ed03dee56
 SHA512 
edcb9da41ca9fcfa5628a3c8d5d575dc4ac752a1f1fa8c1c5294d780eed0358972aee731b0ac05ac129626441d32f2c29fe4bb6e83a1680e0629f8709d4a7608
-DIST fcitx-configtool-5.1.9.tar.zst 150658 BLAKE2B 
390e0cdd0dee00cc59efa5337d729a8598e3c97ad820c4a42d4bdc2cfb9c6e5ea7ea4b2691cc1cd43fdafa9aa6a51ef527d56c3161f975efafbaa2354700eabe
 SHA512 
0117e17fd5b93e6f9d871d8bd8c3a77d3f4c41de441b9bc312e051e0580d4ead7851fb601e67dbed57e456fd2dbfd34465182e66de02c0a661b7c087528276c5

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.9.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.9.ebuild
deleted file mode 100644
index c453b5432b4f..000000000000
--- a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.9.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-configtool"
-
-inherit cmake unpacker
-
-DESCRIPTION="Configuration module for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64"
-IUSE="kcm +config-qt test X"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=app-i18n/fcitx-5.1.6:5
-       >=app-i18n/fcitx-qt-5.1.4:5[qt6(+),-onlyplugin]
-       app-text/iso-codes
-       dev-qt/qtbase:6[concurrent,dbus,gui,widgets]
-       dev-qt/qtsvg:6
-       kde-frameworks/kwidgetsaddons:6
-       sys-devel/gettext
-       virtual/libintl
-       X? (
-               x11-libs/libX11
-               x11-libs/libxkbfile
-               x11-misc/xkeyboard-config
-       )
-       config-qt? ( kde-frameworks/kitemviews:6 )
-       kcm? (
-               dev-qt/qtdeclarative:6
-               kde-frameworks/kcoreaddons:6
-               kde-frameworks/kdeclarative:6
-               kde-frameworks/ki18n:6
-               kde-frameworks/kiconthemes:6
-               kde-frameworks/kirigami:6
-               kde-frameworks/kpackage:6
-               kde-frameworks/ksvg:6
-               kde-frameworks/kcmutils:6
-               kde-plasma/libplasma:6
-               x11-libs/libxkbcommon
-       )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       $(unpacker_src_uri_depends)
-       kde-frameworks/extra-cmake-modules:0
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-make-x11-dependencies-optional.patch )
-
-src_configure() {
-       local mycmakeargs=(
-               -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
-               -DENABLE_KCM=$(usex kcm)
-               -DENABLE_CONFIG_QT=$(usex config-qt)
-               -DENABLE_X11=$(usex X)
-               -DENABLE_TEST=$(usex test)
-               -DUSE_QT6=ON
-       )
-
-       cmake_src_configure
-}

Reply via email to