@@ -, +, @@ --- profiles/updates/text.xml | 43 +++++++++++++++++++++++++++++++++++++++---- 1 files changed, 39 insertions(+), 4 deletions(-) --- a/profiles/updates/text.xml +++ a/profiles/updates/text.xml @@ -4,11 +4,46 @@ Profiles <c>updates/</c> Directory - -move and slotmove - +

+The files in the updates/ directory are organized by quarters of years +and are named Q<quarter>-<year>, e.g. Q1-2010 +(quarter count is one-based). +

+ +

+These files are simple text files, where each line contains one of the following +commands. Note that these only cause the package manager to adjust its metadata, +the actual changes to the package have to be done manually. +

+ + + + + + + + + move oldcat/oldpkg newcat/newpkg + + + Indicates the packages has been renamed, moved to another category, or + both. + + + + + slotmove atom oldslot newslot + + + Indicates that the atom specified has changed slots. + + +
+ Command + + Description +
- --