From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58477158020 for ; Sun, 23 Oct 2022 20:33:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A535AE08DD; Sun, 23 Oct 2022 20:33:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A800E08DD for ; Sun, 23 Oct 2022 20:33:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72407340EB8 for ; Sun, 23 Oct 2022 20:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8E8E628 for ; Sun, 23 Oct 2022 20:33:26 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1666557195.e34bda53d05e86d98ce4dfa0490e0458e79d91f2.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luajson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luajson/luajson-1.3.4-r100.ebuild dev-lua/luajson/luajson-1.3.4.ebuild dev-lua/luajson/metadata.xml X-VCS-Directories: dev-lua/luajson/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e34bda53d05e86d98ce4dfa0490e0458e79d91f2 X-VCS-Branch: master Date: Sun, 23 Oct 2022 20:33:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5a74d61-6be6-4ee4-a536-fa2c01dcc5c6 X-Archives-Hash: 2dd8a7b757797a3f40c7f0ac8365a03d commit: e34bda53d05e86d98ce4dfa0490e0458e79d91f2 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 23 20:31:43 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 23 20:33:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34bda53 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 gentoo.org> .../{luajson-1.3.4-r100.ebuild => luajson-1.3.4.ebuild} | 6 +++--- dev-lua/luajson/metadata.xml | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/dev-lua/luajson/luajson-1.3.4-r100.ebuild b/dev-lua/luajson/luajson-1.3.4.ebuild similarity index 90% rename from dev-lua/luajson/luajson-1.3.4-r100.ebuild rename to dev-lua/luajson/luajson-1.3.4.ebuild index d84fee782294..cabddc0c9358 100644 --- a/dev-lua/luajson/luajson-1.3.4-r100.ebuild +++ b/dev-lua/luajson/luajson-1.3.4.ebuild @@ -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 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 +