app-i18n/ibus-table: drop old

Signed-off-by: Akinori Hattori <hattya@gentoo.org>
This commit is contained in:
Akinori Hattori 2025-06-26 21:46:14 +09:00
parent 438a8a35b5
commit b9b9c5c72f
No known key found for this signature in database
GPG Key ID: 5B43E3E2817765EB
2 changed files with 0 additions and 56 deletions

View File

@ -1,2 +1 @@
DIST ibus-table-1.17.11.tar.gz 1590784 BLAKE2B 7153c1e35f82eb9fa3653359c34aaf19ec3e6779b77a4f9233058dc7879d889ee068d9ea406614ea452ea3ff440e029673fe6c743c12f1f5457a837a56dbb281 SHA512 2eaac610fe3db06b71ff110b1f34e7883f9274dc76d1370331e5ab21a37e76cfba5199131d81d972216c5506345258534fdf25dc549352a5fc176d29f7d36077
DIST ibus-table-1.17.12.tar.gz 1611585 BLAKE2B 9ce1c7e08f352bc525419e0052ce44000d787656bc32f0f7e5feb824a4fa9c6cefd7385f9c7e8e28856477a0b0bd06ee354067194327588a1fbc1557903fe7b7 SHA512 144347a806437f29189d7d8a1a02aeca2e6d98988c11123010a5cd8db2efecb72bf7af3480867e5bf538e797e101cede6ea6f052e7f5f8ccbc009ee5c573e612

View File

@ -1,55 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="sqlite(+)"
inherit gnome2-utils python-single-r1 xdg
DESCRIPTION="Tables engines for IBus"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="nls"
RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
app-i18n/ibus[python(+),${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
')
virtual/libiconv
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_prepare() {
python_fix_shebang .
default
}
src_configure() {
econf $(use_enable nls)
}
pkg_preinst() {
xdg_pkg_preinst
gnome2_schemas_savelist
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}