summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-06-09 14:47:50 -0400
committerMatt Turner <mattst88@gentoo.org>2024-06-09 14:54:36 -0400
commit7145848ad102a0d7fd2822ca7a6a235594d6ac1f (patch)
tree2d5922ed640504f54238870c5797c4c7d8bc762f /app-i18n
parentapp-i18n/fcitx-table-extra: Drop old versions (diff)
downloadgentoo-7145848ad102a0d7fd2822ca7a6a235594d6ac1f.tar.gz
gentoo-7145848ad102a0d7fd2822ca7a6a235594d6ac1f.tar.bz2
gentoo-7145848ad102a0d7fd2822ca7a6a235594d6ac1f.zip
app-i18n/fcitx-table-other: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-table-other/Manifest1
-rw-r--r--app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-i18n/fcitx-table-other/Manifest b/app-i18n/fcitx-table-other/Manifest
index 1f2106f07a9e..c0cc3701cfbd 100644
--- a/app-i18n/fcitx-table-other/Manifest
+++ b/app-i18n/fcitx-table-other/Manifest
@@ -1,2 +1 @@
-DIST fcitx-table-other-5.1.2.tar.zst 532035 BLAKE2B de699a15b50eadd4a4693b38ca4ba44ae98ff8c31373305a7d8f83c5ea7c24c811c718f217831bebc3e5fe126d010b866d53929b20b2e7e401ed1bf3252b815a SHA512 d09bba6c60f625a9a9c2aad3599305438809c0bc5b7d5354502cdfb928822cb670f391a14b150637050322021c379b8e07e634bc9a016751755759e0dbd97596
DIST fcitx-table-other-5.1.3.tar.zst 532361 BLAKE2B e966d5b259e96e60bf7f7744653fe6f6111a573ce9f10ccbd7fbd99028d6f38d607a6d51133f3492734b211ac5db214bafcfc0d21069f93da2ca6881e00d67aa SHA512 847e731c23e42b7a34bf145b489636a62812265c8b7d9fe0197f25f953d9683e0f8c96fccc3c6bdbb0a31742ab79258e3fee5b0b7a94e82b392d4d8471897415
diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild
deleted file mode 100644
index f057fd74ebac..000000000000
--- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=fcitx5-table-other
-
-inherit cmake unpacker xdg
-
-DESCRIPTION="Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables"
-HOMEPAGE="https://github.com/fcitx/fcitx5-table-other"
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-LICENSE="GPL-3"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-DEPEND="
- app-i18n/fcitx:5
- app-i18n/libime
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- kde-frameworks/extra-cmake-modules:0
- virtual/pkgconfig
-"