Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-libpinyin/
Date: Fri, 29 May 2020 14:11:18
Message-Id: 1590760444.2dc2aee92df703afcc0d28bf005af9f5058311e6.dlan@gentoo
1 commit: 2dc2aee92df703afcc0d28bf005af9f5058311e6
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 13:51:34 2020 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 13:54:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc2aee9
7
8 app-i18n/ibus-libpinyin: drop old
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 app-i18n/ibus-libpinyin/Manifest | 2 -
14 .../ibus-libpinyin/ibus-libpinyin-1.10.0-r1.ebuild | 62 ----------------------
15 2 files changed, 64 deletions(-)
16
17 diff --git a/app-i18n/ibus-libpinyin/Manifest b/app-i18n/ibus-libpinyin/Manifest
18 index dd0c070769b..6fc1fc4476e 100644
19 --- a/app-i18n/ibus-libpinyin/Manifest
20 +++ b/app-i18n/ibus-libpinyin/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST boost.282b1e01f5bc5ae94347474fd8c35cb2f7a7e65d.m4 55907 BLAKE2B 16ac81094457c80b418109104139c1604e38ec58d6065474cc512668601f12896c4d470fe15c9a366a5ec63d50135265df71f28f4202fa283231879fafb0efbc SHA512 382c7f8a94059ae9816783b12c2d27ee6ca69e23ef7085bf2ee5a31109e6ab0c3d0b0042a3dc290b89276b6315d767aedf073dca390fa688a9aae07e837f83c9
23 -DIST ibus-libpinyin-1.10.0.tar.gz 1693440 BLAKE2B 5e0d9debddfbb81fcb45ac86d1fe8fb1220a50c527222fb3c3431149231f41dcc59ae87da9ae9485e2585f0e3051ac4d1792407ba62d90e5e0323c482d52318f SHA512 c9fdc28562714bddc889805e1d439a7dd425f721a8236b8f8ec4727ce24e5053693b3e5bd9b06ced22ceb66bc7621715f7ee52e00af3b8b113503a5ce6963ca0
24 DIST ibus-libpinyin-1.11.1.tar.gz 1728202 BLAKE2B 6e2273c4ff1be76bb8b0e65b915e039c0a181981d20ed94662184e161e8639ad3d548de981d7bbae950ab8b5019bedaed9593e03282e2f9d207f831929d422bc SHA512 48691952a10f4ab545d8e233dc3cd75fc54270c03a687820048152636df26d233ee0fba89e4ec2ccd5a6e410b41e556872e3dd2468d59d44b3440e904b93528b
25 DIST ibus-libpinyin-1.11.92.tar.gz 1730065 BLAKE2B 376bec6fa7616364c8ed4dc5b269edabda892ba4759ff03e93b4099c99440925126800ea3bf11eef91ea62c558fa7dbf05f3d68be5e25e701aaaeb37618b90a8 SHA512 b875b2fed6875806971b91e2abc62cdab1f70baef78840915f89466a7bcf3d1dfc70438ba85e7580bba92dec0ade50a2b05955fe6cd148bffd3888fa69f1c851
26
27 diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0-r1.ebuild b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0-r1.ebuild
28 deleted file mode 100644
29 index 3d7dd517deb..00000000000
30 --- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,62 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="6"
37 -
38 -PYTHON_COMPAT=( python3_6 )
39 -PYTHON_REQ_USE="sqlite(+)"
40 -
41 -inherit autotools gnome2-utils python-single-r1
42 -
43 -BOOST_M4_GIT_VERSION=282b1e01f5bc5ae94347474fd8c35cb2f7a7e65d
44 -
45 -DESCRIPTION="Intelligent Pinyin and Bopomofo input methods based on LibPinyin for IBus"
46 -HOMEPAGE="https://github.com/libpinyin/ibus-libpinyin https://sourceforge.net/projects/libpinyin/"
47 -SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
48 - boost? ( https://github.com/tsuna/boost.m4/raw/${BOOST_M4_GIT_VERSION}/build-aux/boost.m4 -> boost.${BOOST_M4_GIT_VERSION}.m4 )
49 -"
50 -
51 -LICENSE="GPL-2"
52 -SLOT="0"
53 -KEYWORDS="amd64 x86"
54 -IUSE="boost lua opencc"
55 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
56 -
57 -RDEPEND="${PYTHON_DEPS}
58 - >=app-i18n/libpinyin-2.1.0:=
59 - $(python_gen_cond_dep '
60 - app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
61 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
62 - ')
63 - boost? ( dev-libs/boost:= )
64 - lua? ( dev-lang/lua:0 )
65 - opencc? ( app-i18n/opencc:= )"
66 -
67 -DEPEND="${RDEPEND}
68 - virtual/libintl
69 - virtual/pkgconfig"
70 -
71 -src_prepare() {
72 - if use boost; then
73 - cp "${DISTDIR}/boost.${BOOST_M4_GIT_VERSION}.m4" "m4/boost.m4" \
74 - || die "copying newer version of boost.m4 file failed"
75 - fi
76 - default
77 - eautoreconf
78 -}
79 -
80 -src_configure() {
81 - econf \
82 - --enable-english-input-mode \
83 - $(use_enable boost) \
84 - $(use_enable lua lua-extension) \
85 - $(use_enable opencc)
86 -}
87 -
88 -pkg_postinst() {
89 - gnome2_schemas_update
90 -}
91 -
92 -pkg_postrm() {
93 - gnome2_schemas_update
94 -}