commit: 82f9ee3ff99b6f5d44b009fa6043515c45ccd005
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 5 13:43:40 2026 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Mar 5 13:43:40 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f9ee3f
app-i18n/ibus-typing-booster: drop old
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-typing-booster/Manifest | 1 -
.../ibus-typing-booster-2.28.6.ebuild | 53 ----------------------
2 files changed, 54 deletions(-)
diff --git a/app-i18n/ibus-typing-booster/Manifest
b/app-i18n/ibus-typing-booster/Manifest
index e3b639b26ff0..aba7a564f673 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1,2 @@
-DIST ibus-typing-booster-2.28.6.tar.gz 14633258 BLAKE2B
da6b7b368cda17a860b8c77bc6a8f75173f71d2ed3dadf289fbca81478f81ecd4f8a9b09df949b6c7e202d7fac0f3f500dc2301091997e205b0c7e3b4a31da66
SHA512
b2f69c4f428146903a7b0fd5d9b940824a75e4bdb8532875479939d8add0dc3cfbedd4648ccd64f5bf09dc7122f2659834fc872cc1b7582b337483ff4294d7ed
DIST ibus-typing-booster-2.30.0.tar.gz 14692996 BLAKE2B
9420124f6cd8d0a86afcc831be9754a6562c60e0e6a8b4b9e41fd1210de34a45d92babb14c8bd6d54ef487ae9c9d6ec287ed5535a9f672a7c7329615d27f7ab8
SHA512
4100d741a7738198599be9ffbab0d7b3b17184580b3fa61fb99254230402b558cc70a98856123933df1e7c2b65d342829d46f546d48fc1e4ba89d31c4288a0da
DIST ibus-typing-booster-2.30.4.tar.gz 14721047 BLAKE2B
87316804ab0bc6a61d8d0a74bc57a98144b3591f5864a2d1a444bce0e47a3a162a05d6b99079f7bd8aa4f0241e343507b07b8d5b5441f1089a6c7a011e145af6
SHA512
cb3760e61c9b990722d04a8b8a020d7c6b3a753a4875af22b92f1e7b41790b44cda0345ecc90e60fef1b3f928b23e7c8993aded8ad935d5981521b4e466f35ce
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.6.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.6.ebuild
deleted file mode 100644
index 4f16d8c0f990..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Completion input method for IBus"
-HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
-SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
- dev-libs/m17n-lib
- $(python_gen_cond_dep '
- app-i18n/ibus[python(+),${PYTHON_USEDEP}]
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/pyenchant[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- ')"
-RDEPEND="${DEPEND}
- >=dev-db/m17n-db-1.7"
-BDEPEND="sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- default
-
- sed -i "s|/usr\(/bin/sh\)|\1|" {engine,setup}/*.in
-}
-
-pkg_preinst() {
- xdg_pkg_preinst
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}