diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-01 03:04:43 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-01 03:04:43 -0500 |
| commit | 8d04041d08ac162ab85e05cce67bc70c471bcb33 (patch) | |
| tree | 6540635595d9bd09b8931883a6f7486f1a8356b3 /app-i18n/fcitx-lua | |
| parent | 8dd15182c470607a18f884956452d134ac91753a (diff) | |
| download | baldeagleos-repo-8d04041d08ac162ab85e05cce67bc70c471bcb33.tar.gz baldeagleos-repo-8d04041d08ac162ab85e05cce67bc70c471bcb33.tar.xz baldeagleos-repo-8d04041d08ac162ab85e05cce67bc70c471bcb33.zip | |
Adding metadata
Diffstat (limited to 'app-i18n/fcitx-lua')
| -rw-r--r-- | app-i18n/fcitx-lua/Manifest | 3 | ||||
| -rw-r--r-- | app-i18n/fcitx-lua/fcitx-lua-5.0.14.ebuild | 45 | ||||
| -rw-r--r-- | app-i18n/fcitx-lua/fcitx-lua-5.0.15-r1.ebuild | 45 | ||||
| -rw-r--r-- | app-i18n/fcitx-lua/fcitx-lua-5.0.16.ebuild | 45 |
4 files changed, 0 insertions, 138 deletions
diff --git a/app-i18n/fcitx-lua/Manifest b/app-i18n/fcitx-lua/Manifest index e69aed8a0a4f..1ed415c0a999 100644 --- a/app-i18n/fcitx-lua/Manifest +++ b/app-i18n/fcitx-lua/Manifest @@ -1,4 +1 @@ -DIST fcitx-lua-5.0.14.tar.zst 40916 BLAKE2B bd69c015af2c386ca3574d7176e76713f468ba68c4b8fc1369be293730c20ff31cccc5ff12a9379c9d16233bae7b16a968954cf5fc2b406400e95ec0cff0f3fb SHA512 87b8fc3e8d41d08e83281140a905fa63f4b927ee8355b2e7c4d06b862cc08d35b6c39d5d8116c90dc47cbc0e046ae0b98086fea1b019d2eb140dcbfa6eec4b28 -DIST fcitx-lua-5.0.15.tar.zst 40964 BLAKE2B 3d7475026fd0f263a1041d1f34ff14d1b4d4394797962bed78c676921c47ed9d23cb26ae2d04d10729ca127cb1db20c511b228d7dd1013f49d4cb057a19ea410 SHA512 fc7d979022294ed9b62a3b804312ba3c4bfa27452c5bd357170d68505a25f3b637c510c90c27f5f11532170cb6910c79b32d3004ee3f25b99583fa7c4a940929 -DIST fcitx-lua-5.0.16.tar.zst 41326 BLAKE2B a41d5979e87a321002bc745ee27eb2b632bce2870a952cd6384b0a3c1dd1d3c417b18b7873d527977b2edb7d8068fa42b3e115d9ddca26f7197764ec1690caf1 SHA512 ae6e4570344705dd825961c2a7aa76eaa5dea6342f5262f4dc99957d212f59b06707a2e808fae9c25c8cc747134a573e667b7ccd95f0f50e18af849580dc7c96 DIST fcitx-lua-5.0.17.tar.zst 41460 BLAKE2B 2c3c700cba756d39a01caca56c2efde3a4056ae060a6f76b07b679945ca7a464cee2f2e1a1844f74e45231ffb4fe898afd41c7368784818ab34361afdae7a443 SHA512 e8164693d99583f3d137e5b2871f4e019ae1d00b983dab4252b4bc1e99b9bb5ff89a703794aade7a4d16ee6dfe15d36bac06b12e3ff56e9f8b17b6e598a2e1b8 diff --git a/app-i18n/fcitx-lua/fcitx-lua-5.0.14.ebuild b/app-i18n/fcitx-lua/fcitx-lua-5.0.14.ebuild deleted file mode 100644 index 8220884491d0..000000000000 --- a/app-i18n/fcitx-lua/fcitx-lua-5.0.14.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -MY_PN="fcitx5-lua" - -inherit cmake lua-single xdg unpacker - -DESCRIPTION="Lua support for fcitx" -HOMEPAGE="https://github.com/fcitx/fcitx5-lua" -SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst" - -S="${WORKDIR}/${MY_PN}-${PV}" -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" -IUSE="+dlopen test" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND=" - ${LUA_DEPS} - >=app-i18n/fcitx-5.1.12:5 -" -DEPEND="${RDEPEND}" -BDEPEND=" - kde-frameworks/extra-cmake-modules:0 - sys-devel/gettext - virtual/pkgconfig -" - -pkg_setup() { - lua-single_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DUSE_DLOPEN=$(usex dlopen) - -DENABLE_TEST=$(usex test) - ) - cmake_src_configure -} diff --git a/app-i18n/fcitx-lua/fcitx-lua-5.0.15-r1.ebuild b/app-i18n/fcitx-lua/fcitx-lua-5.0.15-r1.ebuild deleted file mode 100644 index 451863493178..000000000000 --- a/app-i18n/fcitx-lua/fcitx-lua-5.0.15-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -MY_PN="fcitx5-lua" - -inherit cmake lua-single xdg unpacker - -DESCRIPTION="Lua support for fcitx" -HOMEPAGE="https://github.com/fcitx/fcitx5-lua" -SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst" - -S="${WORKDIR}/${MY_PN}-${PV}" -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 ~arm64 ~loong ~riscv x86" -IUSE="+dlopen test" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND=" - ${LUA_DEPS} - >=app-i18n/fcitx-5.1.13:5 -" -DEPEND="${RDEPEND}" -BDEPEND=" - kde-frameworks/extra-cmake-modules:0 - sys-devel/gettext - virtual/pkgconfig -" - -pkg_setup() { - lua-single_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DUSE_DLOPEN=$(usex dlopen) - -DENABLE_TEST=$(usex test) - ) - cmake_src_configure -} diff --git a/app-i18n/fcitx-lua/fcitx-lua-5.0.16.ebuild b/app-i18n/fcitx-lua/fcitx-lua-5.0.16.ebuild deleted file mode 100644 index 638e34a5c26d..000000000000 --- a/app-i18n/fcitx-lua/fcitx-lua-5.0.16.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -MY_PN="fcitx5-lua" - -inherit cmake lua-single xdg unpacker - -DESCRIPTION="Lua support for fcitx" -HOMEPAGE="https://github.com/fcitx/fcitx5-lua" -SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst" - -S="${WORKDIR}/${MY_PN}-${PV}" -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" -IUSE="+dlopen test" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND=" - ${LUA_DEPS} - >=app-i18n/fcitx-5.1.13:5 -" -DEPEND="${RDEPEND}" -BDEPEND=" - kde-frameworks/extra-cmake-modules:0 - sys-devel/gettext - virtual/pkgconfig -" - -pkg_setup() { - lua-single_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DUSE_DLOPEN=$(usex dlopen) - -DENABLE_TEST=$(usex test) - ) - cmake_src_configure -} |
