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: ebuild-writing/variables/, general-concepts/news/, general-concepts/use-flags/, ...
Date: Fri, 27 Oct 2017 20:55:07
Message-Id: 1507923763.ae0773cde16a652bf9121f37d0383c03a9df14e9.ulm@gentoo
1 commit: ae0773cde16a652bf9121f37d0383c03a9df14e9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 13 19:36:11 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 13 19:42:43 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ae0773cd
7
8 Update links to GLEPs.
9
10 GLEPs have been moved to https://www.gentoo.org/glep/.
11
12 Bug: https://bugs.gentoo.org/634198
13
14 ebuild-writing/file-format/text.xml | 4 ++--
15 ebuild-writing/misc-files/metadata/text.xml | 8 ++++----
16 ebuild-writing/variables/text.xml | 2 +-
17 general-concepts/herds-and-projects/text.xml | 2 +-
18 general-concepts/licenses/text.xml | 2 +-
19 general-concepts/news/text.xml | 2 +-
20 general-concepts/use-flags/text.xml | 6 ++----
21 keywording/text.xml | 4 ++--
22 8 files changed, 14 insertions(+), 16 deletions(-)
23
24 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
25 index 754b81e..56758f1 100644
26 --- a/ebuild-writing/file-format/text.xml
27 +++ b/ebuild-writing/file-format/text.xml
28 @@ -195,8 +195,8 @@ positions wide, and multibyte characters are just one position wide.
29 <body>
30 <p>
31 All ebuilds (and eclasses, metadata files and ChangeLogs) must use the
32 -UTF-8 character set. See <uri
33 -link="https://wiki.gentoo.org/wiki/GLEP:31">GLEP 31</uri>
34 +UTF-8 character set.
35 +See <uri link="https://www.gentoo.org/glep/glep-0031.html">GLEP 31</uri>
36 for details.
37 </p>
38 </body>
39
40 diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
41 index 44a8554..35179c9 100644
42 --- a/ebuild-writing/misc-files/metadata/text.xml
43 +++ b/ebuild-writing/misc-files/metadata/text.xml
44 @@ -15,9 +15,9 @@ package or category.
45
46 <p>
47 A metadata file follows the syntax defined in
48 -<uri link="https://wiki.gentoo.org/wiki/GLEP:68">GLEP 68</uri>.
49 +<uri link="https://www.gentoo.org/glep/glep-0068.html">GLEP 68</uri>.
50 The character set <b>must</b> be UTF-8 as specified by
51 -<uri link="https://wiki.gentoo.org/wiki/GLEP:31">GLEP 31</uri>.
52 +<uri link="https://www.gentoo.org/glep/glep-0031.html">GLEP 31</uri>.
53 </p>
54
55 <p>
56 @@ -367,7 +367,7 @@ part of regular package maintenance.
57 <p>
58 Unless specified otherwise, the maintainer who is listed in the
59 metadata first shall be the assignee for the bugs for that package as
60 -per <uri link="https://wiki.gentoo.org/wiki/GLEP:67#Bug_assignment">
61 +per <uri link="https://www.gentoo.org/glep/glep-0067.html#bug-assignment">
62 GLEP 67</uri>.
63 </p>
64
65 @@ -622,7 +622,7 @@ specified in the <c>&lt;subslots&gt;</c> tag.
66 <p>
67 Maintainer-needed, or orphaned, packages have no maintainers
68 responsible for them. Per
69 -<uri link="https://wiki.gentoo.org/wiki/GLEP:67#Case_of_maintainer-needed_packages">
70 +<uri link="https://www.gentoo.org/glep/glep-0067.html#case-of-maintainer-needed-packages">
71 GLEP 67</uri>, these packages must not contain any &lt;maintainer&gt;
72 subtags under &lt;pkgmetadata&gt; in their <c>metadata.xml</c>. By
73 convention, a comment line containing the string <c>maintainer-needed</c>
74
75 diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
76 index 6a6bbe8..3a14b1c 100644
77 --- a/ebuild-writing/variables/text.xml
78 +++ b/ebuild-writing/variables/text.xml
79 @@ -415,7 +415,7 @@ listed.
80 <p>
81 It is possible to specify multiple <c>LICENSE</c> entries, and entries which only
82 apply if a particular <c>USE</c> flag is set. The format is the same as for
83 -<c>DEPEND</c>. See <uri link="https://wiki.gentoo.org/wiki/GLEP:23">
84 +<c>DEPEND</c>. See <uri link="https://www.gentoo.org/glep/glep-0023.html">
85 GLEP 23</uri> for details.
86 </p>
87
88
89 diff --git a/general-concepts/herds-and-projects/text.xml b/general-concepts/herds-and-projects/text.xml
90 index 81b1885..72b4060 100644
91 --- a/general-concepts/herds-and-projects/text.xml
92 +++ b/general-concepts/herds-and-projects/text.xml
93 @@ -12,7 +12,7 @@
94 <p>
95 The management structure of Gentoo, called the "metastructure", is
96 defined in
97 -<uri link="https://wiki.gentoo.org/wiki/GLEP:39#Specification">
98 +<uri link="https://www.gentoo.org/glep/glep-0039.html#specification">
99 GLEP 39</uri>. In Gentoo, a project is a group of developers working
100 towards a common goal in various different areas. For example, the
101 <uri link="https://wiki.gentoo.org/wiki/Project:Devmanual">
102
103 diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml
104 index 0829fcc..612b1a6 100644
105 --- a/general-concepts/licenses/text.xml
106 +++ b/general-concepts/licenses/text.xml
107 @@ -31,7 +31,7 @@ PDF files rather than plain text <d/> this should only be done if we
108 are legally required to do so.
109 Finally you need to check if your license should be added to a license group
110 as listed in $PORTDIR/profiles/license_groups. For more information see the
111 -<uri link="https://wiki.gentoo.org/wiki/GLEP:23">GLEP 23</uri>
112 +<uri link="https://www.gentoo.org/glep/glep-0023.html">GLEP 23</uri>.
113 </p>
114
115 <p>
116
117 diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.xml
118 index aabeec9..2484ea8 100644
119 --- a/general-concepts/news/text.xml
120 +++ b/general-concepts/news/text.xml
121 @@ -7,7 +7,7 @@
122 <p>
123 Gentoo News Items were created to provide a communication medium to push critical
124 messages to users via the rsync tree. The original proposal for news items is outlined
125 -in <uri link="https://wiki.gentoo.org/wiki/GLEP:42">GLEP 42: Critical News Reporting.</uri>
126 +in <uri link="https://www.gentoo.org/glep/glep-0042.html">GLEP 42: Critical News Reporting.</uri>
127 </p>
128
129 <p>
130
131 diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml
132 index f187808..4728d0f 100644
133 --- a/general-concepts/use-flags/text.xml
134 +++ b/general-concepts/use-flags/text.xml
135 @@ -161,8 +161,7 @@ RDEPEND="fakemedia? ( >=media-libs/fakemedia-1-1 )"
136 package's <c>metadata.xml</c> and may be used by tools that parse the tree.
137 Since <c>use.local.desc</c> is automatically generated it must never be
138 manually editted in the tree.
139 - See
140 - <uri link="https://wiki.gentoo.org/wiki/GLEP:56">GLEP 56</uri>
141 + See <uri link="https://www.gentoo.org/glep/glep-0056.html">GLEP 56</uri>
142 for more info.
143 </p>
144 <p>
145 @@ -258,8 +257,7 @@ src_compile() {
146 The current architecture (e.g. <c>x86</c>, <c>sparc</c>, <c>ppc-macos</c>)
147 will automatically be set as a USE flag as well. See
148 <c>profiles/arch.list</c> for a full list of valid architecture keywords,
149 - and
150 - <uri link="https://wiki.gentoo.org/wiki/GLEP:22">GLEP 22</uri>
151 + and <uri link="https://www.gentoo.org/glep/glep-0022.html">GLEP 22</uri>
152 for an explanation of the format.
153 </p>
154
155
156 diff --git a/keywording/text.xml b/keywording/text.xml
157 index 422e15b..5ad2c75 100644
158 --- a/keywording/text.xml
159 +++ b/keywording/text.xml
160 @@ -19,7 +19,7 @@ each given arch (<c>sparc</c>, <c>ppc</c>, <c>x86-obsd</c>, ...).
161
162 <note>
163 The term 'arch' is used in this sense for historical reasons. As a result
164 -of <uri link="https://wiki.gentoo.org/wiki/GLEP:22">GLEP 22</uri>
165 +of <uri link="https://www.gentoo.org/glep/glep-0022.html">GLEP 22</uri>
166 and the various non-Linux ports, this is no longer a particularly
167 accurate term.
168 </note>
169 @@ -234,7 +234,7 @@ to make individual arrangements <d /> the arch teams are happy for help, so long
170 they know what is going on. Please note that <c>x86</c> is now no longer an exception
171 and stabilisation must be done through the <c>x86</c> arch team unless you have
172 individual arrangements <d /> see
173 -<uri link="https://wiki.gentoo.org/wiki/GLEP:40">GLEP 40</uri>
174 +<uri link="https://www.gentoo.org/glep/glep-0040.html">GLEP 40</uri>
175 for further details.
176 </p>