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/iluajit/files/, dev-lua/iluajit/
Date: Fri, 27 May 2016 22:14:01
Message-Id: 1464181762.2c481f352af476396598f0f9dc4a22a026b7fe67.mva@gentoo
1 commit: 2c481f352af476396598f0f9dc4a22a026b7fe67
2 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
3 AuthorDate: Wed May 25 13:09:22 2016 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Wed May 25 13:09:22 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=2c481f35
7
8 iluajit: bump
9
10 dev-lua/iluajit/files/iluajit | 2 +-
11 dev-lua/iluajit/iluajit-9999.ebuild | 15 ++++++---------
12 2 files changed, 7 insertions(+), 10 deletions(-)
13
14 diff --git a/dev-lua/iluajit/files/iluajit b/dev-lua/iluajit/files/iluajit
15 index 8c48baf..fe9c705 100755
16 --- a/dev-lua/iluajit/files/iluajit
17 +++ b/dev-lua/iluajit/files/iluajit
18 @@ -1,4 +1,4 @@
19 -#!luajit --
20 +#!/usr/bin/luajit --
21
22 -- Hide the shebang, since we don't hope env to be in /usr/bin, so just
23 -- executing LuaJIT from the PATH, and make a pokerface, like we called
24
25 diff --git a/dev-lua/iluajit/iluajit-9999.ebuild b/dev-lua/iluajit/iluajit-9999.ebuild
26 index bb0b648..7d0be0e 100644
27 --- a/dev-lua/iluajit/iluajit-9999.ebuild
28 +++ b/dev-lua/iluajit/iluajit-9999.ebuild
29 @@ -2,18 +2,16 @@
30 # Distributed under the terms of the GNU General Public License v2
31 # $Header: This ebuild is from Lua overlay; Bumped by mva; $
32
33 -EAPI="5"
34 +EAPI=6
35
36 -LUA_COMPAT="luajit2"
37 -VCS="git-r3"
38 +LUA_COMPAT=luajit2
39 +VCS=git
40 +GITHUB_A=jdesgats
41 +GITHUB_PN=ILuaJIT
42
43 inherit lua
44
45 DESCRIPTION="Readline powered shell for LuaJIT"
46 -HOMEPAGE="https://github.com/jdesgats/ILuaJIT"
47 -SRC_URI=""
48 -
49 -EGIT_REPO_URI="https://github.com/jdesgats/ILuaJIT.git"
50
51 LICENSE="MIT"
52 SLOT="0"
53 @@ -29,7 +27,7 @@ RDEPEND="
54 DEPEND="${RDEPEND}"
55
56 READMES=( README.md )
57 -HTML_DOCS=( html/ )
58 +HTML_DOCS=( html/. )
59
60 all_lua_prepare() {
61 use doc && luadoc . -d html
62 @@ -40,6 +38,5 @@ each_lua_install() {
63 }
64
65 all_lua_install() {
66 -# make_wrapper "${PN}" "luajit -l ${PN}"
67 dobin ${FILESDIR}/${PN}
68 }