From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF7E013828C for ; Fri, 27 May 2016 22:14:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9719F14244; Fri, 27 May 2016 22:14:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D456B14244 for ; Fri, 27 May 2016 22:13:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0730340C30 for ; Fri, 27 May 2016 22:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C390615F5 for ; Fri, 27 May 2016 22:13:54 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1464181762.2c481f352af476396598f0f9dc4a22a026b7fe67.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/iluajit/files/, dev-lua/iluajit/ X-VCS-Repository: proj/lua X-VCS-Files: dev-lua/iluajit/files/iluajit dev-lua/iluajit/iluajit-9999.ebuild X-VCS-Directories: dev-lua/iluajit/ dev-lua/iluajit/files/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 2c481f352af476396598f0f9dc4a22a026b7fe67 X-VCS-Branch: master Date: Fri, 27 May 2016 22:13:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 24210a31-4cbb-4131-a1fa-9a4706c38c78 X-Archives-Hash: 4bc5ed372d6f78e03a743a3e33fadc0d commit: 2c481f352af476396598f0f9dc4a22a026b7fe67 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Wed May 25 13:09:22 2016 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Wed May 25 13:09:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=2c481f35 iluajit: bump dev-lua/iluajit/files/iluajit | 2 +- dev-lua/iluajit/iluajit-9999.ebuild | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/dev-lua/iluajit/files/iluajit b/dev-lua/iluajit/files/iluajit index 8c48baf..fe9c705 100755 --- a/dev-lua/iluajit/files/iluajit +++ b/dev-lua/iluajit/files/iluajit @@ -1,4 +1,4 @@ -#!luajit -- +#!/usr/bin/luajit -- -- Hide the shebang, since we don't hope env to be in /usr/bin, so just -- executing LuaJIT from the PATH, and make a pokerface, like we called diff --git a/dev-lua/iluajit/iluajit-9999.ebuild b/dev-lua/iluajit/iluajit-9999.ebuild index bb0b648..7d0be0e 100644 --- a/dev-lua/iluajit/iluajit-9999.ebuild +++ b/dev-lua/iluajit/iluajit-9999.ebuild @@ -2,18 +2,16 @@ # 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 -LUA_COMPAT="luajit2" -VCS="git-r3" +LUA_COMPAT=luajit2 +VCS=git +GITHUB_A=jdesgats +GITHUB_PN=ILuaJIT inherit lua DESCRIPTION="Readline powered shell for LuaJIT" -HOMEPAGE="https://github.com/jdesgats/ILuaJIT" -SRC_URI="" - -EGIT_REPO_URI="https://github.com/jdesgats/ILuaJIT.git" LICENSE="MIT" SLOT="0" @@ -29,7 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND}" READMES=( README.md ) -HTML_DOCS=( html/ ) +HTML_DOCS=( html/. ) all_lua_prepare() { use doc && luadoc . -d html @@ -40,6 +38,5 @@ each_lua_install() { } all_lua_install() { -# make_wrapper "${PN}" "luajit -l ${PN}" dobin ${FILESDIR}/${PN} }