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 36EE4158020 for ; Thu, 24 Nov 2022 09:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C40CE0908; Thu, 24 Nov 2022 09:50:58 +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 321B0E0909 for ; Thu, 24 Nov 2022 09:50:58 +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 21BDA340F2B for ; Thu, 24 Nov 2022 09:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 335F2760 for ; Thu, 24 Nov 2022 09:50:55 +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: <1669283425.0f31e4e31e1eae8c6a205dd05c1104fffb4e18a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/less/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/less/less-612.ebuild X-VCS-Directories: sys-apps/less/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f31e4e31e1eae8c6a205dd05c1104fffb4e18a4 X-VCS-Branch: master Date: Thu, 24 Nov 2022 09:50:55 +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: b835cf61-bcf3-4d33-92a5-44a888a297e1 X-Archives-Hash: ba03bec5fb5ff42b1cc5c5487fb6ee30 commit: 0f31e4e31e1eae8c6a205dd05c1104fffb4e18a4 Author: Sam James gentoo org> AuthorDate: Thu Nov 24 09:28:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 24 09:50:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f31e4e3 sys-apps/less: add note re betas Signed-off-by: Sam James gentoo.org> sys-apps/less/less-612.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-apps/less/less-612.ebuild b/sys-apps/less/less-612.ebuild index 575e9a82356e..2c90aadd3c31 100644 --- a/sys-apps/less/less-612.ebuild +++ b/sys-apps/less/less-612.ebuild @@ -3,6 +3,11 @@ EAPI=8 +# Releases are usually first a beta then promoted to stable if no +# issues were found. Upstream explicitly ask "to not generally distribute" +# the beta versions. It's okay to keyword beta versions if they fix +# a serious bug, but otherwise try to avoid it. + DESCRIPTION="Excellent text file viewer" HOMEPAGE="http://www.greenwoodsoftware.com/less/" SRC_URI="http://www.greenwoodsoftware.com/less/${P}-beta.tar.gz"