commit: 42c4016469a887da50f9539591f6044c79347c4b Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name> AuthorDate: Wed May 25 13:08:57 2016 +0000 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name> CommitDate: Wed May 25 13:08:57 2016 +0000 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=42c40164
luaxml: bump dev-lua/luaxml/luaxml-9999.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-lua/luaxml/luaxml-9999.ebuild b/dev-lua/luaxml/luaxml-9999.ebuild index feaf2d6..68c3a63 100644 --- a/dev-lua/luaxml/luaxml-9999.ebuild +++ b/dev-lua/luaxml/luaxml-9999.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 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" +EAPI="6" -VCS="git-r3" +VCS="git" IS_MULTILIB=true - LUA_COMPAT="lua51 luajit2" +GITHUB_A="msva" + inherit cmake-utils lua DESCRIPTION="A minimal set of XML processing function in Lua, with simple mapping between XML and Lua tables" -HOMEPAGE="http://github.com/LuaDist/luaxml" -EGIT_REPO_URI="https://github.com/msva/luaxml" +HOMEPAGE="http://viremo.eludi.net/LuaXML/" +#EGIT_REPO_URI="https://github.com/msva/luaxml" LICENSE="MIT" SLOT="0"
