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-others/
Date: Sat, 07 May 2022 06:38:09
Message-Id: 1651905472.17a042cc4fa26512775b0b7054c06d6940facc94.hattya@gentoo
1 commit: 17a042cc4fa26512775b0b7054c06d6940facc94
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 06:34:25 2022 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 06:37:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a042cc
7
8 app-i18n/ibus-table-others: new upstream release
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-table-others/Manifest | 1 +
14 .../ibus-table-others-1.3.13.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
18 index 8de9a6a852dd..ec222dbf4965 100644
19 --- a/app-i18n/ibus-table-others/Manifest
20 +++ b/app-i18n/ibus-table-others/Manifest
21 @@ -1,2 +1,3 @@
22 DIST ibus-table-others-1.3.11.tar.gz 662398 BLAKE2B a600535b51b731c482eeecb78b8bff6ca14795e411348ed0e2cd4207ad1a89aed7d338c6b706695dd734f405ee5203e23dfffa370cae12ad763eabf6bbdfe848 SHA512 bfa17338e3a6a3e392bb3e5e5736af9bfa5584a897aea4ca72aec0df2c84dc94a0737f8fb87ced382e6acac3f8169ed2aef93a2f94330a4829048d009cb96ee0
23 DIST ibus-table-others-1.3.12.tar.gz 673850 BLAKE2B a0633ecca428c1d2723ba0e5f87a9fabc74d3c9f69995c63a22c1163c1d00880103ad764d820b3a13e10825d4067e3192e61ecb61f312b3a891668fa8348e447 SHA512 526b3664ec0d7dc89f5456a5da82c5e42e267654fba88f6b3134ab35f3b196d6fd3f1f8815be0e36c817b28550681005caeefa04f7c7c2c8560965dfceaa4d87
24 +DIST ibus-table-others-1.3.13.tar.gz 676883 BLAKE2B 2486565f51781fc4d0a270f84c97d2525478392f165e4ebeda8c4b0d64405aa91e4568ebea1ec946fe57bcd9e1ddf08178ce1d46c3bf20571c71f94035df2f9c SHA512 1276139f3ce9e1d7a8e117be804e5ff0f4fba3f1d80600a10fb0fa25327a5c368e315bc87b68219091cdaa5927e536306111df0a4819503b2ec7002374cb2534
25
26 diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild
27 new file mode 100644
28 index 000000000000..bd2efd099ce5
29 --- /dev/null
30 +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="8"
36 +
37 +DESCRIPTION="Various tables for IBus-Table"
38 +HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
39 +SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
40 +
41 +LICENSE="GPL-3+"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE=""
45 +
46 +RDEPEND="app-i18n/ibus-table
47 + !app-i18n/ibus-table-code
48 + !app-i18n/ibus-table-cyrillic
49 + !app-i18n/ibus-table-latin
50 + !app-i18n/ibus-table-tv"
51 +DEPEND="${RDEPEND}"
52 +BDEPEND="virtual/pkgconfig"