From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1360448-garchives=archives.gentoo.org@lists.gentoo.org> 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 42A40158087 for <garchives@archives.gentoo.org>; Sat, 22 Jan 2022 21:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C26C2BC008; Sat, 22 Jan 2022 21:35: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF2862BC009 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Jan 2022 21:35:33 +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 41E44342DE1 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Jan 2022 21:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D332A7 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Jan 2022 21:35:30 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1642887287.20a8ffa9fdd1b9f30fd99346dc6c9f876a4af5f0.sam@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/package-moves/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-maintenance/package-moves/text.xml X-VCS-Directories: ebuild-maintenance/package-moves/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20a8ffa9fdd1b9f30fd99346dc6c9f876a4af5f0 X-VCS-Branch: master Date: Sat, 22 Jan 2022 21:35:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16dec3ed-a008-4919-872a-fd175b8338c0 X-Archives-Hash: 86bf97fec8fe430f5808ec80f3a3ffbc commit: 20a8ffa9fdd1b9f30fd99346dc6c9f876a4af5f0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 12 04:44:11 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 22 21:34:47 2022 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=20a8ffa9 ebuild-maintenance/package-moves: minor grammar and formatting nits - Drop a comma - Use <c>SLOT</c> Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/devmanual/pull/260 Signed-off-by: Sam James <sam <AT> gentoo.org> ebuild-maintenance/package-moves/text.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-maintenance/package-moves/text.xml b/ebuild-maintenance/package-moves/text.xml index 206436b..4180c17 100644 --- a/ebuild-maintenance/package-moves/text.xml +++ b/ebuild-maintenance/package-moves/text.xml @@ -47,7 +47,7 @@ the package. <p> Afterwards, move the package files using <c>git mv</c>. Add the move entry -to <c>profiles/updates/</c>, in the following format: +to <c>profiles/updates/</c> in the following format: </p> <pre> @@ -96,8 +96,8 @@ during the update. <body> <p> -The process for changing the ebuild's SLOT (a "slotmove") is very similar to the -previous process. Besides changing the SLOT in the ebuild file, you +The process for changing the ebuild's <c>SLOT</c> (a "slotmove") is very similar to the +previous process. Besides changing the <c>SLOT</c> in the ebuild file, you also need to create a new entry in <c>profiles/updates/</c> in the Gentoo repository in the following format: </p>