commit: 7670732c15b170af2bffd283f01e6b60e4b50742 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com> AuthorDate: Sun Dec 1 15:20:10 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Mon Dec 2 07:12:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7670732c
x11-libs/xcb-imdkit: drop 1.0.8 Closes: https://github.com/gentoo/gentoo/pull/39540 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> x11-libs/xcb-imdkit/Manifest | 1 - x11-libs/xcb-imdkit/xcb-imdkit-1.0.8.ebuild | 35 ----------------------------- 2 files changed, 36 deletions(-) diff --git a/x11-libs/xcb-imdkit/Manifest b/x11-libs/xcb-imdkit/Manifest index d502ec2ebe74..72088638bb78 100644 --- a/x11-libs/xcb-imdkit/Manifest +++ b/x11-libs/xcb-imdkit/Manifest @@ -1,2 +1 @@ -DIST xcb-imdkit-1.0.8.tar.zst 580618 BLAKE2B 760f9a65692986b2bbb359f919e209a5c0ef42b302b25dbb1892cf9bc986b3d9c05963ac454bc4b3ad42f7c2b3549cb5e1c3bbd29fcb39aa03490cb20c00c2d6 SHA512 318106904d1dca79d006e91f21dd965ff486be72edc790a79100908e588e8c26b9faa505daa45d59789feeac8f01a132f14c9509ac68c8ebc43af5719774443d DIST xcb-imdkit-1.0.9.tar.zst 580633 BLAKE2B b153c10c87460da8e1e06133c9ce05302e8f4408551ce4b5a962a5b52b9256635c03b8d5224f826cdf229136f92865254716682dd5b2adcf44b3848086fb641e SHA512 b63e4698e4c6c918923e58f38aa096366025d960f362ef9c84d47cb3f4fc1e01f231342839552019ccf256b1de1e108bb395057ea2beb2d009c245954296b321 diff --git a/x11-libs/xcb-imdkit/xcb-imdkit-1.0.8.ebuild b/x11-libs/xcb-imdkit/xcb-imdkit-1.0.8.ebuild deleted file mode 100644 index fe5d788eb8b3..000000000000 --- a/x11-libs/xcb-imdkit/xcb-imdkit-1.0.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake unpacker - -DESCRIPTION="Input method development support for xcb" -HOMEPAGE="https://github.com/fcitx/xcb-imdkit" -SRC_URI="https://download.fcitx-im.org/fcitx5/${PN}/${P}.tar.zst" - -LICENSE="LGPL-2.1" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" - -RDEPEND=" - x11-libs/libxcb - x11-libs/xcb-util - x11-libs/xcb-util-keysyms -" -DEPEND=" - ${RDEPEND} - dev-libs/uthash -" -BDEPEND=" - kde-frameworks/extra-cmake-modules:0 - virtual/pkgconfig -" - -src_configure() { - local mycmakeargs=( - -DUSE_SYSTEM_UTHASH=ON - ) - cmake_src_configure -}