Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/
Date: Thu, 08 Sep 2022 13:17:03
Message-Id: 1662642900.254e04ad9bece7c74562fc7e179dc813e576fbbc.hattya@gentoo
1 commit: 254e04ad9bece7c74562fc7e179dc813e576fbbc
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 13:15:00 2022 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 13:15:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254e04ad
7
8 app-i18n/ibus-typing-booster: drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-typing-booster/Manifest | 1 -
14 .../ibus-typing-booster-2.16.7.ebuild | 54 ----------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/app-i18n/ibus-typing-booster/Manifest b/app-i18n/ibus-typing-booster/Manifest
18 index bf9a92cb8099..a1844a6b4ff7 100644
19 --- a/app-i18n/ibus-typing-booster/Manifest
20 +++ b/app-i18n/ibus-typing-booster/Manifest
21 @@ -1,2 +1 @@
22 -DIST ibus-typing-booster-2.16.7.tar.gz 10819738 BLAKE2B ac9da1e63d97045881d8012b5dc6bd27cb8ee48aff065876cede2b40a81518880e610580f13590ad89f6261ced266e1d245183ea77a3a56e32b60af08af28470 SHA512 f0dda59b43460c39392ab12748780e93668ac81aa04b15aae2afa2025ce8bbc9e2712430658f43db7e86c7a1e59271d62ecf6cda6cb2b9cc554134000c21c95b
23 DIST ibus-typing-booster-2.18.9.tar.gz 11060426 BLAKE2B 5a2e302bb93002c68e5a61001e013a26043e0b20922b6e79bfc96ebb0b4dbdd920df96d13545619e0b50684c7bf678b1c3df2556a40b0d4660439fc6984acd80 SHA512 1fe9dd28a042be7d946dc0a800363cd7870e8357fa75e4f57acd201b3cca96cfaab4ffbff1a53146713204e8c246ab1cf33ea379e9e1a3aa9b848306567cb7b3
24
25 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.16.7.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.16.7.ebuild
26 deleted file mode 100644
27 index 23bfd6ae5804..000000000000
28 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.16.7.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="8"
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -PYTHON_REQ_USE="sqlite(+)"
37 -
38 -inherit gnome2-utils python-single-r1 xdg
39 -
40 -DESCRIPTION="Completion input method for IBus"
41 -HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
42 -SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""
48 -RESTRICT="test"
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -
51 -DEPEND="${PYTHON_DEPS}
52 - dev-libs/m17n-lib
53 - $(python_gen_cond_dep '
54 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
55 - dev-python/dbus-python[${PYTHON_USEDEP}]
56 - dev-python/pyenchant[${PYTHON_USEDEP}]
57 - dev-python/pygobject:3[${PYTHON_USEDEP}]
58 - dev-python/pyxdg[${PYTHON_USEDEP}]
59 - ')"
60 -RDEPEND="${DEPEND}
61 - >=dev-db/m17n-db-1.7"
62 -BDEPEND="sys-devel/gettext
63 - virtual/pkgconfig"
64 -
65 -src_prepare() {
66 - default
67 -
68 - sed -i "s|/usr\(/bin/sh\)|\1|" {engine,setup}/*.in
69 -}
70 -
71 -pkg_preinst() {
72 - xdg_pkg_preinst
73 - gnome2_schemas_savelist
74 -}
75 -
76 -pkg_postinst() {
77 - xdg_pkg_postinst
78 - gnome2_schemas_update
79 -}
80 -
81 -pkg_postrm() {
82 - xdg_pkg_postrm
83 - gnome2_schemas_update
84 -}