commit:     535982d20a2d8ecf37b534bf983b8b5e96f3944c
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  1 05:24:30 2025 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Mar  1 05:24:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535982d2

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.19.ebuild                | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-i18n/ibus-table-others/Manifest 
b/app-i18n/ibus-table-others/Manifest
index 75c59ea97d0d..91d9e8602afb 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-others-1.3.18.tar.gz 677420 BLAKE2B 
78776b0fea19c50b22b4d6f1fe2a31619890b6fa4b7178e2fc33fa559a1e43c81c8c312e74a523b11d82b5419ace10f55db6bc2856f3aad03cb41a06136099bd
 SHA512 
41f3e6cae0ea1784d106c61ee48095b078a510cae9a35473bab50d6834fe514edddbb147bd31e2a9f6f44971db5d8c900dd74e5c67aa881c43c87eacfb46badc
+DIST ibus-table-others-1.3.19.tar.gz 677793 BLAKE2B 
b4a58cd421801b65cadfb8659438616e001e34fa8a183154899087191913408bf1cb05f0453a6e60cfda40bcbf50a590cd8124e5587ccbc80ac823b031741384
 SHA512 
0b4baf161d9ce6ae23e237691ef3f66f551dc7db5976d7a0fbce2d8db06d534b0852fe87ab5edf54703eb2b54dd08e4915ca5782fa52429339796210fa9f7ce9

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.19.ebuild 
b/app-i18n/ibus-table-others/ibus-table-others-1.3.19.ebuild
new file mode 100644
index 000000000000..e0ac46b228f2
--- /dev/null
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.19.ebuild
@@ -0,0 +1,26 @@
+# 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"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+       sed -i '/AM_PATH_PYTHON/d' configure.ac
+
+       default
+       eautoreconf
+}

Reply via email to