summaryrefslogtreecommitdiff
path: root/dev-lua/lua-resty-lrucache
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-lua/lua-resty-lrucache
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-lua/lua-resty-lrucache')
-rw-r--r--dev-lua/lua-resty-lrucache/Manifest1
-rw-r--r--dev-lua/lua-resty-lrucache/lua-resty-lrucache-0.15.ebuild34
-rw-r--r--dev-lua/lua-resty-lrucache/metadata.xml19
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 81d1558075b9..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://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 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>
- <remote-id type="github">openresty/lua-resty-lrucache</remote-id>
- </upstream>
-</pkgmetadata>