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 892D513835A for ; Mon, 17 May 2021 16:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCCDBE0822; Mon, 17 May 2021 16:16:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B628BE0822 for ; Mon, 17 May 2021 16:16:09 +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 C1B17341013 for ; Mon, 17 May 2021 16:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D4BE78D for ; Mon, 17 May 2021 16:16:07 +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: <1621227267.7acf481bb9839e7479eab235116a0301416575bc.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: tree-layout.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7acf481bb9839e7479eab235116a0301416575bc X-VCS-Branch: eapi-8 Date: Mon, 17 May 2021 16:16:07 +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: 41cdcb0e-0aa1-4a34-8182-3b49d7e53671 X-Archives-Hash: 09a77902427a4b808402130c0cdad027 commit: 7acf481bb9839e7479eab235116a0301416575bc Author: Ulrich Müller gentoo org> AuthorDate: Sun May 16 16:51:28 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 17 04:54:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=7acf481b Clarify that package moves are processed in no particular order Bug: https://bugs.gentoo.org/296713#c14 Signed-off-by: Ulrich Müller gentoo.org> tree-layout.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tree-layout.tex b/tree-layout.tex index b42bd3f..4fceb87 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -224,6 +224,9 @@ The second form instructs the package manager that any currently installed packa package dependency specification \t{spec} whose \t{SLOT} is set to \t{slot1} should have it updated to \t{slot2}. +It is unspecified in what order the files in the \t{updates} directory or the lines in any given +file are processed. + Any name that has appeared as the origin of a move must not be reused in the future. Any slot that has appeared as the origin of a slot move may not be used by packages matching the spec of that slot move in the future.