Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 314555 | Differences between
and this patch

Collapse All | Expand All

(-)a/profiles/updates/text.xml (-5 / +39 lines)
Lines 4-14 Link Here
4
<title>Profiles <c>updates/</c> Directory</title>
4
<title>Profiles <c>updates/</c> Directory</title>
5
<body>
5
<body>
6
6
7
<todo>
7
<p>
8
move and slotmove
8
The files in the <c>updates/</c> directory are organized by quarters of years
9
</todo>
9
and are named <c>&lt;quarter&gt;Q-&lt;year&gt;</c>, e.g. <c>1Q-2010</c>
10
(quarter count is one-based).
11
</p>
12
13
<p>
14
These files are simple text files, where each line contains one of the following
15
commands. Note that these only cause the package manager to adjust its metadata,
16
the actual changes to the package have to be done manually.
17
</p>
18
19
<table>
20
  <tr>
21
    <th>
22
      Command
23
    </th>
24
    <th>
25
      Description
26
    </th>
27
  </tr>
28
  <tr>
29
    <ti>
30
      <c>move oldcat/oldpkg newcat/newpkg</c>
31
    </ti>
32
    <ti>
33
      Indicates the packages has been renamed, moved to another category, or
34
      both.
35
    </ti>
36
  </tr>
37
  <tr>
38
    <ti>
39
      <c>slotmove atom oldslot newslot</c>
40
    </ti>
41
    <ti>
42
      Indicates that the atom specified has changed slots.
43
    </ti>
44
  </tr>
45
</table>
10
46
11
</body>
47
</body>
12
</chapter>
48
</chapter>
13
</guide>
49
</guide>
14
15
- 

Return to bug 314555