From e34bda53d05e86d98ce4dfa0490e0458e79d91f2 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 23 Oct 2022 22:31:43 +0200 Subject: dev-lua/luajson: add 1.3.4, drop 1.3.4-r100 Added lua5.4 support, dropped -r100 suffix, as I don't expect any new release in next time. Also taking ownership. Closes: https://bugs.gentoo.org/877413 Signed-off-by: Conrad Kostecki --- dev-lua/luajson/luajson-1.3.4-r100.ebuild | 37 ------------------------------- dev-lua/luajson/luajson-1.3.4.ebuild | 37 +++++++++++++++++++++++++++++++ dev-lua/luajson/metadata.xml | 11 +++++---- 3 files changed, 44 insertions(+), 41 deletions(-) delete mode 100644 dev-lua/luajson/luajson-1.3.4-r100.ebuild create mode 100644 dev-lua/luajson/luajson-1.3.4.ebuild (limited to 'dev-lua') diff --git a/dev-lua/luajson/luajson-1.3.4-r100.ebuild b/dev-lua/luajson/luajson-1.3.4-r100.ebuild deleted file mode 100644 index d84fee782294..000000000000 --- a/dev-lua/luajson/luajson-1.3.4-r100.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..3} luajit ) - -inherit lua - -DESCRIPTION="JSON Parser/Constructor for Lua" -HOMEPAGE="https://www.eharning.us/wiki/luajson/" -SRC_URI="https://github.com/harningt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" - -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND="dev-lua/lpeg[${LUA_USEDEP}]" - -# Require lunitx, which is not in the tree yet -RESTRICT="test" - -DOCS=( README.md docs/ReleaseNotes-${PV}.txt docs/LuaJSON.txt ) - -# nothing to compile -src_compile() { :; } - -lua_src_install() { - emake DESTDIR="${ED}" INSTALL_LMOD="$(lua_get_lmod_dir)" install -} - -src_install() { - lua_foreach_impl lua_src_install - einstalldocs -} diff --git a/dev-lua/luajson/luajson-1.3.4.ebuild b/dev-lua/luajson/luajson-1.3.4.ebuild new file mode 100644 index 000000000000..cabddc0c9358 --- /dev/null +++ b/dev-lua/luajson/luajson-1.3.4.ebuild @@ -0,0 +1,37 @@ +# 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 + +DESCRIPTION="JSON Parser/Constructor for Lua" +HOMEPAGE="https://www.eharning.us/wiki/luajson/" +SRC_URI="https://github.com/harningt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" + +REQUIRED_USE="${LUA_REQUIRED_USE}" + +RDEPEND="dev-lua/lpeg[${LUA_USEDEP}]" + +# Require lunitx, which is not in the tree yet +RESTRICT="test" + +DOCS=( README.md docs/ReleaseNotes-${PV}.txt docs/LuaJSON.txt ) + +# nothing to compile +src_compile() { :; } + +lua_src_install() { + emake DESTDIR="${ED}" INSTALL_LMOD="$(lua_get_lmod_dir)" install +} + +src_install() { + lua_foreach_impl lua_src_install + einstalldocs +} diff --git a/dev-lua/luajson/metadata.xml b/dev-lua/luajson/metadata.xml index ef117d229b64..b201c0bb4186 100644 --- a/dev-lua/luajson/metadata.xml +++ b/dev-lua/luajson/metadata.xml @@ -1,8 +1,11 @@ - - - harningt/luajson - + + conikost@gentoo.org + Conrad Kostecki + + + harningt/luajson + -- cgit v1.2.3-65-gdbad