commit: 8e867ec8011c08e0941948a8f5ebfcba25df27d7
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 24 13:27:53 2025 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Oct 24 13:27:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e867ec8
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.27.72.ebuild | 53 ----------------------
.../ibus-typing-booster-2.27.74.ebuild | 53 ----------------------
3 files changed, 108 deletions(-)
diff --git a/app-i18n/ibus-typing-booster/Manifest
b/app-i18n/ibus-typing-booster/Manifest
index 6763ee3130c7..c4a6a163be21 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1 @@
-DIST ibus-typing-booster-2.27.72.tar.gz 14078913 BLAKE2B
5d7c5c9df7aeb3467cb0af0380b0dc6fccc80ab2e740e92ed5a20554d1e14d8167f711137ebb61d744be7646656b90cdc23160619b64481c9c88477406285786
SHA512
3ebefba36579fc625b27397159bdad760704ae85ffea8539856f5d0ee1afb05eebb9720f401e6cc01b78d917115c9b4a733d90aaccb5091a9e3f40212db8eec8
-DIST ibus-typing-booster-2.27.74.tar.gz 14552384 BLAKE2B
c8e1647f1c4e2fd85aa7fb2e70027c1974620e675104db2b3725ecccd72ec83fbd3699e7458af615005766fb123a34223998021a3366bb8ffc11121c8c3657b7
SHA512
06a159c2146a0db7f209027db6c7f3e641475a36626cb423659795f5e8ae6cbca4a35b224c3a0759cfb93f498a849581a43901d7679ad5f134c901f99e60c52a
DIST ibus-typing-booster-2.27.75.tar.gz 14576630 BLAKE2B
82a529699e73b9e608edd4a0d68bba3937deea395e875212bf1a0d74323bb56aa418047a274e868fb9e2b21717dd1adfa6e255702c4a1a8be1cf241c68167661
SHA512
9f98c913e8495276d974cb43c5e671da2ba89b5c5d1afbd61c832360c8b3c4628134fd096e6ebba67f7f09a58f530f50f9b027f8640c1627be394d3176962ec2
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.72.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.72.ebuild
deleted file mode 100644
index e8cc53343e75..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.72.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.27.74.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.74.ebuild
deleted file mode 100644
index b05f4dd9dd7f..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.74.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
-}