From 986ca8f1dd6eca7c9a1b099a9a652bc9710786b1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 1 Jan 2022 11:15:26 +0000 Subject: ebuild-maintenance/package-moves: add common terms for pkgmove/slotmove Signed-off-by: Sam James --- ebuild-maintenance/package-moves/text.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'ebuild-maintenance') diff --git a/ebuild-maintenance/package-moves/text.xml b/ebuild-maintenance/package-moves/text.xml index 21cd245..93e0dcf 100644 --- a/ebuild-maintenance/package-moves/text.xml +++ b/ebuild-maintenance/package-moves/text.xml @@ -35,12 +35,13 @@ the following must be noted:

-Moving or renaming a package requires several operations. Firstly, verify that -the ebuilds will continue to work correctly after the move. If the category -changes, you must verify all ${CATEGORY} uses. If the package name -changes, you must verify ${PN}, ${P}, etc. Whenever the old value -is necessary, substitute the variable reference with the verbatim text, so that -it won't get affected by the move. Commit the changes separately before moving +Moving or renaming a package (sometimes called a "pkgmove" or just "move") +requires several operations. Firstly, verify that the ebuilds will continue to +work correctly after the move. If the category changes, you must verify all +${CATEGORY} uses. If the package name changes, you must verify +${PN}, ${P}, etc. Whenever the old value is necessary, +substitute the variable reference with the verbatim text, so that it won't get +affected by the move. Commit the changes separately before moving the package.

@@ -92,7 +93,7 @@ during the update.

-The process for changing the ebuild's SLOT is very similar to the +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 also need to create a new entry in profiles/updates/ in the Gentoo repository in the following format: -- cgit v1.2.3-65-gdbad