commit:     60c4271e001d623fb270838de4fd1c3ea553de47
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sun Dec  1 15:16:33 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 07:12:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c4271e

app-i18n/fcitx: drop 5.1.10-r1

Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-i18n/fcitx/fcitx-5.1.10-r1.ebuild | 127 ----------------------------------
 1 file changed, 127 deletions(-)

diff --git a/app-i18n/fcitx/fcitx-5.1.10-r1.ebuild 
b/app-i18n/fcitx/fcitx-5.1.10-r1.ebuild
deleted file mode 100644
index 13e9dd85807e..000000000000
--- a/app-i18n/fcitx/fcitx-5.1.10-r1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5"
-
-inherit cmake unpacker xdg
-
-DESCRIPTION="Fcitx 5 is a generic input method framework"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
-SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.zst 
-> ${P}.tar.zst"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-LICENSE="LGPL-2+ Unicode-DFS-2016"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
-REQUIRED_USE="
-       || ( wayland X )
-       X? ( keyboard )
-       wayland? ( keyboard )
-"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       !app-i18n/fcitx:4
-       dev-libs/libfmt
-       sys-devel/gettext
-       virtual/libintl
-       x11-libs/cairo[X?]
-       x11-libs/gdk-pixbuf:2
-       x11-libs/pango[X?]
-       doc? (
-               app-text/doxygen
-               dev-texlive/texlive-fontutils
-       )
-       emoji? ( sys-libs/zlib )
-       enchant? ( app-text/enchant:2 )
-       keyboard? (
-               app-text/iso-codes
-               dev-libs/expat
-               dev-libs/json-c:=
-               x11-misc/xkeyboard-config
-               x11-libs/libxkbcommon[X?,wayland?]
-       )
-       systemd? (
-               sys-apps/systemd
-       )
-       !systemd? (
-               dev-libs/libuv
-               sys-apps/dbus
-       )
-       wayland? (
-               dev-libs/glib:2
-               dev-libs/wayland
-               dev-libs/wayland-protocols
-               dev-util/wayland-scanner
-       )
-       X? (
-               dev-libs/glib:2
-               >=x11-libs/xcb-imdkit-1.0.3:5
-               x11-libs/libX11
-               x11-libs/libxkbfile
-               x11-libs/xcb-util
-               x11-libs/xcb-util-keysyms
-               x11-libs/xcb-util-wm
-       )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       virtual/pkgconfig
-       kde-frameworks/extra-cmake-modules:0
-"
-
-PATCHES=(
-       "${FILESDIR}/${P}-include-cstdint-for-gcc-15.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_DBUS=on
-               -DENABLE_XDGAUTOSTART=$(usex autostart)
-               -DENABLE_SERVER=$(usex server)
-               -DENABLE_KEYBOARD=$(usex keyboard)
-               -DENABLE_TEST=$(usex test)
-               -DENABLE_ENCHANT=$(usex enchant)
-               -DENABLE_EMOJI=$(usex emoji)
-               -DENABLE_PRESAGE=$(usex presage)
-               -DENABLE_WAYLAND=$(usex wayland)
-               -DENABLE_X11=$(usex X)
-               -DENABLE_DOC=$(usex doc)
-               -DUSE_SYSTEMD=$(usex systemd)
-       )
-       cmake_src_configure
-}
-
-src_compile() {
-       cmake_src_compile
-       use doc && cmake_src_compile doc
-}
-
-src_install() {
-       cmake_src_install
-       use doc && dodoc -r "${BUILD_DIR}"/doc/*
-}
-
-src_test() {
-       # break by sandbox
-       local CMAKE_SKIP_TESTS=(
-               testdbus
-               testservicewatcher
-       )
-       cmake_src_test
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-
-       elog
-       elog "Follow the instrcutions on:"
-       elog "https://wiki.gentoo.org/wiki/Fcitx#Using_Fcitx";
-       elog "https://fcitx-im.org/wiki/Setup_Fcitx_5";
-       elog "https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland";
-       elog
-}

Reply via email to