commit:     d0efce6bb6623cf7f0fc48f2df65a2632ee8d45a
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 01:10:08 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 01:15:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0efce6b

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.19.7.ebuild              | 54 ----------------------
 .../ibus-typing-booster-2.19.8.ebuild              | 54 ----------------------
 3 files changed, 110 deletions(-)

diff --git a/app-i18n/ibus-typing-booster/Manifest 
b/app-i18n/ibus-typing-booster/Manifest
index f8c8cd88fe86..1a2fc26ab5bb 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1 @@
 DIST ibus-typing-booster-2.19.10.tar.gz 11174125 BLAKE2B 
e180a72dc59d89838696291e767e994a17794a7565cf08cbe547aafa75dc73c5e58b046b2312fe70cc682bd9fcc93db23679e62af5ecfe3bd391dee38b73a697
 SHA512 
af9952aac45906400fdbb8421165c91cc8ade898a20331cb7ba6f85d18a73a8a872f38c00e6ec35c4c6048541f56d4d3f43e8c222fda975efa28c1d6b86d99ee
-DIST ibus-typing-booster-2.19.7.tar.gz 11055420 BLAKE2B 
7e303905d6417dcff67968311b287218d68ff94932f64b82fe224131f8c8f70254e679254bda2c372aeecab15042f51046d62de4887d197d30cb2478136a7cf8
 SHA512 
0dd7a5aeeed0791a7c5053f6a09abf04590664fc691b0ca11dea1a11ea4109f7cfe907995219b5974b72c21df58670bd1b7ee893acb7b72fd56b3ee23df4fcc4
-DIST ibus-typing-booster-2.19.8.tar.gz 11170176 BLAKE2B 
0670aa4ed88c9e4807814e77b031197bccb84ad9d7cb036b96d22f84221f41731bdadf2632eb4c6726728d3491dd579a84f9beb5ec1b58ab752470c2b4f61910
 SHA512 
5e24ad5498fb91bbe2c669d85a38a1fc78dbde8a31e07aaa0506896b8e5c0ce78c4b961ac8953582bdbb808116e272a52c8eb721f7723a3f7afc743df9bb7d82

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.19.7.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.19.7.ebuild
deleted file mode 100644
index 93214960c8aa..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.19.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
-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.19.8.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.19.8.ebuild
deleted file mode 100644
index 3a255c68af99..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.19.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
-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
-}

Reply via email to