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: Wed, 30 Jun 2021 13:41:34
Message-Id: 1625060351.2c82ec6e71e19eeb4f30e4bee1960b4913c3d281.hattya@gentoo
1 commit: 2c82ec6e71e19eeb4f30e4bee1960b4913c3d281
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 13:39:11 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 13:39:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c82ec6e
7
8 app-i18n/ibus-table: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
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.12.1.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 c42242eedb0..41fc0ab15eb 100644
19 --- a/app-i18n/ibus-table/Manifest
20 +++ b/app-i18n/ibus-table/Manifest
21 @@ -1,2 +1 @@
22 -DIST ibus-table-1.12.1.tar.gz 1365421 BLAKE2B 1ce49d5a837fc6cc1e00e681a51518d6ac5e9fb421a10493c110c67247a625df1fd6174c7bf4ee1c465253b77fee402ef5ae2a6f50b9466ffd64727e68edaafe SHA512 9cbd7c24067d182d3917eb66d8b18ea30e893b2d9a19dfb48ce4c91a41868707bf9682011f374dc2397f59f101855bddde0fbbe374856063e1f4226de7a9a01b
23 DIST ibus-table-1.12.4.tar.gz 1371890 BLAKE2B e0d531bdd38e536ac9fc92465a651e971969278ab4826198d12399ebb1cd747d1f5d21713ecc86311ab3995b04a2842d230da8caed962045a959ba136f197cb1 SHA512 3e175dad8d9e12be91f6b6878b67301bbbf04c55e43d483162d3b10d2edbdcf1077d1f37beea2ef36323eb7de289a0c60cd3d055357a580e5d18bcc642bb907c
24
25 diff --git a/app-i18n/ibus-table/ibus-table-1.12.1.ebuild b/app-i18n/ibus-table/ibus-table-1.12.1.ebuild
26 deleted file mode 100644
27 index 03839e04f64..00000000000
28 --- a/app-i18n/ibus-table/ibus-table-1.12.1.ebuild
29 +++ /dev/null
30 @@ -1,55 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="7"
35 -PYTHON_COMPAT=( python3_{7,8} )
36 -PYTHON_REQ_USE="sqlite(+)"
37 -
38 -inherit gnome2-utils python-single-r1 xdg
39 -
40 -DESCRIPTION="Tables engines for IBus"
41 -HOMEPAGE="https://github.com/ibus/ibus/wiki"
42 -SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2 LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE="nls"
48 -RESTRICT="test"
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -
51 -RDEPEND="${PYTHON_DEPS}
52 - $(python_gen_cond_dep '
53 - app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
54 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
55 - ')
56 - virtual/libiconv
57 - nls? ( virtual/libintl )"
58 -DEPEND="${RDEPEND}"
59 -BDEPEND="virtual/pkgconfig
60 - nls? ( sys-devel/gettext )"
61 -
62 -src_prepare() {
63 - python_fix_shebang .
64 -
65 - default
66 -}
67 -
68 -src_configure() {
69 - econf $(use_enable nls)
70 -}
71 -
72 -pkg_preinst() {
73 - xdg_pkg_preinst
74 - gnome2_schemas_savelist
75 -}
76 -
77 -pkg_postinst() {
78 - xdg_pkg_postinst
79 - gnome2_schemas_update
80 -}
81 -
82 -pkg_postrm() {
83 - xdg_pkg_postrm
84 - gnome2_schemas_update
85 -}