diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-11-08 22:15:12 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-11-08 22:15:59 +0900 |
commit | d26765a3fff15411a383f1112f89638744839642 (patch) | |
tree | 1e7ec61815971dbab52536f29768e61e344162dd /app-i18n/ibus-table-others | |
parent | app-admin/hcloud: version bump to 1.29.0 (diff) | |
download | gentoo-d26765a3fff15411a383f1112f89638744839642.tar.gz gentoo-d26765a3fff15411a383f1112f89638744839642.tar.bz2 gentoo-d26765a3fff15411a383f1112f89638744839642.zip |
app-i18n/ibus-table-others: new upstream release
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-table-others')
-rw-r--r-- | app-i18n/ibus-table-others/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest index 4533a77fb9d3..8de9a6a852dd 100644 --- a/app-i18n/ibus-table-others/Manifest +++ b/app-i18n/ibus-table-others/Manifest @@ -1 +1,2 @@ DIST ibus-table-others-1.3.11.tar.gz 662398 BLAKE2B a600535b51b731c482eeecb78b8bff6ca14795e411348ed0e2cd4207ad1a89aed7d338c6b706695dd734f405ee5203e23dfffa370cae12ad763eabf6bbdfe848 SHA512 bfa17338e3a6a3e392bb3e5e5736af9bfa5584a897aea4ca72aec0df2c84dc94a0737f8fb87ced382e6acac3f8169ed2aef93a2f94330a4829048d009cb96ee0 +DIST ibus-table-others-1.3.12.tar.gz 673850 BLAKE2B a0633ecca428c1d2723ba0e5f87a9fabc74d3c9f69995c63a22c1163c1d00880103ad764d820b3a13e10825d4067e3192e61ecb61f312b3a891668fa8348e447 SHA512 526b3664ec0d7dc89f5456a5da82c5e42e267654fba88f6b3134ab35f3b196d6fd3f1f8815be0e36c817b28550681005caeefa04f7c7c2c8560965dfceaa4d87 diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild new file mode 100644 index 000000000000..65f07652f849 --- /dev/null +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Various tables for IBus-Table" +HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others" +SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-i18n/ibus-table + !app-i18n/ibus-table-code + !app-i18n/ibus-table-cyrillic + !app-i18n/ibus-table-latin + !app-i18n/ibus-table-tv" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" |