commit: 8bbdd581173abd3d792367fabf239bafa85b3be9
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 1 05:14:21 2025 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Mar 1 05:14:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbdd581
app-i18n/ibus-table: drop old
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-table/Manifest | 1 -
app-i18n/ibus-table/ibus-table-1.17.9.ebuild | 55 ----------------------------
2 files changed, 56 deletions(-)
diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
index 3cda808bead2..302a929a4ff9 100644
--- a/app-i18n/ibus-table/Manifest
+++ b/app-i18n/ibus-table/Manifest
@@ -1,2 +1 @@
DIST ibus-table-1.17.10.tar.gz 1591192 BLAKE2B
47ec1ba18f3772fa53c0e1f32cbafb62eb1291300cd837cf44c74443ee888acb179e63ffd1bc1caa2eeba1bb07a2aa33c320ac1552f40bc0bfab99c523e66cdb
SHA512
ea8a0e4f26b4e0ca632f4ce092619710e28c807b62491db5e6f565213bbaeaf23627612020e31240a9aab18917137090aa942844387dc753deb561583aa12eef
-DIST ibus-table-1.17.9.tar.gz 1577459 BLAKE2B
20ce94cfe02c34f6fca3049ce3f2d042950a281c5813d185182d1d33c7d7d21acd6e1f9a7a1487964fa1379663cb159fcc20f7a9e5d457e10cc17d5477dcee2c
SHA512
6c0dada370b5f8789eaea73c0e1a090bb0f244dfeb1295aa65bf3dc6d0ac71f290997dcf7f198e1e81221e26078b955c33a29cbf276f2bc059bb5e594a634a36
diff --git a/app-i18n/ibus-table/ibus-table-1.17.9.ebuild
b/app-i18n/ibus-table/ibus-table-1.17.9.ebuild
deleted file mode 100644
index 81f9509f93b1..000000000000
--- a/app-i18n/ibus-table/ibus-table-1.17.9.ebuild
+++ /dev/null
@@ -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..12} )
-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
-}