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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2565513835A for ; Tue, 30 Mar 2021 07:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 626F5E0827; Tue, 30 Mar 2021 07:32:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EF79E0827 for ; Tue, 30 Mar 2021 07:32:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3921F340A85 for ; Tue, 30 Mar 2021 07:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 713B2635 for ; Tue, 30 Mar 2021 07:32:18 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1617089481.15e584879453707f3ffdd5ec94dc9f2a10a8832a.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/file-format/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/file-format/text.xml X-VCS-Directories: ebuild-writing/file-format/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 15e584879453707f3ffdd5ec94dc9f2a10a8832a X-VCS-Branch: master Date: Tue, 30 Mar 2021 07:32:18 +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: c4cef507-a026-49e4-9bc2-e3386cd09a70 X-Archives-Hash: 6df1e41a35336ba6a0d0843a748dc23e commit: 15e584879453707f3ffdd5ec94dc9f2a10a8832a Author: Sam James gentoo org> AuthorDate: Sun Mar 21 04:21:22 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 30 07:31:21 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=15e58487 ebuild-writing/file-format: mention 99999999 as live for YYYYMMDD versions Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/file-format/text.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml index ff738c2..bd87629 100644 --- a/ebuild-writing/file-format/text.xml +++ b/ebuild-writing/file-format/text.xml @@ -137,7 +137,9 @@ is $(upcoming-version)_preYYYYMMDD.

The policy for so-called live ebuilds (see ) -is to use 9999 as the version (or as the last version component). +is to use 9999 as the version (or as the last version component). For +packages with more than 4 digits e.g. YYYYMMDD format, 99999999 is an +acceptable alternative.