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 BC67A15808A for ; Sun, 10 Sep 2023 12:25:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEF212BC01D; Sun, 10 Sep 2023 12:25:34 +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 ADD952BC01C for ; Sun, 10 Sep 2023 12:25:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87269335C47 for ; Sun, 10 Sep 2023 12:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08326F35 for ; Sun, 10 Sep 2023 12:25:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1694348696.e0122b97e2aeeb939c5ae668caf46f3b054b14bf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/luajit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild X-VCS-Directories: dev-lang/luajit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e0122b97e2aeeb939c5ae668caf46f3b054b14bf X-VCS-Branch: master Date: Sun, 10 Sep 2023 12:25:32 +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: 6389b9e1-1f6b-4af2-85c4-192020bed07a X-Archives-Hash: 22e52b351835e5472c0f02879e88c4a6 commit: e0122b97e2aeeb939c5ae668caf46f3b054b14bf Author: Sam James gentoo org> AuthorDate: Sun Sep 10 12:24:45 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 10 12:24:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0122b97 dev-lang/luajit: add note wrt snapshots Signed-off-by: Sam James gentoo.org> dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild | 10 +++++++++- dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild b/dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild index eb39eee7fe3a..295ee5f81527 100644 --- a/dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild +++ b/dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild @@ -1,9 +1,17 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GIT_COMMIT=1d7b5029c5ba36870d25c67524034d452b761d27 +# Upstream don't make releases anymore and instead have a (broken) "rolling git tag" +# model. +# +# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583 +# https://www.freelists.org/post/luajit/LuaJIT-uses-rolling-releases +# +# Regular snapshots should be made from the v2.1 branch. + inherit pax-utils toolchain-funcs MY_PV="$(ver_cut 1-5)" diff --git a/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild b/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild index 50473d2a29c6..96c32b35f626 100644 --- a/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild +++ b/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild @@ -4,6 +4,14 @@ EAPI=7 GIT_COMMIT=0065cff7e0222c234b75a71e72b8883df5d000c2 +# Upstream don't make releases anymore and instead have a (broken) "rolling git tag" +# model. +# +# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583 +# https://www.freelists.org/post/luajit/LuaJIT-uses-rolling-releases +# +# Regular snapshots should be made from the v2.1 branch. + inherit pax-utils toolchain-funcs MY_PV="$(ver_cut 1-5)"