Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/package-moves/
Date: Sat, 22 Jan 2022 21:35:35
Message-Id: 1642887287.20a8ffa9fdd1b9f30fd99346dc6c9f876a4af5f0.sam@gentoo
1 commit: 20a8ffa9fdd1b9f30fd99346dc6c9f876a4af5f0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 12 04:44:11 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 21:34:47 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=20a8ffa9
7
8 ebuild-maintenance/package-moves: minor grammar and formatting nits
9
10 - Drop a comma
11 - Use <c>SLOT</c>
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14 Closes: https://github.com/gentoo/devmanual/pull/260
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 ebuild-maintenance/package-moves/text.xml | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/ebuild-maintenance/package-moves/text.xml b/ebuild-maintenance/package-moves/text.xml
21 index 206436b..4180c17 100644
22 --- a/ebuild-maintenance/package-moves/text.xml
23 +++ b/ebuild-maintenance/package-moves/text.xml
24 @@ -47,7 +47,7 @@ the package.
25
26 <p>
27 Afterwards, move the package files using <c>git mv</c>. Add the move entry
28 -to <c>profiles/updates/</c>, in the following format:
29 +to <c>profiles/updates/</c> in the following format:
30 </p>
31
32 <pre>
33 @@ -96,8 +96,8 @@ during the update.
34 <body>
35
36 <p>
37 -The process for changing the ebuild's SLOT (a "slotmove") is very similar to the
38 -previous process. Besides changing the SLOT in the ebuild file, you
39 +The process for changing the ebuild's <c>SLOT</c> (a "slotmove") is very similar to the
40 +previous process. Besides changing the <c>SLOT</c> in the ebuild file, you
41 also need to create a new entry in <c>profiles/updates/</c> in
42 the Gentoo repository in the following format:
43 </p>