From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-lua/lua-argparse/Manifest | 2 +- dev-lua/lua-argparse/lua-argparse-0.7.1-r1.ebuild | 32 +++++++++++++++++++++++ dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild | 32 ----------------------- 3 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 dev-lua/lua-argparse/lua-argparse-0.7.1-r1.ebuild delete mode 100644 dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild (limited to 'dev-lua/lua-argparse') diff --git a/dev-lua/lua-argparse/Manifest b/dev-lua/lua-argparse/Manifest index 74fa8489bebf..4e1e51f50982 100644 --- a/dev-lua/lua-argparse/Manifest +++ b/dev-lua/lua-argparse/Manifest @@ -1,3 +1,3 @@ DIST lua-argparse-0.7.1.tar.gz 43778 BLAKE2B 6bc6a3dee3fd98cb8c00fa3ccb3ae9ffdb9f2707d80dd7f5717e1265430731957b756672ed4acd9222c686108f8a8b8c71c71285c2540e818396faf302c1d287 SHA512 f192d0c591516a74408a19c0bbf34233be180f63794211a951d19fc8d981749bc71eace16a4680c8f2bb302ab48958c6a9ffc84022a1754275fc1f9113ae32b0 -EBUILD lua-argparse-0.7.1.ebuild 737 BLAKE2B e88b2966b97d6df2e85a6ffab728a119ec7b3d372d3279cc9455b26820519ba9e292bfe9329fa9d8bfc985715fdb3671944783c06b406d6c1c53193587f7961a SHA512 71b245b704dab98f2f5dbed04c9c0591b1a009580b9d26f2d21915619b351a2f14bafa23f0ee04a7fcfea7d52a0eec4e8dd5b0f9ef2d68eeedaeebc0b166dcf9 +EBUILD lua-argparse-0.7.1-r1.ebuild 737 BLAKE2B 6f62adf69af264bb9d3785008f23de4e320ca3556c9d4551c4d3e7567f19d64eb334af5b29d869d0371f308417e5a05d076d93511ca723c215c6d91dd6644d91 SHA512 0a79d9b8f7aaf59c46e9eb3ca8219b7ca538e543230c667dc3272cd5d329e799540b4f1664070df791754e7c9e258bd26510c9e60c57e5c63bb7607951bf7cdc MISC metadata.xml 720 BLAKE2B 2d0f8be0f8fee0135a5f7138f3e101181ea3a2812ce6a66ab394712271c722b43fa2d826c65551cfafd304a9fb7b437e6d7deed63aace7c139967e6c44f67547 SHA512 e3aedd2cc7908019da61bc54aa737e1523280db3d3e8cc8a5208962b9bbce8e2597506ccc245f4617e54e34f3877d45dcca541d36244d0e8a40d9a92d808928c diff --git a/dev-lua/lua-argparse/lua-argparse-0.7.1-r1.ebuild b/dev-lua/lua-argparse/lua-argparse-0.7.1-r1.ebuild new file mode 100644 index 000000000000..a5ec5f1a7f61 --- /dev/null +++ b/dev-lua/lua-argparse/lua-argparse-0.7.1-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 +} 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 -} -- cgit v1.2.3