Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/luaxml/
Date: Fri, 27 May 2016 22:14:03
Message-Id: 1464181737.42c4016469a887da50f9539591f6044c79347c4b.mva@gentoo
1 commit: 42c4016469a887da50f9539591f6044c79347c4b
2 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
3 AuthorDate: Wed May 25 13:08:57 2016 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Wed May 25 13:08:57 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=42c40164
7
8 luaxml: bump
9
10 dev-lua/luaxml/luaxml-9999.ebuild | 14 +++++++-------
11 1 file changed, 7 insertions(+), 7 deletions(-)
12
13 diff --git a/dev-lua/luaxml/luaxml-9999.ebuild b/dev-lua/luaxml/luaxml-9999.ebuild
14 index feaf2d6..68c3a63 100644
15 --- a/dev-lua/luaxml/luaxml-9999.ebuild
16 +++ b/dev-lua/luaxml/luaxml-9999.ebuild
17 @@ -1,19 +1,19 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
22
23 -EAPI="5"
24 +EAPI="6"
25
26 -VCS="git-r3"
27 +VCS="git"
28 IS_MULTILIB=true
29 -
30 LUA_COMPAT="lua51 luajit2"
31
32 +GITHUB_A="msva"
33 +
34 inherit cmake-utils lua
35
36 DESCRIPTION="A minimal set of XML processing function in Lua, with simple mapping between XML and Lua tables"
37 -HOMEPAGE="http://github.com/LuaDist/luaxml"
38 -EGIT_REPO_URI="https://github.com/msva/luaxml"
39 +HOMEPAGE="http://viremo.eludi.net/LuaXML/"
40 +#EGIT_REPO_URI="https://github.com/msva/luaxml"
41
42 LICENSE="MIT"
43 SLOT="0"