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

app-i18n/libime: drop 1.1.8-r1

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

 app-i18n/libime/libime-1.1.8-r1.ebuild | 54 ----------------------------------
 1 file changed, 54 deletions(-)

diff --git a/app-i18n/libime/libime-1.1.8-r1.ebuild 
b/app-i18n/libime/libime-1.1.8-r1.ebuild
deleted file mode 100644
index 88734c7e37ce..000000000000
--- a/app-i18n/libime/libime-1.1.8-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake unpacker
-
-DESCRIPTION="Fcitx5 Next generation of fcitx"
-HOMEPAGE="https://fcitx-im.org/";
-SRC_URI="https://download.fcitx-im.org/fcitx5/libime/libime-${PV}_dict.tar.zst";
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="+data doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=app-i18n/fcitx-5.1.5:5
-       app-arch/zstd:=
-       dev-libs/boost:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       kde-frameworks/extra-cmake-modules:0
-       virtual/pkgconfig
-       doc? (
-               app-text/doxygen
-               dev-texlive/texlive-fontutils
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}/${P}-include-cstdint-for-gcc-15.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_DATA=$(usex data)
-               -DENABLE_DOC=$(usex doc)
-               -DENABLE_TEST=$(usex test)
-       )
-       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/*
-}

Reply via email to