summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <mva@mva.name>2014-08-16 16:58:11 +0700
committerVadim A. Misbakh-Soloviov <mva@mva.name>2014-08-16 16:58:11 +0700
commit424669b9f81b51cc454040e103b062c30e99c880 (patch)
treeca93a55c36ce4da2dc12e7a637f3290d991f74ae /dev-lua/resty-dns
parent[dev-lua/resty-sendmail] added (diff)
downloadlua-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-dns')
-rw-r--r--dev-lua/resty-dns/resty-dns-0.10.ebuild39
-rw-r--r--dev-lua/resty-dns/resty-dns-9999.ebuild4
2 files changed, 2 insertions, 41 deletions
diff --git a/dev-lua/resty-dns/resty-dns-0.10.ebuild b/dev-lua/resty-dns/resty-dns-0.10.ebuild
deleted file mode 100644
index 1001da5..0000000
--- a/dev-lua/resty-dns/resty-dns-0.10.ebuild
+++ /dev/null
@@ -1,39 +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="Lua DNS resolver for the ngx_lua based on the cosocket 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="luajit"
-
-RDEPEND="
- !luajit? ( >=dev-lang/lua-5.1 dev-lua/LuaBitOp )
- luajit? ( dev-lang/luajit:2 )
- www-servers/nginx[nginx_modules_http_lua]
-"
-DEPEND="
- ${RDEPEND}
- dev-util/pkgconfig
-"
-
-S="${WORKDIR}/lua-${P}"
-
-src_prepare() {
- local lua=lua;
- use luajit && 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-dns/resty-dns-9999.ebuild b/dev-lua/resty-dns/resty-dns-9999.ebuild
index d858225..3867656 100644
--- a/dev-lua/resty-dns/resty-dns-9999.ebuild
+++ b/dev-lua/resty-dns/resty-dns-9999.ebuild
@@ -7,10 +7,10 @@ EAPI="5"
inherit eutils toolchain-funcs git-r3
DESCRIPTION="Lua DNS resolver for the ngx_lua based on the cosocket 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"