diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-18 06:46:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-18 06:46:39 +0000 |
| commit | 1cb3dfc58c877081451f367584b23c5d9f3211eb (patch) | |
| tree | 464cdadb21b43100a2e2f1eb7d1bf7dbd1e1443d /dev-lua | |
| parent | ea2f4386f269c7dafe96753c0cfa00bc5258d97e (diff) | |
| download | baldeagleos-repo-1cb3dfc58c877081451f367584b23c5d9f3211eb.tar.gz baldeagleos-repo-1cb3dfc58c877081451f367584b23c5d9f3211eb.tar.xz baldeagleos-repo-1cb3dfc58c877081451f367584b23c5d9f3211eb.zip | |
Adding metadata
Diffstat (limited to 'dev-lua')
| -rw-r--r-- | dev-lua/dromozoa-utf8/Manifest | 1 | ||||
| -rw-r--r-- | dev-lua/dromozoa-utf8/dromozoa-utf8-1.19.ebuild | 46 | ||||
| -rw-r--r-- | dev-lua/dromozoa-utf8/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-lua/hump/hump-0.4.2.ebuild | 2 |
4 files changed, 58 insertions, 1 deletions
diff --git a/dev-lua/dromozoa-utf8/Manifest b/dev-lua/dromozoa-utf8/Manifest new file mode 100644 index 000000000000..11501d79fb4c --- /dev/null +++ b/dev-lua/dromozoa-utf8/Manifest @@ -0,0 +1 @@ +DIST dromozoa-utf8-1.19.tar.gz 2923059 BLAKE2B 1af9da9977bff5fb19f894ff9b01ae4845370cca1fd4e89e6a35a1d14e533ab5ff029a0fd95e911953dbdfd521264b23895702d561f41cd5faa93b641990532d SHA512 44ec32a7fe36f7895a29aeae96a229412c76fd451e5ea9294f27b20b636c80fa29569400eea94e31006f03662a05b7f387515b2e50e1d014d35dd0c066e2cfbb diff --git a/dev-lua/dromozoa-utf8/dromozoa-utf8-1.19.ebuild b/dev-lua/dromozoa-utf8/dromozoa-utf8-1.19.ebuild new file mode 100644 index 000000000000..8cfff7715b34 --- /dev/null +++ b/dev-lua/dromozoa-utf8/dromozoa-utf8-1.19.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Currently, lax optional argument introduced in Lua 5.4 is not supported, +# so it is not compatible with Lua 5.4 or later +LUA_COMPAT=( lua5-{1,3,4} luajit ) + +inherit lua + +DESCRIPTION="Lua 5.3 compatible pure-Lua UTF-8 implementation" +HOMEPAGE="https://dromozoa.github.io/dromozoa-utf8/" +HOMEPAGE+=" https://github.com/dromozoa/dromozoa-utf8" +SRC_URI="https://github.com/dromozoa/dromozoa-utf8/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="${LUA_DEPS}" +DEPEND="${RDEPEND}" + +lua_src_test() { + # inside test.sh lua command is called, + # so each implementation should be tested separately + ./test.sh || die "Tests failed for ${LUA}" +} + +src_test() { + lua_foreach_impl lua_src_test +} + +lua_src_install() { + insinto "$(lua_get_lmod_dir)" + doins -r dromozoa/ +} + +src_install() { + lua_foreach_impl lua_src_install + dobin dromozoa-markdown-table + HTML_DOCS=( docs/index.html ) + # Install only the latest documentation + DOCS+=( docs/16.0.0/ ) + einstalldocs +} diff --git a/dev-lua/dromozoa-utf8/metadata.xml b/dev-lua/dromozoa-utf8/metadata.xml new file mode 100644 index 000000000000..50ba0255f7c7 --- /dev/null +++ b/dev-lua/dromozoa-utf8/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>suleyman@farajli.net</email> + <name>Suleyman Farajli</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-lua/hump/hump-0.4.2.ebuild b/dev-lua/hump/hump-0.4.2.ebuild index 1f5361d32d8a..f182674f110a 100644 --- a/dev-lua/hump/hump-0.4.2.ebuild +++ b/dev-lua/hump/hump-0.4.2.ebuild @@ -44,7 +44,7 @@ src_install() { lua_foreach_impl lua_src_install if use doc; then doman docs/_build/man/hump.1 - local HTML_DOCS=( docs/_build/html/ ) + local HTML_DOCS=( docs/_build/html/. ) fi einstalldocs } |
