diff options
author | 2016-07-26 02:57:46 +0700 | |
---|---|---|
committer | 2016-07-26 02:57:46 +0700 | |
commit | c731b26174f23830ac6be9684b545602cc57b8ea (patch) | |
tree | cced31053d78b2b5c5d429a3ec5d66a45a5bf820 /dev-lua/profi/profi-1.3.ebuild | |
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/profi/profi-1.3.ebuild')
-rw-r--r-- | dev-lua/profi/profi-1.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-lua/profi/profi-1.3.ebuild b/dev-lua/profi/profi-1.3.ebuild new file mode 100644 index 0000000..c16e67c --- /dev/null +++ b/dev-lua/profi/profi-1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +GIST_A="perky" +GIST_ID="2838755" +GIST_SHA="78e573ca38b859c8639427c52d2c850736969bc7" + +inherit lua + +DESCRIPTION="a Lua Profiler" +HOMEPAGE="https://gist.github.com/perky/2838755" +SRC_URI="https://gist.github.com/${GIST_A}/${GIST_ID}/archive/${GIST_SHA}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="x86 amd64 ppc mips arm" +IUSE="" + +LUA_S="${GIST_ID}-${GIST_SHA}" + +each_lua_install() { + dolua ProFi.lua +} |