summaryrefslogtreecommitdiff
path: root/app-i18n/fcitx-lua
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-i18n/fcitx-lua
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-i18n/fcitx-lua')
-rw-r--r--app-i18n/fcitx-lua/Manifest3
-rw-r--r--app-i18n/fcitx-lua/fcitx-lua-5.0.14.ebuild45
-rw-r--r--app-i18n/fcitx-lua/fcitx-lua-5.0.15-r1.ebuild45
-rw-r--r--app-i18n/fcitx-lua/fcitx-lua-5.0.16.ebuild45
-rw-r--r--app-i18n/fcitx-lua/metadata.xml35
5 files changed, 0 insertions, 173 deletions
diff --git a/app-i18n/fcitx-lua/Manifest b/app-i18n/fcitx-lua/Manifest
deleted file mode 100644
index 4e2ba35aeca2..000000000000
--- a/app-i18n/fcitx-lua/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
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
-}
diff --git a/app-i18n/fcitx-lua/metadata.xml b/app-i18n/fcitx-lua/metadata.xml
deleted file mode 100644
index e01feb1262d7..000000000000
--- a/app-i18n/fcitx-lua/metadata.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>tanekliang@gmail.com</email>
- <name>Yongxiang Liang</name>
- </maintainer>
- <maintainer type="person" proxied="yes">
- <email>peeweep@0x0.ee</email>
- <name>jinqiang zhang</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="github">fcitx/fcitx5-lua</remote-id>
- </upstream>
- <longdescription lang="en">
- Lua support for fcitx.
- It tries to support lua in fcitx in two ways.
- 1. An addon loader for lua, which supports Type=Lua addon.
- 2. The googlepinyin api, which is provided by imeapi addon.
- You may put your lua file under
- $HOME/.local/share/fcitx5/lua/imeapi/extensions
- to make the addon find your scripts.
- </longdescription>
- <use>
- <flag name="dlopen">Use dlopen to load lua library</flag>
- </use>
-</pkgmetadata>