diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-28 03:04:35 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-28 03:04:35 -0500 |
| commit | d078a6bb97ca56a274a131a62e0cfe7d85c4452d (patch) | |
| tree | 38c255c32061625c0571d97fd03e4f43841ed790 /app-i18n | |
| parent | dbf15142aca3e92e37842426ab912aa798fec3d3 (diff) | |
| download | baldeagleos-repo-d078a6bb97ca56a274a131a62e0cfe7d85c4452d.tar.gz baldeagleos-repo-d078a6bb97ca56a274a131a62e0cfe7d85c4452d.tar.xz baldeagleos-repo-d078a6bb97ca56a274a131a62e0cfe7d85c4452d.zip | |
Adding metadata
Diffstat (limited to 'app-i18n')
| -rw-r--r-- | app-i18n/ibus-table/Manifest | 1 | ||||
| -rw-r--r-- | app-i18n/ibus-table/ibus-table-1.17.17.ebuild | 55 | ||||
| -rw-r--r-- | app-i18n/ibus-table/ibus-table-1.17.18.ebuild | 2 |
3 files changed, 1 insertions, 57 deletions
diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest index a4d0bf86e783..8661078aed5d 100644 --- a/app-i18n/ibus-table/Manifest +++ b/app-i18n/ibus-table/Manifest @@ -1,2 +1 @@ -DIST ibus-table-1.17.17.tar.gz 1662181 BLAKE2B 8cfb8ffe97d8a5e02f526c96d6e5f55e77cc8632b4bab9cfa4ced13b5baf9d5d1c68de301b239b8a9d421aca0f02fe901e077b65744fad999220e7de6a95611c SHA512 88a084e9f495db482a71e07d665ec097c823f02e92e57957fd36ef6aaf9fd7a59f09bef6d62ab5e973e2f98845e096c7b80951ddf44f41d80eaa8eb3869fc8c9 DIST ibus-table-1.17.18.tar.gz 1668941 BLAKE2B 5c6b086d58e36c271cc2cc17fdd5ac76527f0dea1b53fc1344a61fa12d84856b6f1c0bf41b5758d1c2d3765d7e8409015d0fb09f7aad7326c3e4624cb0eed7ef SHA512 a97c28ebbc8828c648c3e648cb7e6f90fb4080d866c0c9c4e404c26b86d6974b38888885c6994c22d8f7d6e5306f6d609c9b13413d6c571138e35360d0860ac1 diff --git a/app-i18n/ibus-table/ibus-table-1.17.17.ebuild b/app-i18n/ibus-table/ibus-table-1.17.17.ebuild deleted file mode 100644 index d1f3c6aa4b9f..000000000000 --- a/app-i18n/ibus-table/ibus-table-1.17.17.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -PYTHON_COMPAT=( python3_{13..14} ) -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.18.ebuild b/app-i18n/ibus-table/ibus-table-1.17.18.ebuild index 8d21ece0778c..d1f3c6aa4b9f 100644 --- a/app-i18n/ibus-table/ibus-table-1.17.18.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.17.18.ebuild @@ -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}" |
