lua-resty-memcached[1] is "Lua memcached client driver for the ngx_lua based on the cosocket API".
[1]: https://github.com/openresty/lua-resty-memcached Signed-off-by: Zurab Kvachadze <zurabid2...@gmail.com> --- dev-lua/lua-resty-memcached/Manifest | 1 + .../lua-resty-memcached-0.17.ebuild} | 6 +++--- .../usbmuxd => dev-lua/lua-resty-memcached}/metadata.xml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 dev-lua/lua-resty-memcached/Manifest copy dev-lua/{lua-resty-lrucache/lua-resty-lrucache-0.15.ebuild => lua-resty-memcached/lua-resty-memcached-0.17.ebuild} (71%) copy {app-pda/usbmuxd => dev-lua/lua-resty-memcached}/metadata.xml (74%) diff --git a/dev-lua/lua-resty-memcached/Manifest b/dev-lua/lua-resty-memcached/Manifest new file mode 100644 index 000000000000..1f9d3170a1fa --- /dev/null +++ b/dev-lua/lua-resty-memcached/Manifest @@ -0,0 +1 @@ +DIST lua-resty-memcached-0.17.tar.gz 21216 BLAKE2B 3b65a06d50fce5cc33d570e558e412446c649173e5e495bf1b8d00f63114fe451e9fb4f3284cd314cdfe9561f87291b45b32750c2a290e8d0f05b6996fa765fd SHA512 efc7164e01816133b24a60524078565fa4c5f4f1e22608e59d49bb825c8df459ecd315c434c390be2641d3fd55cdfd960f607ced63675cdcd11dd254196b1a63 diff --git a/dev-lua/lua-resty-lrucache/lua-resty-lrucache-0.15.ebuild b/dev-lua/lua-resty-memcached/lua-resty-memcached-0.17.ebuild similarity index 71% copy from dev-lua/lua-resty-lrucache/lua-resty-lrucache-0.15.ebuild copy to dev-lua/lua-resty-memcached/lua-resty-memcached-0.17.ebuild index f85dbf3f9a66..e04b3fd3ce0a 100644 --- a/dev-lua/lua-resty-lrucache/lua-resty-lrucache-0.15.ebuild +++ b/dev-lua/lua-resty-memcached/lua-resty-memcached-0.17.ebuild @@ -7,10 +7,10 @@ EAPI=8 LUA_COMPAT=( luajit ) inherit lua-single -DESCRIPTION="Lua-land LRU Cache based on LuaJIT FFI" -HOMEPAGE="https://github.com/openresty/lua-resty-lrucache" +DESCRIPTION="Lua memcached client driver based on cosocket API for ngx-lua-module" +HOMEPAGE="https://github.com/openresty/lua-resty-memcached" SRC_URI=" - https://github.com/openresty/lua-resty-lrucache/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/openresty/lua-resty-memcached/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " LICENSE="BSD-2" diff --git a/app-pda/usbmuxd/metadata.xml b/dev-lua/lua-resty-memcached/metadata.xml similarity index 74% copy from app-pda/usbmuxd/metadata.xml copy to dev-lua/lua-resty-memcached/metadata.xml index d8e789b30263..0a435022302b 100644 --- a/app-pda/usbmuxd/metadata.xml +++ b/dev-lua/lua-resty-memcached/metadata.xml @@ -10,6 +10,7 @@ <name>Proxy Maintainers</name> </maintainer> <upstream> - <remote-id type="github">libimobiledevice/usbmuxd</remote-id> + <bugs-to>https://github.com/openresty/lua-resty-memcached/issues</bugs-to> + <remote-id type="github">openresty/lua-resty-memcached</remote-id> </upstream> </pkgmetadata> -- 2.45.3