commit:     8608b4fb5b8740f8fc6691956c1abe0ac06d3acf
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 13:35:49 2026 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 13:37:47 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8608b4fb

app-i18n/ibus-typing-booster: drop old

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/ibus-typing-booster/Manifest              |  2 -
 .../ibus-typing-booster-2.28.3.ebuild              | 53 ----------------------
 .../ibus-typing-booster-2.28.4.ebuild              | 53 ----------------------
 3 files changed, 108 deletions(-)

diff --git a/app-i18n/ibus-typing-booster/Manifest 
b/app-i18n/ibus-typing-booster/Manifest
index 1610124471cf..008eaa52fc32 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1 @@
-DIST ibus-typing-booster-2.28.3.tar.gz 14611485 BLAKE2B 
1eaeb28524d632678d9dbf7827d09c7df07ff2e284676432e58c219e3d189a401f5d2e15c636672c954ee5a38690e53036ebae4f5013aa7f11ed2737629e47a6
 SHA512 
9c7cc6381c1e7b7eb68af3c22778ecce287b8c28b9e11f86a680cd5f7fe66c33b63739d55d1e8e899ae75a467b49bf11cb6d54206d16ceab9291e1cb805657f8
-DIST ibus-typing-booster-2.28.4.tar.gz 14630572 BLAKE2B 
17a5c2d8c6f91cfc8b4b5036a614a621ead3770dfe338d75eb66d285d1a4ca6ffcfa95811c34642fa0ba316950c36c650ddb345241ac31832a66ef1f18d1339c
 SHA512 
0322a3e21f75a76c834a86d0a82f6f4afd0da81b272862f65bc228c6fde434ca4fe635ec9743374d027c82682c72d37cb62e30d32cc8f98114ce5201ec8777ec
 DIST ibus-typing-booster-2.28.6.tar.gz 14633258 BLAKE2B 
da6b7b368cda17a860b8c77bc6a8f75173f71d2ed3dadf289fbca81478f81ecd4f8a9b09df949b6c7e202d7fac0f3f500dc2301091997e205b0c7e3b4a31da66
 SHA512 
b2f69c4f428146903a7b0fd5d9b940824a75e4bdb8532875479939d8add0dc3cfbedd4648ccd64f5bf09dc7122f2659834fc872cc1b7582b337483ff4294d7ed

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.3.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.3.ebuild
deleted file mode 100644
index e8cc53343e75..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2025 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
-}

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.4.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.4.ebuild
deleted file mode 100644
index b05f4dd9dd7f..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2025 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
-}

Reply via email to