From c731b26174f23830ac6be9684b545602cc57b8ea Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Tue, 26 Jul 2016 02:57:46 +0700 Subject: dev-lua/*: move to EAPI=6 + renewed lua.eclass --- dev-lua/lunit/lunit-9999.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'dev-lua/lunit') diff --git a/dev-lua/lunit/lunit-9999.ebuild b/dev-lua/lunit/lunit-9999.ebuild index 3a6f6af..0d8a46b 100644 --- a/dev-lua/lunit/lunit-9999.ebuild +++ b/dev-lua/lunit/lunit-9999.ebuild @@ -1,24 +1,23 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + +VCS="git" +GITHUB_A="dcurrie" -VCS="git-r3" inherit lua DESCRIPTION="A unit testing framework for Lua" HOMEPAGE="https://github.com/dcurrie/lunit" -SRC_URI="" - -EGIT_REPO_URI="https://github.com/dcurrie/${PN}" LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE="+examples" +IUSE="doc examples" -EXAMPLES=( examples/. ) -READMES=( README README.lunitx DOCUMENTATION ) +EXAMPLES=(examples/.) +DOCS=(README README.lunitx DOCUMENTATION) each_lua_install() { dolua lua/* -- cgit v1.2.3-65-gdbad