summaryrefslogtreecommitdiff
path: root/app-i18n/ibus-table
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/ibus-table')
-rw-r--r--app-i18n/ibus-table/Manifest4
-rw-r--r--app-i18n/ibus-table/ibus-table-1.17.10.ebuild55
-rw-r--r--app-i18n/ibus-table/ibus-table-1.17.11.ebuild4
3 files changed, 3 insertions, 60 deletions
diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
index abef68ccdec2..222768489466 100644
--- a/app-i18n/ibus-table/Manifest
+++ b/app-i18n/ibus-table/Manifest
@@ -1,5 +1,3 @@
-DIST ibus-table-1.17.10.tar.gz 1591192 BLAKE2B 47ec1ba18f3772fa53c0e1f32cbafb62eb1291300cd837cf44c74443ee888acb179e63ffd1bc1caa2eeba1bb07a2aa33c320ac1552f40bc0bfab99c523e66cdb SHA512 ea8a0e4f26b4e0ca632f4ce092619710e28c807b62491db5e6f565213bbaeaf23627612020e31240a9aab18917137090aa942844387dc753deb561583aa12eef
DIST ibus-table-1.17.11.tar.gz 1590784 BLAKE2B 7153c1e35f82eb9fa3653359c34aaf19ec3e6779b77a4f9233058dc7879d889ee068d9ea406614ea452ea3ff440e029673fe6c743c12f1f5457a837a56dbb281 SHA512 2eaac610fe3db06b71ff110b1f34e7883f9274dc76d1370331e5ab21a37e76cfba5199131d81d972216c5506345258534fdf25dc549352a5fc176d29f7d36077
-EBUILD ibus-table-1.17.10.ebuild 1038 BLAKE2B 793cd61073c002dfc09c4b9d7b66e11c01af6f0e3a70fed80a1bb7d30b0a36092c1e192d13b25992002ae6e4a7dfcd99c29b486a631adf793ebd8b2e3a8d8a07 SHA512 56108914203ca359b84708a1ff8e918b8b5d25ec89d63cebdbd995cc3f9b8b7984d00b8cfa8fd74d9d1afe7d92a51701bb6be15babfb849c37deb0ef9d9f3134
-EBUILD ibus-table-1.17.11.ebuild 1040 BLAKE2B 5deed757a01624adce82793da14109d3b33f36ba4394de9274285ed3c21e28bc69dc6f70ed96a27175d8fd33f3e63a46d632c86df9e7d996f914418f9f9f93ab SHA512 7f9e68818d00a991be1fcc146dfdf87acbb9d44eaa09a429f94ce903d78175e191d2fef263f8852c30fdec135429c625c47783376dcc7317bf28790befb867d8
+EBUILD ibus-table-1.17.11.ebuild 1038 BLAKE2B 793cd61073c002dfc09c4b9d7b66e11c01af6f0e3a70fed80a1bb7d30b0a36092c1e192d13b25992002ae6e4a7dfcd99c29b486a631adf793ebd8b2e3a8d8a07 SHA512 56108914203ca359b84708a1ff8e918b8b5d25ec89d63cebdbd995cc3f9b8b7984d00b8cfa8fd74d9d1afe7d92a51701bb6be15babfb849c37deb0ef9d9f3134
MISC metadata.xml 315 BLAKE2B eeff056ce020201cb6e59f0f160232486fd94cc9de7cc90980155f9ef97988199d592b01190b13b013433853fbc25d9c4e5e29fe33fb74aa4239318cfac312fd SHA512 3329cc73468815ecf7f122ee8e8b81ca7295abcfeab95082841ae460c7ca76fdf2cb3d01b1548795bb525ce855052f512b8b2d77fa3afd302f41c156edf35de0
diff --git a/app-i18n/ibus-table/ibus-table-1.17.10.ebuild b/app-i18n/ibus-table/ibus-table-1.17.10.ebuild
deleted file mode 100644
index 81f9509f93b1..000000000000
--- a/app-i18n/ibus-table/ibus-table-1.17.10.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
-}
diff --git a/app-i18n/ibus-table/ibus-table-1.17.11.ebuild b/app-i18n/ibus-table/ibus-table-1.17.11.ebuild
index f0cbc40946ed..81f9509f93b1 100644
--- a/app-i18n/ibus-table/ibus-table-1.17.11.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.17.11.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="sqlite(+)"
inherit gnome2-utils python-single-r1 xdg
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="nls"
RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"