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-anthy/
Date: Mon, 29 Nov 2021 13:31:51
Message-Id: 1638192702.33d838256f782b56b929f5d50c7056acb6d3a63d.hattya@gentoo
1 commit: 33d838256f782b56b929f5d50c7056acb6d3a63d
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 13:31:14 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 13:31:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d83825
7
8 app-i18n/ibus-anthy: drop old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-anthy/Manifest | 1 -
14 app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild | 71 ----------------------------
15 2 files changed, 72 deletions(-)
16
17 diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
18 index b1d9952b60e8..8937da7c3f4f 100644
19 --- a/app-i18n/ibus-anthy/Manifest
20 +++ b/app-i18n/ibus-anthy/Manifest
21 @@ -1,2 +1 @@
22 -DIST ibus-anthy-1.5.12.tar.gz 825323 BLAKE2B 4d81a5885e4ad6cfc7a10ecb61bf998a76c24049e58841f84ed31f45a8ab5e91cfd2c60be3a66008f97317047487bedcf956b9126fa17602c6f8a29950687b84 SHA512 6950a2865e4753831f8918f4a5926571bc8304454b6368662ef56a6fb11a60f0675e3d589108ebfd38cb5d193f7b61053a10baa6dad23adad67b3b3fc58760e8
23 DIST ibus-anthy-1.5.13.tar.gz 265252 BLAKE2B d35299dba3260b85f80f259e0a40ea1ec061ed8082b6e5c872eab6398b6242342b2ee4da0c3b191aa428ae2d8dc652b0e414fd0c9f7b93ca8dcd6303c0586b4d SHA512 058feb49b2fe50ae3ca959f4754b8070f3ebc1e6727fef4bca791aa45a23c95018000e2a8bca496d6592b052298a6fb2869a07c2cc56cc473c81cc437efa175b
24
25 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild
26 deleted file mode 100644
27 index 168ebcaf662e..000000000000
28 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild
29 +++ /dev/null
30 @@ -1,71 +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_{8,9} )
36 -
37 -inherit gnome2-utils python-single-r1 xdg
38 -
39 -DESCRIPTION="Japanese Anthy engine for IBus"
40 -HOMEPAGE="https://github.com/ibus/ibus/wiki"
41 -SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~ppc x86"
46 -IUSE="nls"
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -RDEPEND="${PYTHON_DEPS}
50 - app-i18n/anthy
51 - $(python_gen_cond_dep '
52 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
53 - dev-python/pygobject:3[${PYTHON_USEDEP}]
54 - ')
55 - nls? ( virtual/libintl )"
56 -DEPEND="${RDEPEND}"
57 -BDEPEND="virtual/pkgconfig
58 - sys-devel/gettext"
59 -
60 -src_prepare() {
61 - default
62 - gnome2_environment_reset
63 -}
64 -
65 -src_configure() {
66 - econf \
67 - $(use_enable nls) \
68 - --enable-private-png \
69 - --with-layout=default \
70 - --with-python=${EPYTHON}
71 -}
72 -
73 -src_test() {
74 - :
75 -}
76 -
77 -src_install() {
78 - default
79 - find "${ED}" -name '*.la' -delete || die
80 -
81 - python_optimize
82 -}
83 -
84 -pkg_preinst() {
85 - xdg_pkg_preinst
86 - gnome2_schemas_savelist
87 -}
88 -
89 -pkg_postinst() {
90 - xdg_pkg_postinst
91 - gnome2_schemas_update
92 -
93 - if ! has_version app-dicts/kasumi; then
94 - elog "app-dicts/kasumi is not required but probably useful for you."
95 - fi
96 -}
97 -
98 -pkg_postrm() {
99 - xdg_pkg_postrm
100 - gnome2_schemas_update
101 -}