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-table/
Date: Thu, 26 Aug 2021 13:53:14
Message-Id: 1629985971.54ffac0b5cc37a4adb48b14898eedeae438c098a.hattya@gentoo
1 commit: 54ffac0b5cc37a4adb48b14898eedeae438c098a
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 26 13:52:51 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 26 13:52:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ffac0b
7
8 app-i18n/ibus-table: 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-table/Manifest | 1 -
14 app-i18n/ibus-table/ibus-table-1.13.3.ebuild | 55 ----------------------------
15 2 files changed, 56 deletions(-)
16
17 diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
18 index 140d8047ca4..e9603e54c2c 100644
19 --- a/app-i18n/ibus-table/Manifest
20 +++ b/app-i18n/ibus-table/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST ibus-table-1.13.3.tar.gz 1408143 BLAKE2B fda380e284a996d34053f6bae543ebc2c072ffbd870a9421b76f18a3fa5e45ca6e687818f40bd1335791f1b92dc7ffa1ccc35c7cb55d1a6ade26bc958a2bf8d4 SHA512 2959b2f96c9a490032dafbce2b4164fcc07797ab73e735f26003156a891e1e3760e6a4f42713084b5ce1e408cbe21c3060d99615d898fe50b8d51405dcd42a3b
23 DIST ibus-table-1.14.0.tar.gz 1450310 BLAKE2B 72a655e378b39324ff849e6941dc28920760d030d748a5b4b0899e14b94874a52581d03ccbef2d72c5eaae51d20a0e19690bde5a1411960347fe49cf3137d21b SHA512 60e570b82c4f05200410e9e4e155089223a20ebcf66d1c039a783108005f63699e75bc528fc30cd370c1400b65e765ade0d069184bd2ab81e2eda9bade2e8ac9
24 DIST ibus-table-1.14.1.tar.gz 1451943 BLAKE2B e8fc54daf89aaee813de6788bef9f56a654ffdf4751acf3e2f622d971134c3aba906ca2b106f51b2fa305b8c65fb4db862f57f5f9e3e82a569c5a72e3017e627 SHA512 a658c2d370d173d2fe2f38c02c6b822a17771754ac98a856f954c4c998e90a857f9d54ed652c74159af9545d445001d202e7b5578e7694f8767f928b42db9055
25
26 diff --git a/app-i18n/ibus-table/ibus-table-1.13.3.ebuild b/app-i18n/ibus-table/ibus-table-1.13.3.ebuild
27 deleted file mode 100644
28 index 98017235346..00000000000
29 --- a/app-i18n/ibus-table/ibus-table-1.13.3.ebuild
30 +++ /dev/null
31 @@ -1,55 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -PYTHON_COMPAT=( python3_{8,9} )
37 -PYTHON_REQ_USE="sqlite(+)"
38 -
39 -inherit gnome2-utils python-single-r1 xdg
40 -
41 -DESCRIPTION="Tables engines for IBus"
42 -HOMEPAGE="https://github.com/ibus/ibus/wiki"
43 -SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2 LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="nls"
49 -RESTRICT="test"
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - $(python_gen_cond_dep '
54 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
55 - dev-python/pygobject:3[${PYTHON_USEDEP}]
56 - ')
57 - virtual/libiconv
58 - nls? ( virtual/libintl )"
59 -DEPEND="${RDEPEND}"
60 -BDEPEND="virtual/pkgconfig
61 - nls? ( sys-devel/gettext )"
62 -
63 -src_prepare() {
64 - python_fix_shebang .
65 -
66 - default
67 -}
68 -
69 -src_configure() {
70 - econf $(use_enable nls)
71 -}
72 -
73 -pkg_preinst() {
74 - xdg_pkg_preinst
75 - gnome2_schemas_savelist
76 -}
77 -
78 -pkg_postinst() {
79 - xdg_pkg_postinst
80 - gnome2_schemas_update
81 -}
82 -
83 -pkg_postrm() {
84 - xdg_pkg_postrm
85 - gnome2_schemas_update
86 -}