commit: db1aa69f0463af50e5b69097cad4c2e97f7ac203 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Thu Jun 26 12:56:14 2025 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Thu Jun 26 12:56:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1aa69f
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.21.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest index c87838417e7f..4986eb5941f9 100644 --- a/app-i18n/ibus-table-others/Manifest +++ b/app-i18n/ibus-table-others/Manifest @@ -1 +1,2 @@ DIST ibus-table-others-1.3.20.tar.gz 681185 BLAKE2B b4611121ee0788207f9e71b300af00e52d7d01efad0769aaace8c585a5fbeebb39b1b81cd48e2fc9d12c0eea7d3653088840eb0d6e345589d6d34e046c4d38d7 SHA512 302fe0c40af8c96ace127d63aa69ca0705345945732ab98cac173b30294ca081d9a171603b14c52b6441b0f972e5ac05a75c68eeb91934c57081554599c846e7 +DIST ibus-table-others-1.3.21.tar.gz 702381 BLAKE2B 8bd2f9dd71a3a6ba9e3c763a9baab8b5d854f090b43bfb46f10c046a235374f3dde594a8635ad2571866c7fb237c9d1f46345c6643faf6b330ded0b7c070ce71 SHA512 5d9181960adf643017cab049ec94798866b253ae288bd3b0de4aacc837f0ecaebe2d208a1ab61e30d73a06ea7196d502b48aa3d9c80f67802d9d6ad1fc50851b diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.21.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.21.ebuild new file mode 100644 index 000000000000..841f4e62a24a --- /dev/null +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.21.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 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 +}
