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-chinese/
Date: Thu, 03 Sep 2020 13:46:30
Message-Id: 1599140717.770f20695fc22c639cb84d0a046bc83793da62d6.hattya@gentoo
1 commit: 770f20695fc22c639cb84d0a046bc83793da62d6
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 13:45:17 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 13:45:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770f2069
7
8 app-i18n/ibus-table-chinese: new upstream release
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-table-chinese/Manifest | 1 +
14 .../ibus-table-chinese-1.8.3.ebuild | 31 ++++++++++++++++++++++
15 app-i18n/ibus-table-chinese/metadata.xml | 13 ++++-----
16 3 files changed, 39 insertions(+), 6 deletions(-)
17
18 diff --git a/app-i18n/ibus-table-chinese/Manifest b/app-i18n/ibus-table-chinese/Manifest
19 index c5bdd2d1313..6b391e744de 100644
20 --- a/app-i18n/ibus-table-chinese/Manifest
21 +++ b/app-i18n/ibus-table-chinese/Manifest
22 @@ -1 +1,2 @@
23 DIST ibus-table-chinese-1.8.2.tar.gz 10576111 BLAKE2B a80fa9c4780207efefba1118ee9dacc33dba4136b916a24971198b3325bf1b26f86cd4586db994db6dfaa85fffe087b021673d056b10df61c5f95ede4e967cd6 SHA512 30fd1c7ee8416cd62d8e26bc2646a667ac45c4579a7cb191c77e80fecccbc576c34f33ec0b5c55669c073a633298cfda1711e4b9d89a9ef8f6146acdc0167c1a
24 +DIST ibus-table-chinese-1.8.3.tar.gz 10824912 BLAKE2B e9f4e377a794827196e04e197044b3fdcd81d84ed89067e17745879495df69cc6e95814863f856cc0a7b7db0aba3cbd93d1c1d172f607fdd410dbed02dc4ad54 SHA512 610455343d9c9bf6577c7fd7aef9435c339c2f23c4d5f7ae2cbbc2366a9eb6a8a124e86621387497cc624e3276bf739b55602355ad41c4127f45f6d85cc5b4dc
25
26 diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.ebuild
27 new file mode 100644
28 index 00000000000..a34f0e60963
29 --- /dev/null
30 +++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.ebuild
31 @@ -0,0 +1,31 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="7"
36 +CMAKE_IN_SOURCE_BUILD="1"
37 +CMAKE_MAKEFILE_GENERATOR="emake"
38 +
39 +inherit cmake
40 +
41 +DESCRIPTION="Chinese tables for IBus-Table"
42 +HOMEPAGE="https://github.com/definite/ibus-table-chinese"
43 +SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3+"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +RDEPEND="app-i18n/ibus-table"
51 +DEPEND="${RDEPEND}
52 + dev-util/cmake-fedora"
53 +
54 +src_configure() {
55 + local mycmakeargs=(
56 + -DCMAKE_FEDORA_TMP_DIR="${T}"
57 + -DDATA_DIR="${EPREFIX}"/usr/share
58 + -DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
59 + -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
60 + )
61 + cmake_src_configure
62 +}
63
64 diff --git a/app-i18n/ibus-table-chinese/metadata.xml b/app-i18n/ibus-table-chinese/metadata.xml
65 index d91706d7e8c..e5db64701f3 100644
66 --- a/app-i18n/ibus-table-chinese/metadata.xml
67 +++ b/app-i18n/ibus-table-chinese/metadata.xml
68 @@ -1,10 +1,11 @@
69 <?xml version="1.0" encoding="UTF-8"?>
70 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 <pkgmetadata>
72 - <maintainer type="project">
73 - <email>cjk@g.o</email>
74 - </maintainer>
75 - <upstream>
76 - <remote-id type="github">definite/ibus-table-chinese</remote-id>
77 - </upstream>
78 + <maintainer type="project">
79 + <email>cjk@g.o</email>
80 + <name>Cjk</name>
81 + </maintainer>
82 + <upstream>
83 + <remote-id type="github">definite/ibus-table-chinese</remote-id>
84 + </upstream>
85 </pkgmetadata>