From 219e492ba10118a6bf886d279c5a91b62fe3af46 Mon Sep 17 00:00:00 2001 From: Yongxiang Liang Date: Tue, 30 Jul 2024 02:11:56 +0800 Subject: [PATCH] app-i18n/fcitx-m17n: drop 5.1.0 Signed-off-by: Yongxiang Liang --- app-i18n/fcitx-m17n/Manifest | 1 - app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild | 45 --------------------- 2 files changed, 46 deletions(-) delete mode 100644 app-i18n/fcitx-m17n/Manifest delete mode 100644 app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild diff --git a/app-i18n/fcitx-m17n/Manifest b/app-i18n/fcitx-m17n/Manifest deleted file mode 100644 index dd90bcbd3..000000000 --- a/app-i18n/fcitx-m17n/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fcitx-m17n-5.1.0.tar.xz 23996 BLAKE2B 94802b1584cde13d0f613e5506a05ce101cfd0ecf245be980e608f8c6dd509540a877edb1d14ee376da8834f6fcf947a0d88ad1ed7019e47fa4d8bf5d04c3900 SHA512 a28a170ba62edc9b6e225f5ff6d76c8d7333006429a6d496abd2b7b49a9f82e01a2ebfdd670609c96529bbee36a01fb1937abfab745f1d3f3a4f196f3b9fc3df diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild deleted file mode 100644 index 3a3ce96f1..000000000 --- a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit cmake - -DESCRIPTION="m17n-provided input methods for Fcitx5" -HOMEPAGE="https://github.com/fcitx/fcitx5-m17n" -MY_PN="fcitx5-m17n" -S="${WORKDIR}/${MY_PN}-${PV}" -SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz -> ${P}.tar.xz" -KEYWORDS="~amd64 ~arm64 ~riscv" - -LICENSE="LGPL-2.1+" -SLOT="5" -IUSE="coverage test" -RESTRICT="!test? ( test )" - -# m17n-gui>=1.6.3 -RDEPEND=" - >=app-i18n/fcitx-5.1.5:5 - >=dev-libs/m17n-lib-1.6.3[X] - dev-db/m17n-db - dev-libs/libfmt -" -DEPEND=" - ${RDEPEND} - test? ( - coverage? ( - dev-util/lcov - ) - ) -" -BDEPEND=" - virtual/pkgconfig - kde-frameworks/extra-cmake-modules:0 -" - -src_configure() { - local mycmakeargs=( - -DENABLE_TEST=$(usex test) - -DENABLE_COVERAGE=$(usex coverage) - ) - cmake_src_configure -}