diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-lua/lua-resty-core | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-lua/lua-resty-core')
| -rw-r--r-- | dev-lua/lua-resty-core/Manifest | 1 | ||||
| -rw-r--r-- | dev-lua/lua-resty-core/lua-resty-core-0.1.30.ebuild | 34 | ||||
| -rw-r--r-- | dev-lua/lua-resty-core/metadata.xml | 24 |
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-lua/lua-resty-core/Manifest b/dev-lua/lua-resty-core/Manifest deleted file mode 100644 index 3a2f5fd11082..000000000000 --- a/dev-lua/lua-resty-core/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lua-resty-core-0.1.30.tar.gz 226422 BLAKE2B c1afe9d7f06b9fe52ae8ea1840afa9ce7525f01aa7f9bd632d08ee9b84e2253fb531ee506e3e9acd641cc30e978d2d2f54d9e986c3982974ae866f561208bc84 SHA512 e3951e71600b16732b3d1fc0e9c9497e9e73e739628ca06171e0274ebe880e3ce77a7992a98e911e33fbd336bc723c45e198357046308d5043e64e3003ccb26f diff --git a/dev-lua/lua-resty-core/lua-resty-core-0.1.30.ebuild b/dev-lua/lua-resty-core/lua-resty-core-0.1.30.ebuild deleted file mode 100644 index 81fcff27ea4a..000000000000 --- a/dev-lua/lua-resty-core/lua-resty-core-0.1.30.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Openresty only ever supports luajit. -LUA_COMPAT=( lua5-{1,3,4} luajit ) -inherit lua-single - -DESCRIPTION="FFI-based API for lua-nginx-module" -HOMEPAGE="https://github.com/openresty/lua-resty-core" -SRC_URI=" - https://github.com/openresty/lua-resty-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm64" -# Tests require replicating much of nginx-module_src_test() in each -# dev-lua/lua-resty-* ebuild. -RESTRICT="test" - -REQUIRED_USE="${LUA_REQUIRED_USE}" - -BDEPEND="virtual/pkgconfig" -DEPEND="${LUA_DEPS}" -RDEPEND="${DEPEND}" - -src_configure() { - # The directory where to Lua files are to be installed, used by the build - # system. - export LUA_LIB_DIR="$(lua_get_lmod_dir)" - default -} diff --git a/dev-lua/lua-resty-core/metadata.xml b/dev-lua/lua-resty-core/metadata.xml deleted file mode 100644 index 2eafe932ef4b..000000000000 --- a/dev-lua/lua-resty-core/metadata.xml +++ /dev/null @@ -1,24 +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>zurabid2016@gmail.com</email> - <name>Zurab Kvachadze</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> - This Lua library reimplements part of the ngx_lua module's NGINX API for Lua with LuaJIT FFI - and installs the new FFI-based Lua API into the ngx.* and ndk.* namespaces used by the - ngx_lua module. - - In addition, this Lua library implements any significant new Lua APIs of the ngx_lua module - as proper Lua modules, like ngx.semaphore and ngx.balancer. - </longdescription> - <upstream> - <bugs-to>https://github.com/openresty/lua-resty-core/issues</bugs-to> - <remote-id type="github">openresty/lua-resty-core</remote-id> - </upstream> -</pkgmetadata> |
