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: Tue, 12 May 2020 14:24:32
Message-Id: 1589293443.2eff1c2add594cb079b4da4b91d05e26d0f7a1e9.hattya@gentoo
1 commit: 2eff1c2add594cb079b4da4b91d05e26d0f7a1e9
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 12 14:24:03 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue May 12 14:24:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eff1c2a
7
8 app-i18n/ibus-anthy: drop old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
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.9-r1.ebuild | 65 --------------------------
15 2 files changed, 66 deletions(-)
16
17 diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
18 index 9deecad5635..cccf13fccfe 100644
19 --- a/app-i18n/ibus-anthy/Manifest
20 +++ b/app-i18n/ibus-anthy/Manifest
21 @@ -1,3 +1,2 @@
22 DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847 SHA512 963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
23 DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa SHA512 2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
24 -DIST ibus-anthy-1.5.9.tar.gz 765672 BLAKE2B 88a2b935bfe1007bdcbd70af358509da77533a67df4b6d0be218b5f9d5e1c0ca093e62618765f1e2d7c06c2127458319bbf482ce8598398b9562ecec8a258301 SHA512 2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6
25
26 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
27 deleted file mode 100644
28 index a6d54f15b8c..00000000000
29 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
30 +++ /dev/null
31 @@ -1,65 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -PYTHON_COMPAT=( python3_{6,7,8} )
37 -
38 -inherit gnome2-utils python-single-r1
39 -
40 -DESCRIPTION="Japanese Anthy engine for IBus"
41 -HOMEPAGE="https://github.com/ibus/ibus/wiki"
42 -SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~ppc x86"
47 -IUSE="nls"
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -RDEPEND="${PYTHON_DEPS}
51 - app-i18n/anthy
52 - $(python_gen_cond_dep '
53 - app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
54 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
55 - ')
56 - nls? ( virtual/libintl )"
57 -DEPEND="${RDEPEND}"
58 -BDEPEND="dev-util/intltool
59 - virtual/pkgconfig
60 - nls? ( sys-devel/gettext )"
61 -
62 -src_prepare() {
63 - default
64 - gnome2_environment_reset
65 -}
66 -
67 -src_configure() {
68 - econf \
69 - $(use_enable nls) \
70 - --enable-private-png \
71 - --with-layout=default \
72 - --with-python=${EPYTHON}
73 -}
74 -
75 -src_install() {
76 - default
77 - find "${ED}" -name '*.la' -delete || die
78 -
79 - python_optimize
80 -}
81 -
82 -pkg_preinst() {
83 - gnome2_icon_savelist
84 -}
85 -
86 -pkg_postinst() {
87 - gnome2_icon_cache_update
88 -
89 - if ! has_version app-dicts/kasumi; then
90 - elog "app-dicts/kasumi is not required but probably useful for you."
91 - fi
92 -}
93 -
94 -pkg_postrm() {
95 - gnome2_icon_cache_update
96 -}