Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: profiles/use.desc/, appendices/common-problems/, ebuild-writing/user-submitted/, ...
Date: Thu, 09 Jan 2020 21:25:11
Message-Id: 1578605078.0cd23b216690abcefacab37b5c4c36a50e713c42.ulm@gentoo
1 commit: 0cd23b216690abcefacab37b5c4c36a50e713c42
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 21:03:23 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 21:24:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0cd23b21
7
8 Fix broken internal links.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 appendices/common-problems/text.xml | 2 +-
13 ebuild-writing/common-mistakes/text.xml | 9 +++++----
14 ebuild-writing/user-submitted/text.xml | 6 +++---
15 profiles/use.desc/text.xml | 2 +-
16 4 files changed, 10 insertions(+), 9 deletions(-)
17
18 diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml
19 index 430e74b..c16608b 100644
20 --- a/appendices/common-problems/text.xml
21 +++ b/appendices/common-problems/text.xml
22 @@ -102,7 +102,7 @@ for security reasons. If this message is shown, you have a couple of options:
23 </li>
24 <li>
25 Use <c>append-ldflags</c> (see <uri
26 - link="ebuild-writing/functions/src_compile/build-environment/#Adding Additional Flags"/>)
27 + link="::ebuild-writing/functions/src_compile/build-environment#Adding Additional Flags"/>)
28 to add <c>-Wl,-z,now</c>. This will affect <e>all</e> binaries installed, not just the setXid ones.
29 </li>
30 </ul>
31
32 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
33 index b0f841a..9cd998c 100644
34 --- a/ebuild-writing/common-mistakes/text.xml
35 +++ b/ebuild-writing/common-mistakes/text.xml
36 @@ -367,8 +367,8 @@ Please check if the HOMEPAGE variable is right and leads users to the right
37 page if they want to find out more about the package. And make sure the
38 DESCRIPTION is not overly long. Good descriptions will describe the main
39 function of the package in a sentence. Set HOMEPAGE to
40 -<uri link="::ebuild-maintenance#Homepage unavailable">No_homepage wiki page</uri>,
41 -if there is none.
42 +<uri link="::ebuild-maintenance/maintenance-tasks#Homepage unavailable">
43 +No_homepage wiki page</uri>, if there is none.
44 </p>
45
46 </body>
47 @@ -450,8 +450,9 @@ at least when the ebuild hits the stable branch.
48 <body>
49
50 <p>
51 -Please submit ebuilds properly by following the <uri
52 -link="::ebuild-maintenance#adding-a-new-ebuild">Adding new Ebuild</uri> tutorial.
53 +Please submit ebuilds properly by following the
54 +<uri link="::ebuild-maintenance/maintenance-tasks#Adding a new ebuild">
55 +Adding new Ebuild</uri> tutorial.
56 </p>
57
58 </body>
59
60 diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml
61 index 2f384ca..b97af10 100644
62 --- a/ebuild-writing/user-submitted/text.xml
63 +++ b/ebuild-writing/user-submitted/text.xml
64 @@ -22,10 +22,10 @@ The user-submitted ebuild must not contain custom headers like this:
65
66 <p>
67 Such information should be included in the git commit message instead.
68 -The use of tags such as <c>Suggested-By:</c> or <c>Reported-By:</c>in
69 +The use of tags such as <c>Suggested-By:</c> or <c>Reported-By:</c> in
70 the commit message, as explained in the
71 -<uri link="::ebuild-maintenance#git-commit-message-format">commit
72 -message format section</uri>, is highly encouraged.
73 +<uri link="::ebuild-maintenance/git#Git Commit Message Format">
74 +commit message format section</uri>, is highly encouraged.
75 Note that ebuilds received in the form of git patches or pull requests
76 will have the user as the commit author by default, in which case
77 including the user information in the commit message explicitly
78
79 diff --git a/profiles/use.desc/text.xml b/profiles/use.desc/text.xml
80 index ddb081a..87df40c 100644
81 --- a/profiles/use.desc/text.xml
82 +++ b/profiles/use.desc/text.xml
83 @@ -14,7 +14,7 @@ discussion on the <c>gentoo-dev</c> list.
84 The <c>metadata.xml</c> file on each ebuild category contains a list of the local
85 <c>USE</c> flags, together with short description for the package in the said category.
86 More information about the <c>metadata.xml</c> file can be found
87 -<uri link="::ebuild-writing/misc-files/metadata/index.html">here.</uri>
88 +<uri link="::ebuild-writing/misc-files/metadata">here.</uri>
89 </p>
90
91 <note>