diff options
author | Vadim A. Misbakh-Soloviov <mva@mva.name> | 2014-08-16 16:58:11 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <mva@mva.name> | 2014-08-16 16:58:11 +0700 |
commit | 424669b9f81b51cc454040e103b062c30e99c880 (patch) | |
tree | ca93a55c36ce4da2dc12e7a637f3290d991f74ae /dev-lua/resty-lock | |
parent | [dev-lua/resty-sendmail] added (diff) | |
download | lua-424669b9f81b51cc454040e103b062c30e99c880.tar.gz lua-424669b9f81b51cc454040e103b062c30e99c880.tar.bz2 lua-424669b9f81b51cc454040e103b062c30e99c880.zip |
[dev-lua/resty*] OpenResty bumps, additions, fixes
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
Diffstat (limited to 'dev-lua/resty-lock')
-rw-r--r-- | dev-lua/resty-lock/resty-lock-0.01.ebuild | 37 | ||||
-rw-r--r-- | dev-lua/resty-lock/resty-lock-9999.ebuild | 4 |
2 files changed, 2 insertions, 39 deletions
diff --git a/dev-lua/resty-lock/resty-lock-0.01.ebuild b/dev-lua/resty-lock/resty-lock-0.01.ebuild deleted file mode 100644 index 56479e0..0000000 --- a/dev-lua/resty-lock/resty-lock-0.01.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $ - -EAPI="5" - -inherit eutils toolchain-funcs - -DESCRIPTION="Simple shm-based nonblocking lock API" -HOMEPAGE="https://github.com/agentzh/lua-${PN}" -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" - -RDEPEND=" - dev-lang/luajit:2 - www-servers/nginx[nginx_modules_http_lua] -" -DEPEND=" - ${RDEPEND} - dev-util/pkgconfig -" - -S="${WORKDIR}/lua-${P}" - -src_prepare() { - local lua=luajit; - - sed -r \ - -e "1,6s#(PREFIX).*#\1=/usr#" \ - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \ - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \ - -i Makefile -} diff --git a/dev-lua/resty-lock/resty-lock-9999.ebuild b/dev-lua/resty-lock/resty-lock-9999.ebuild index 0f202f6..ff89a43 100644 --- a/dev-lua/resty-lock/resty-lock-9999.ebuild +++ b/dev-lua/resty-lock/resty-lock-9999.ebuild @@ -7,10 +7,10 @@ EAPI="5" inherit eutils toolchain-funcs git-r3 DESCRIPTION="Simple shm-based nonblocking lock API" -HOMEPAGE="https://github.com/agentzh/lua-${PN}" +HOMEPAGE="https://github.com/openresty/lua-${PN}" SRC_URI="" -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}" +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}" LICENSE="BSD" SLOT="0" |