commit: f5c30f605ab19711451c11a04f97a631141d6e06 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com> AuthorDate: Sun May 11 01:56:56 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Mon May 12 10:54:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c30f60
app-i18n/fcitx-sayura: drop 5.1.2 Closes: https://github.com/gentoo/gentoo/pull/42023 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/fcitx-sayura/Manifest | 1 - app-i18n/fcitx-sayura/fcitx-sayura-5.1.2.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-i18n/fcitx-sayura/Manifest b/app-i18n/fcitx-sayura/Manifest index 881a33999e42..baf904875b33 100644 --- a/app-i18n/fcitx-sayura/Manifest +++ b/app-i18n/fcitx-sayura/Manifest @@ -1,2 +1 @@ -DIST fcitx-sayura-5.1.2.tar.zst 25363 BLAKE2B f498b9062c0e450b8cd3632b231e6e3bc7010ef6aed6bc0b6c6118de854202e36ffa04249ebe4527a69e30d261c3c07a89f221fc9b578df4eee293acace05766 SHA512 bc00188affa127f3ddbcd5eb6dc99030f432bdcf408e4b7abbee50fd906686f9697338e2d774c6639e5984f1a5bc1ab00261ae4752f9a984c4a639fe5315645f DIST fcitx-sayura-5.1.3.tar.zst 25613 BLAKE2B cfa8db8baa700867579cf364ea6d2a4cc31da49bd5e5e087dd31f93f012b7d5d87dfdd9eee58e3110108d709c562a877532e95400b64cd2643f9c0af75582e27 SHA512 30733d695840607371f5ff0c82014df80455f087fd746265a786692c3e9fa55ecdc781259fe007eb95acc129125d7394580f54b762fd27f264233a469032e4f3 diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-5.1.2.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-5.1.2.ebuild deleted file mode 100644 index 32507f2e276f..000000000000 --- a/app-i18n/fcitx-sayura/fcitx-sayura-5.1.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg unpacker - -MY_PN="fcitx5-sayura" -DESCRIPTION="Fcitx-Sayura is a Sinhala input method for Fcitx input method framework" -HOMEPAGE="https://github.com/fcitx/fcitx5-sayura" -SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst" - -S="${WORKDIR}/${MY_PN}-${PV}" -LICENSE="LGPL-2.1+ MIT" -SLOT="5" -KEYWORDS="~amd64" - -DEPEND=" - app-i18n/fcitx:5 -" -RDEPEND="${DEPEND}" -BDEPEND=" - kde-frameworks/extra-cmake-modules:0 -"
