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: Sat, 18 Sep 2021 13:59:49
Message-Id: 1631973565.deeadd7ab0fd312307cc002eec69ea4c4a2b18c4.hattya@gentoo
1 commit: deeadd7ab0fd312307cc002eec69ea4c4a2b18c4
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 13:59:25 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 13:59:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deeadd7a
7
8 app-i18n/ibus-typing-booster: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-typing-booster/Manifest | 2 -
14 .../ibus-typing-booster-2.11.5.ebuild | 48 ----------------------
15 .../ibus-typing-booster-2.14.0.ebuild | 48 ----------------------
16 3 files changed, 98 deletions(-)
17
18 diff --git a/app-i18n/ibus-typing-booster/Manifest b/app-i18n/ibus-typing-booster/Manifest
19 index 8d307075281..7b9ec4e6d93 100644
20 --- a/app-i18n/ibus-typing-booster/Manifest
21 +++ b/app-i18n/ibus-typing-booster/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST ibus-typing-booster-2.11.5.tar.gz 9485824 BLAKE2B 41d9aa2ba310e2db725e7809a67988fa69fee117b560d945a3cd935e7b2bbc372f448a531ed4ebd2a131dc1ffe3cb7d86b7d10fdbce56a2e241157f08a84ca69 SHA512 a30c81903b3d99f23a606f7f083615283ba64a0e62ac54183327447c33f6f7212472742036634522d36776a45ac72ce7874bcada624361f930785e2823652f0c
24 -DIST ibus-typing-booster-2.14.0.tar.gz 10048272 BLAKE2B 638978811e6c7f4fa6607a7925aaf89636390391359c3e312a40ab759fff81066ea980995a3ec33f51dcb6fed5009d11bb90409c37b65c8f005b9769333e0cfb SHA512 5db5791e25caba4fa845c33198c20365c1e07cbbbfd6fe2d1d3145771b16031cc9baa55f950870fc11d4079ce04dac246603e45285550e856fc403342ae51676
25 DIST ibus-typing-booster-2.14.12.tar.gz 10226257 BLAKE2B 5dae530a7ec425e8bd3c6009d0bdb9b8d321c8670769ddf80ba7f706d6b5140f21f184f877603de3cc6f425a4a1953c645eb177c9fa8183ecfd091ccfb32353a SHA512 09d1898c3ac8a1dc79768df7a44c33862a0b0fbb2122d184f1e8a839b8c3c71191fe5ef932f9e649ac715c8093a5c277d5783594f8defc06ecc13727b851ffa5
26 DIST ibus-typing-booster-2.14.4.tar.gz 10053545 BLAKE2B d0f941b937c1230ed9a947730fdc1bf9c3b5a255b1d3a63071fbe6c0595cf2d016aecaad4480770df34d1380c23b9db297fc57911dfb65e57952678593b2c05b SHA512 c8ab41fbc2bb401e342b317b0b20e0e9cd5c6ba529d0389b2b025db4295568b6f4ccadd639f622bd25078b6c2b8d5e336145c5397c580fb13012d4072333f523
27
28 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.11.5.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.11.5.ebuild
29 deleted file mode 100644
30 index 60292db609e..00000000000
31 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.11.5.ebuild
32 +++ /dev/null
33 @@ -1,48 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="7"
38 -PYTHON_COMPAT=( python3_{8,9} )
39 -PYTHON_REQ_USE="sqlite(+)"
40 -
41 -inherit gnome2-utils python-single-r1 xdg
42 -
43 -DESCRIPTION="Completion input method for IBus"
44 -HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
45 -SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
46 -
47 -LICENSE="GPL-3+"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE=""
51 -RESTRICT="test"
52 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 -
54 -DEPEND="${PYTHON_DEPS}
55 - dev-libs/m17n-lib
56 - $(python_gen_cond_dep '
57 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
58 - dev-python/dbus-python[${PYTHON_USEDEP}]
59 - dev-python/pyenchant[${PYTHON_USEDEP}]
60 - dev-python/pygobject:3[${PYTHON_USEDEP}]
61 - dev-python/pyxdg[${PYTHON_USEDEP}]
62 - ')"
63 -RDEPEND="${DEPEND}
64 - >=dev-db/m17n-db-1.7"
65 -BDEPEND="sys-devel/gettext
66 - virtual/pkgconfig"
67 -
68 -pkg_preinst() {
69 - xdg_pkg_preinst
70 - gnome2_schemas_savelist
71 -}
72 -
73 -pkg_postinst() {
74 - xdg_pkg_postinst
75 - gnome2_schemas_update
76 -}
77 -
78 -pkg_postrm() {
79 - xdg_pkg_postrm
80 - gnome2_schemas_update
81 -}
82
83 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.0.ebuild
84 deleted file mode 100644
85 index 4e8cb0ffc7f..00000000000
86 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.0.ebuild
87 +++ /dev/null
88 @@ -1,48 +0,0 @@
89 -# Copyright 1999-2021 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI="7"
93 -PYTHON_COMPAT=( python3_{8,9} )
94 -PYTHON_REQ_USE="sqlite(+)"
95 -
96 -inherit gnome2-utils python-single-r1 xdg
97 -
98 -DESCRIPTION="Completion input method for IBus"
99 -HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
100 -SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
101 -
102 -LICENSE="GPL-3+"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~x86"
105 -IUSE=""
106 -RESTRICT="test"
107 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
108 -
109 -DEPEND="${PYTHON_DEPS}
110 - dev-libs/m17n-lib
111 - $(python_gen_cond_dep '
112 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
113 - dev-python/dbus-python[${PYTHON_USEDEP}]
114 - dev-python/pyenchant[${PYTHON_USEDEP}]
115 - dev-python/pygobject:3[${PYTHON_USEDEP}]
116 - dev-python/pyxdg[${PYTHON_USEDEP}]
117 - ')"
118 -RDEPEND="${DEPEND}
119 - >=dev-db/m17n-db-1.7"
120 -BDEPEND="sys-devel/gettext
121 - virtual/pkgconfig"
122 -
123 -pkg_preinst() {
124 - xdg_pkg_preinst
125 - gnome2_schemas_savelist
126 -}
127 -
128 -pkg_postinst() {
129 - xdg_pkg_postinst
130 - gnome2_schemas_update
131 -}
132 -
133 -pkg_postrm() {
134 - xdg_pkg_postrm
135 - gnome2_schemas_update
136 -}