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: Thu, 03 Sep 2020 13:54:54
Message-Id: 1599141185.8059d488ddc0bbd9b4d9204f17172d48f12672a0.hattya@gentoo
1 commit: 8059d488ddc0bbd9b4d9204f17172d48f12672a0
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 13:53:05 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 13:53:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8059d488
7
8 app-i18n/ibus-table-others: 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-others/Manifest | 1 +
14 .../ibus-table-others-1.3.11.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 2a5c989179c..96669713821 100644
19 --- a/app-i18n/ibus-table-others/Manifest
20 +++ b/app-i18n/ibus-table-others/Manifest
21 @@ -1 +1,2 @@
22 +DIST ibus-table-others-1.3.11.tar.gz 662398 BLAKE2B a600535b51b731c482eeecb78b8bff6ca14795e411348ed0e2cd4207ad1a89aed7d338c6b706695dd734f405ee5203e23dfffa370cae12ad763eabf6bbdfe848 SHA512 bfa17338e3a6a3e392bb3e5e5736af9bfa5584a897aea4ca72aec0df2c84dc94a0737f8fb87ced382e6acac3f8169ed2aef93a2f94330a4829048d009cb96ee0
23 DIST ibus-table-others-1.3.9.tar.gz 627253 BLAKE2B b4c72ead9364945a3f15a348aa14e0886ebc7c7fd35448d573540ffd9510139630ac22228229ee1a37687e01179a0ec880ce170e84a196b0defe5c059b662583 SHA512 4557ba981a00035226b6cbe0d97ae14df275d3e7c5c453097b85e433a524e00efeebe508621495e63d6ff9cdd590f9d54b51a143147b83e1e3748f05b03d2019
24
25 diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild
26 new file mode 100644
27 index 00000000000..9a293c70f8c
28 --- /dev/null
29 +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="7"
35 +
36 +DESCRIPTION="Various tables for IBus-Table"
37 +HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
38 +SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
39 +
40 +LICENSE="GPL-3+"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43 +IUSE=""
44 +
45 +RDEPEND="app-i18n/ibus-table
46 + !app-i18n/ibus-table-code
47 + !app-i18n/ibus-table-cyrillic
48 + !app-i18n/ibus-table-latin
49 + !app-i18n/ibus-table-tv"
50 +DEPEND="${RDEPEND}"
51 +BDEPEND="virtual/pkgconfig"