diff options
author | Vadim A. Misbakh-Soloviov <git@mva.name> | 2016-07-26 02:57:46 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <git@mva.name> | 2016-07-26 02:57:46 +0700 |
commit | c731b26174f23830ac6be9684b545602cc57b8ea (patch) | |
tree | cced31053d78b2b5c5d429a3ec5d66a45a5bf820 /dev-lua/luafilesystem | |
parent | msgpack: update ebuild (diff) | |
download | lua-c731b26174f23830ac6be9684b545602cc57b8ea.tar.gz lua-c731b26174f23830ac6be9684b545602cc57b8ea.tar.bz2 lua-c731b26174f23830ac6be9684b545602cc57b8ea.zip |
dev-lua/*: move to EAPI=6 + renewed lua.eclass
Diffstat (limited to 'dev-lua/luafilesystem')
-rw-r--r-- | dev-lua/luafilesystem/luafilesystem-9999.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-lua/luafilesystem/luafilesystem-9999.ebuild b/dev-lua/luafilesystem/luafilesystem-9999.ebuild index 99432b4..4fe5bf2 100644 --- a/dev-lua/luafilesystem/luafilesystem-9999.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-9999.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -VCS="git-r3" +VCS="git" IS_MULTILIB="true" +GITHUB_A="keplerproject" + inherit lua DESCRIPTION="File System Library for the Lua Programming Language" HOMEPAGE="https://keplerproject.github.io/luafilesystem/" -EGIT_REPO_URI="https://github.com/keplerproject/luafilesystem.git" -SRC_URI="" -#SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="doc" -HTML_DOCS=( doc/us/. ) -READMES=( README.md ) +HTML_DOCS=(doc/us/.) +DOCS=(README.md) all_lua_prepare() { sed -e 'd' config |