commit: 22cb08dfb57fea764d1f38ffa512fbdfb877a9b4
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 05:40:33 2025 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 05:40:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cb08df
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.8.ebuild | 54 ----------------------
.../ibus-typing-booster-2.27.9.ebuild | 54 ----------------------
3 files changed, 110 deletions(-)
diff --git a/app-i18n/ibus-typing-booster/Manifest
b/app-i18n/ibus-typing-booster/Manifest
index 25660cf7d3af..e7ee36b109a3 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -2,5 +2,3 @@ DIST ibus-typing-booster-2.27.10.tar.gz 13518399 BLAKE2B
28ddfc3d717ac74d02458f6
DIST ibus-typing-booster-2.27.13.tar.gz 13520358 BLAKE2B
5dc04da6d2e4b8e0b7c8b16a1b77b87223073e7da9c3202e9f0a40d50ef064ed0dd8fe1473a038e83eb4d5e0c85eb0f18937a5ef1fcf16ca8aac059a2938d9cb
SHA512
79694a4226ef2446d1bd36eb3a09b0c5c5cbcb4ebc84d8741abd30f1c20e2c63cda59cc4418881c57e5ed78f2a57d40a9338deb9743f4d42c24e65a84b6fc167
DIST ibus-typing-booster-2.27.15.tar.gz 13526690 BLAKE2B
4a243c2df2069bfa23427ba5d443ad58d60c6767e39ef1404c29c20afacc8a3a5eb5053ea899a98f96bfb66d8585f2a3043b837924f49b560caab5ebaf4cb54b
SHA512
7f0a2d309b707d7491b90e8b735a58f1de97162032ce7c1f56d7052177b2f66f03c930d5a58ff253efd3327d5824dcf35278ff209c93cbb489dd9f993560f971
DIST ibus-typing-booster-2.27.24.tar.gz 13555317 BLAKE2B
461e93f232da7bb4c2abbbafb4af5a91526ba25a3bf361a319cd53e8349dc802777b5a1f8a3904cd98b53143c1792662ed9b12e6479f78d80093a846a512bf25
SHA512
e18bbc9b60e1e241b197db1fcf5cae0d1af51464a827389e26fa77245a68d689a83b9032319283c6f218cdca6bbcdb0d5a4323d75141dc9337c671fda09ebf78
-DIST ibus-typing-booster-2.27.8.tar.gz 13434975 BLAKE2B
e2f55cae02938b80289f529616ce9ba4a7a7bbb3d460fe6fa50e02bc1839bf6d4c8d45be5e543230bf9634a0636e3cd95472ab6389875dd3844ae1c43defc6b6
SHA512
0d74c68152c188bd6edc268f46143a46d00b62c8e406672a30aa9ce18152e76ebb311fe9e75cf21f7c39e529a9c8625424d13629406d4ddd121e76cc1a178db7
-DIST ibus-typing-booster-2.27.9.tar.gz 13444868 BLAKE2B
4d3fd804756be93f674239102d0447c855ac439526336905ef7685fdcd216b3f3db90be06cd151548145065996e6fcd87da5deb8f50db304c68987530b50dcfd
SHA512
b592d2727602e40ca07f5090b5735d1e93b385f9d4e0c73a314b05509cdfde9f6a9b2332bb76c5561ec7dff656dee717df68851fb94626677ac22c96bfd5faac
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.8.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.8.ebuild
deleted file mode 100644
index 3c1750b71062..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{10..12} )
-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"
-IUSE=""
-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.9.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.9.ebuild
deleted file mode 100644
index 9cc8a6c713e5..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.9.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{10..12} )
-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"
-IUSE=""
-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
-}