diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-lua/lua-resty-lrucache | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-lua/lua-resty-lrucache')
| -rw-r--r-- | dev-lua/lua-resty-lrucache/Manifest | 1 | ||||
| -rw-r--r-- | dev-lua/lua-resty-lrucache/lua-resty-lrucache-0.15.ebuild | 34 | ||||
| -rw-r--r-- | dev-lua/lua-resty-lrucache/metadata.xml | 19 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-lua/lua-resty-lrucache/Manifest b/dev-lua/lua-resty-lrucache/Manifest deleted file mode 100644 index 3af68d23c1fa..000000000000 --- a/dev-lua/lua-resty-lrucache/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lua-resty-lrucache-0.15.tar.gz 17834 BLAKE2B 80e6c1472de7df1b4c4e34cc002d64ae2aad92da8e0346325bb75e3ddb03c9015d5c34ffc961afbab6a06f0922eb11c0e17a1a91ddb0c84d42fe8c3aaf7c2c07 SHA512 544d862fb6de66c6a9e342ba62aaf11b639ba199c97261a74881a9b395705e2a78b96d58a405dab7793b53be12cd8108d3861f6d30c3b3950b565fed1547a47d diff --git a/dev-lua/lua-resty-lrucache/lua-resty-lrucache-0.15.ebuild b/dev-lua/lua-resty-lrucache/lua-resty-lrucache-0.15.ebuild deleted file mode 100644 index 4117d78ce062..000000000000 --- a/dev-lua/lua-resty-lrucache/lua-resty-lrucache-0.15.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="Lua-land LRU Cache based on LuaJIT FFI" -HOMEPAGE="https://github.com/openresty/lua-resty-lrucache" -SRC_URI=" - https://github.com/openresty/lua-resty-lrucache/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-lrucache/metadata.xml b/dev-lua/lua-resty-lrucache/metadata.xml deleted file mode 100644 index 7c82a6f222b1..000000000000 --- a/dev-lua/lua-resty-lrucache/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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 library implements a simple LRU cache for OpenResty and the ngx_lua module. - </longdescription> - <upstream> - <bugs-to>https://github.com/openresty/lua-resty-lrucache/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
