From c731b26174f23830ac6be9684b545602cc57b8ea Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Tue, 26 Jul 2016 02:57:46 +0700 Subject: dev-lua/*: move to EAPI=6 + renewed lua.eclass --- dev-lua/resty-template/resty-template-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-lua/resty-template') diff --git a/dev-lua/resty-template/resty-template-9999.ebuild b/dev-lua/resty-template/resty-template-9999.ebuild index 03be656..39b75eb 100644 --- a/dev-lua/resty-template/resty-template-9999.ebuild +++ b/dev-lua/resty-template/resty-template-9999.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + +VCS="git" +GITHUB_A="bungle" +GITHUB_PN="lua-${PN}" -VCS="git-r3" inherit lua DESCRIPTION="Templating Engine (HTML) for Lua and OpenResty." HOMEPAGE="https://github.com/bungle/lua-resty-template" -SRC_URI="" - -EGIT_REPO_URI="https://github.com/bungle/lua-${PN}" LICENSE="BSD" SLOT="0" @@ -24,7 +24,7 @@ DEPEND=" ${RDEPEND} " -READMES=( "README.md" ) +DOCS=(README.md) each_lua_install() { dolua lib/resty -- cgit v1.2.3-65-gdbad