commit: d32f9526e0427dcd89359a9af1f0a65e9606648d
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 13 13:58:36 2025 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Sep 13 14:01:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32f9526
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.66.ebuild | 53 ----------------------
.../ibus-typing-booster-2.27.70.ebuild | 53 ----------------------
3 files changed, 108 deletions(-)
diff --git a/app-i18n/ibus-typing-booster/Manifest
b/app-i18n/ibus-typing-booster/Manifest
index b44cb28dc9d6..23172d7065ef 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1 @@
-DIST ibus-typing-booster-2.27.66.tar.gz 13785645 BLAKE2B
50a3b0b6aa3df936c49fb3e51f4a5e7662f8b9a1632a4abb2a4e7a2b599164bb3ffe538fd683779323bbeb8b919b1b0042e6a486024e5004e42f848aab0f90e7
SHA512
ad95a8f4760a2f1f025ef7cdb47a244e08f7b90c9151568a30e02a33267a31aa6e52e058e5518a9744b9ac95cbe1969cc51800899e562462e11b74f0313ce3f6
-DIST ibus-typing-booster-2.27.70.tar.gz 13791157 BLAKE2B
1db15fa8248e9e0447048c6e44d62b941dbb4d0d59d572549491ad962acc1a87e5fb7d1a2432f4f561bf319bfee32c12fceb87c9cfe90619a33c2c554c7f8f07
SHA512
6d100bbf78111ed1bdb870cfcf3139892f19aa4465859490aa13bb766881b5d3f923d81f5d18a0001f0bd8f0fbae14de88adfd253cb937f20cc057f6e8584e3d
DIST ibus-typing-booster-2.27.72.tar.gz 14078913 BLAKE2B
5d7c5c9df7aeb3467cb0af0380b0dc6fccc80ab2e740e92ed5a20554d1e14d8167f711137ebb61d744be7646656b90cdc23160619b64481c9c88477406285786
SHA512
3ebefba36579fc625b27397159bdad760704ae85ffea8539856f5d0ee1afb05eebb9720f401e6cc01b78d917115c9b4a733d90aaccb5091a9e3f40212db8eec8
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.66.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.66.ebuild
deleted file mode 100644
index e8cc53343e75..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.66.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.70.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.70.ebuild
deleted file mode 100644
index b05f4dd9dd7f..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.70.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
-}