commit: 4708da4cbd8fb0f454beaf154379fb45ae11c0bb Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Wed Feb 18 14:01:35 2026 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Wed Feb 18 14:03:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4708da4c
app-i18n/ibus-table-others: new upstream release Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/ibus-table-others/Manifest | 1 + .../ibus-table-others-1.3.22.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest index 0ef72bf776e2..d30231788058 100644 --- a/app-i18n/ibus-table-others/Manifest +++ b/app-i18n/ibus-table-others/Manifest @@ -1 +1,2 @@ DIST ibus-table-others-1.3.21.tar.gz 702381 BLAKE2B 8bd2f9dd71a3a6ba9e3c763a9baab8b5d854f090b43bfb46f10c046a235374f3dde594a8635ad2571866c7fb237c9d1f46345c6643faf6b330ded0b7c070ce71 SHA512 5d9181960adf643017cab049ec94798866b253ae288bd3b0de4aacc837f0ecaebe2d208a1ab61e30d73a06ea7196d502b48aa3d9c80f67802d9d6ad1fc50851b +DIST ibus-table-others-1.3.22.tar.gz 704868 BLAKE2B 6c7bae4e977c049fc530c68f7db081643fe473d71518478891dd09c724c4450c4588c2a8b88957204d81cef9874091a9b12381f3ebbc2393a63a6a9360182c69 SHA512 b03126ea383deca6dd14b6388bb989c11f82a5da567da434aca7bbb7f835234e3f9b34268c0b18a3eb7be79de50d8d1aa5af25024d2ad8002191fb47d3940417 diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.22.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.22.ebuild new file mode 100644 index 000000000000..0fa857729fe0 --- /dev/null +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.22.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +inherit autotools + +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-latin" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + sed -i '/AM_PATH_PYTHON/d' configure.ac + + default + eautoreconf +}
