summaryrefslogtreecommitdiff
path: root/app-i18n
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-05 19:59:10 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-05 19:59:10 +0000
commit166802665d0efaeab9a68a2e890fe3fbbd9eaa44 (patch)
tree173243f34a08c1c6267da514d0e6c176ba609cc9 /app-i18n
parent2ebba2ef6b80896e051dfc98b90c88af971b69f3 (diff)
downloadbaldeagleos-repo-166802665d0efaeab9a68a2e890fe3fbbd9eaa44.tar.gz
baldeagleos-repo-166802665d0efaeab9a68a2e890fe3fbbd9eaa44.tar.xz
baldeagleos-repo-166802665d0efaeab9a68a2e890fe3fbbd9eaa44.zip
Adding metadata
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-m17n/Manifest1
-rw-r--r--app-i18n/ibus-m17n/ibus-m17n-1.4.36.ebuild45
-rw-r--r--app-i18n/ibus-m17n/ibus-m17n-1.4.37.ebuild2
-rw-r--r--app-i18n/ibus-table/Manifest1
-rw-r--r--app-i18n/ibus-table/ibus-table-1.17.16.ebuild55
-rw-r--r--app-i18n/ibus-table/ibus-table-1.17.17.ebuild2
-rw-r--r--app-i18n/ibus-typing-booster/Manifest1
-rw-r--r--app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.6.ebuild53
-rw-r--r--app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.0.ebuild2
-rw-r--r--app-i18n/poedit/poedit-3.8.2.ebuild2
10 files changed, 4 insertions, 160 deletions
diff --git a/app-i18n/ibus-m17n/Manifest b/app-i18n/ibus-m17n/Manifest
index d79fce958c67..71c929fc50ca 100644
--- a/app-i18n/ibus-m17n/Manifest
+++ b/app-i18n/ibus-m17n/Manifest
@@ -1,3 +1,2 @@
-DIST ibus-m17n-1.4.36.tar.gz 662691 BLAKE2B 19fa7527aa5938a3f6ed0ebe33fd1b916965db191ba857263c508e4be5ec4ace4d65ce96fc03a0e8b614ac75a64a40b9b25cb889701a9f69f0f7a53e343b42fa SHA512 6c839500458ce93d43ed36c30f1b38546cf70440ad246befb835d05b7bbaf90519a23586dc3bebe0c95961e034d181ec5acd25091a8de723c056c159b53e76e5
DIST ibus-m17n-1.4.37.tar.gz 682898 BLAKE2B c778da2f7f03464cf5d9b37b6feb5ef2e27dde72425a7d7f30d4a9c07d1cac79ead1347e3e1771779cda048926aef2604321bc0b96b219f9b4c39dd1e8149b8c SHA512 fde658bf6be122345da3ea7efbf331dec47092a241ffd39a4d8c9dab514ebb7d1e48a8c391788752133f5b56fcf20f5e9424859cb926662929289cc3a46b7479
DIST ibus-m17n-1.4.38.tar.gz 611174 BLAKE2B 23178c1cb5e75bcecec29ce5e690fb6cc8a594d49ea50d476ad31d0ff7ff0306076e07e4d8482e32baf24e78fb733e564ee7ae73116ff28a4dc0dd71d069e0a7 SHA512 961dfa85b15184ac30124f547e1cb29f8103e3efffb2fc13ce49ea446b832994e1eef3518e4d219a215a7f9fbee19e7c55cf157d6c02b5818ac3ce42196dd208
diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.36.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.36.ebuild
deleted file mode 100644
index 60ecb3153288..000000000000
--- a/app-i18n/ibus-m17n/ibus-m17n-1.4.36.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit gnome2-utils xdg
-
-DESCRIPTION="M17N engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk nls"
-
-DEPEND="app-i18n/ibus
- dev-libs/m17n-lib
- gtk? ( x11-libs/gtk+:3 )
- nls? ( virtual/libintl )"
-RDEPEND="${DEPEND}
- >=dev-db/m17n-db-1.7"
-BDEPEND="sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with gtk gtk 3.0)
-}
-
-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-m17n/ibus-m17n-1.4.37.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.37.ebuild
index 213ab254c282..409c6421cdab 100644
--- a/app-i18n/ibus-m17n/ibus-m17n-1.4.37.ebuild
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.4.37.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="gtk gtk3 nls"
REQUIRED_USE="?? ( gtk gtk3 )"
diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
index f89e01303d39..6b4f25fecb83 100644
--- a/app-i18n/ibus-table/Manifest
+++ b/app-i18n/ibus-table/Manifest
@@ -1,2 +1 @@
-DIST ibus-table-1.17.16.tar.gz 1628244 BLAKE2B 973c25955afac921a1146fca59d459066d2250962e3150fa1345c345f0d5405d97dcabd82a4317c7644158228c92eeff06edd7c45bd1ebb3061c2b5d00fef30f SHA512 e7d9102b85f1f96470afdee270ca630e9b54cd668c29173740ee9e504d9977fd1569f3c0b64323b30c5afd71493b095a84f34175b07c5db453f89b935075083e
DIST ibus-table-1.17.17.tar.gz 1662181 BLAKE2B 8cfb8ffe97d8a5e02f526c96d6e5f55e77cc8632b4bab9cfa4ced13b5baf9d5d1c68de301b239b8a9d421aca0f02fe901e077b65744fad999220e7de6a95611c SHA512 88a084e9f495db482a71e07d665ec097c823f02e92e57957fd36ef6aaf9fd7a59f09bef6d62ab5e973e2f98845e096c7b80951ddf44f41d80eaa8eb3869fc8c9
diff --git a/app-i18n/ibus-table/ibus-table-1.17.16.ebuild b/app-i18n/ibus-table/ibus-table-1.17.16.ebuild
deleted file mode 100644
index cd1e55b83246..000000000000
--- a/app-i18n/ibus-table/ibus-table-1.17.16.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..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.17.ebuild b/app-i18n/ibus-table/ibus-table-1.17.17.ebuild
index 4877adff0bfc..fd0d243c57df 100644
--- a/app-i18n/ibus-table/ibus-table-1.17.17.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.17.17.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}"
diff --git a/app-i18n/ibus-typing-booster/Manifest b/app-i18n/ibus-typing-booster/Manifest
index e3b639b26ff0..aba7a564f673 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1,2 @@
-DIST ibus-typing-booster-2.28.6.tar.gz 14633258 BLAKE2B da6b7b368cda17a860b8c77bc6a8f75173f71d2ed3dadf289fbca81478f81ecd4f8a9b09df949b6c7e202d7fac0f3f500dc2301091997e205b0c7e3b4a31da66 SHA512 b2f69c4f428146903a7b0fd5d9b940824a75e4bdb8532875479939d8add0dc3cfbedd4648ccd64f5bf09dc7122f2659834fc872cc1b7582b337483ff4294d7ed
DIST ibus-typing-booster-2.30.0.tar.gz 14692996 BLAKE2B 9420124f6cd8d0a86afcc831be9754a6562c60e0e6a8b4b9e41fd1210de34a45d92babb14c8bd6d54ef487ae9c9d6ec287ed5535a9f672a7c7329615d27f7ab8 SHA512 4100d741a7738198599be9ffbab0d7b3b17184580b3fa61fb99254230402b558cc70a98856123933df1e7c2b65d342829d46f546d48fc1e4ba89d31c4288a0da
DIST ibus-typing-booster-2.30.4.tar.gz 14721047 BLAKE2B 87316804ab0bc6a61d8d0a74bc57a98144b3591f5864a2d1a444bce0e47a3a162a05d6b99079f7bd8aa4f0241e343507b07b8d5b5441f1089a6c7a011e145af6 SHA512 cb3760e61c9b990722d04a8b8a020d7c6b3a753a4875af22b92f1e7b41790b44cda0345ecc90e60fef1b3f928b23e7c8993aded8ad935d5981521b4e466f35ce
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.6.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.6.ebuild
deleted file mode 100644
index 91e9407603ce..000000000000
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{10..14} )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Completion input method for IBus"
-HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
-SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
- dev-libs/m17n-lib
- $(python_gen_cond_dep '
- app-i18n/ibus[python(+),${PYTHON_USEDEP}]
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/pyenchant[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- ')"
-RDEPEND="${DEPEND}
- >=dev-db/m17n-db-1.7"
-BDEPEND="sys-devel/gettext
- virtual/pkgconfig"
-
-src_prepare() {
- default
-
- sed -i "s|/usr\(/bin/sh\)|\1|" {engine,setup}/*.in
-}
-
-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-typing-booster/ibus-typing-booster-2.30.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.0.ebuild
index 5acea001cf56..91e9407603ce 100644
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.0.ebuild
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.g
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
diff --git a/app-i18n/poedit/poedit-3.8.2.ebuild b/app-i18n/poedit/poedit-3.8.2.ebuild
index ceb549f66998..dca024d84665 100644
--- a/app-i18n/poedit/poedit-3.8.2.ebuild
+++ b/app-i18n/poedit/poedit-3.8.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
RDEPEND="
app-text/gtkspell:3