diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 21:17:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 23:55:36 +0100 |
commit | 346907f70e5705a5e36268899a98c255fe8e7e9a (patch) | |
tree | 11354738c7ede9dd0a390577e63e6e5a8dd2a6e1 /dev-lua | |
parent | dev-lua/lua-argparse: update EAPI 7 -> 8 (diff) | |
download | gentoo-346907f70e5705a5e36268899a98c255fe8e7e9a.tar.gz gentoo-346907f70e5705a5e36268899a98c255fe8e7e9a.tar.bz2 gentoo-346907f70e5705a5e36268899a98c255fe8e7e9a.zip |
dev-lua/lua-argparse: drop 0.7.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild deleted file mode 100644 index 5823ece867f9..000000000000 --- a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..4} luajit ) - -inherit lua toolchain-funcs - -DESCRIPTION="Feature-rich command line parser for Lua" -HOMEPAGE="https://github.com/luarocks/argparse" -SRC_URI="https://github.com/luarocks/${PN/lua-/}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN//lua-/}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND="${LUA_DEPS}" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -lua_src_install() { - insinto "$(lua_get_lmod_dir)" - doins src/argparse.lua -} - -src_install() { - default - lua_foreach_impl lua_src_install -} |