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 <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2022-10-23 22:31:43 +02:00
parent 0160d3e746
commit e34bda53d0
2 changed files with 10 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
LUA_COMPAT=( lua5-{1..3} luajit )
LUA_COMPAT=( lua5-{1..4} luajit )
inherit lua

View File

@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">harningt/luajson</remote-id>
</upstream>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
<upstream>
<remote-id type="github">harningt/luajson</remote-id>
</upstream>
</pkgmetadata>