Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: keywording/, general-concepts/news/, ebuild-writing/variables/, ...
Date: Mon, 31 Mar 2014 17:29:38
Message-Id: 1396286841.a5c7a15d308328339d9c0b7236f5e6743aba1088.hwoarang@gentoo
1 commit: a5c7a15d308328339d9c0b7236f5e6743aba1088
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 13 21:36:56 2014 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 31 17:27:21 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=a5c7a15d
7
8 update GLEP links to new wiki location
9
10 GLEPs have been moved to wiki.g.o - update all GLEP links to the new location
11
12 X-Gentoo-Bug: 504526
13 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=504526
14
15 ---
16 ebuild-writing/file-format/text.xml | 2 +-
17 ebuild-writing/misc-files/metadata/text.xml | 6 +++---
18 ebuild-writing/variables/text.xml | 2 +-
19 general-concepts/licenses/text.xml | 2 +-
20 general-concepts/news/text.xml | 2 +-
21 general-concepts/use-flags/text.xml | 4 ++--
22 keywording/text.xml | 4 ++--
23 7 files changed, 11 insertions(+), 11 deletions(-)
24
25 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
26 index 9d00e6b..52216d1 100644
27 --- a/ebuild-writing/file-format/text.xml
28 +++ b/ebuild-writing/file-format/text.xml
29 @@ -158,7 +158,7 @@ positions wide, and multibyte characters are just one position wide.
30 <p>
31 All ebuilds (and eclasses, metadata files and ChangeLogs) must use the
32 UTF-8 character set. See <uri
33 -link="http://www.gentoo.org/proj/en/glep/glep-0031.html">GLEP 31</uri>
34 +link="https://wiki.gentoo.org/wiki/GLEP:31">GLEP 31</uri>
35 for details.
36 </p>
37 </body>
38
39 diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
40 index 79e3291..4b8d042 100644
41 --- a/ebuild-writing/misc-files/metadata/text.xml
42 +++ b/ebuild-writing/misc-files/metadata/text.xml
43 @@ -54,7 +54,7 @@ A <path>metadata.xml</path> file can contain a number of tags:
44 </ti>
45 <ti>
46 This is the root element of the <path>metadata.xml</path> file for
47 - categories as per <uri link="/proj/en/glep/glep-0034.html">GLEP 34</uri>.
48 + categories as per <uri link="https://wiki.gentoo.org/wiki/GLEP:34">GLEP 34</uri>.
49 It has no attributes. It contains a number of
50 <brite>&lt;longdescription&gt;</brite> tags, each for a different
51 language.
52 @@ -496,9 +496,9 @@ the XML can be validated.
53 <p>
54 For categories, <c>metadata.xml</c> specifies a long description (in
55 English and optionally in other languages). The format is specified
56 -formally in <uri link="http://www.gentoo.org/proj/en/glep/glep-0034.html">
57 +formally in <uri link="https://wiki.gentoo.org/wiki/GLEP:34">
58 GLEP 34</uri>, and the character set <b>must</b> be UTF-8 as specified
59 -by <uri link="http://www.gentoo.org/proj/en/glep/glep-0031.html">GLEP
60 +by <uri link="https://wiki.gentoo.org/wiki/GLEP:31">GLEP
61 31</uri>. A typical example:
62 </p>
63
64
65 diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
66 index d2e97cb..abe66ce 100644
67 --- a/ebuild-writing/variables/text.xml
68 +++ b/ebuild-writing/variables/text.xml
69 @@ -352,7 +352,7 @@ listed.
70 <p>
71 It is possible to specify multiple <c>LICENSE</c> entries, and entries which only
72 apply if a particular <c>USE</c> flag is set. The format is the same as for
73 -<c>DEPEND</c>. See <uri link="http://www.gentoo.org/proj/en/glep/glep-0023.html">
74 +<c>DEPEND</c>. See <uri link="https://wiki.gentoo.org/wiki/GLEP:23">
75 GLEP 23</uri> for details.
76 </p>
77
78
79 diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml
80 index f98f303..ba75969 100644
81 --- a/general-concepts/licenses/text.xml
82 +++ b/general-concepts/licenses/text.xml
83 @@ -31,7 +31,7 @@ PDF files rather than plain text <d/> this should only be done if we
84 are legally required to do so.
85 Finally you need to check if your license should be added to a license group
86 as listed in $PORTDIR/profiles/license_groups. For more information see the
87 -<uri link="http://www.gentoo.org/proj/en/glep/glep-0023.html">GLEP 23</uri>
88 +<uri link="https://wiki.gentoo.org/wiki/GLEP:23">GLEP 23</uri>
89 </p>
90
91 <p>
92
93 diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.xml
94 index 77c7f5f..d84134e 100644
95 --- a/general-concepts/news/text.xml
96 +++ b/general-concepts/news/text.xml
97 @@ -7,7 +7,7 @@
98 <p>
99 Gentoo News Items were created to provide a communication medium to push critical
100 messages to users via the rsync tree. The original proposal for news items is outlined
101 -in <uri link="http://www.gentoo.org/proj/en/glep/glep-0042.html">GLEP 42: Critical News Reporting.</uri>
102 +in <uri link="https://wiki.gentoo.org/wiki/GLEP:42">GLEP 42: Critical News Reporting.</uri>
103 </p>
104
105 <p>
106
107 diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml
108 index 85523fc..2e20593 100644
109 --- a/general-concepts/use-flags/text.xml
110 +++ b/general-concepts/use-flags/text.xml
111 @@ -162,7 +162,7 @@ RDEPEND="fakemedia? ( >=media-libs/fakemedia-1-1 )"
112 Since <c>use.local.desc</c> is automatically generated it must never be
113 manually editted in the tree.
114 See
115 - <uri link="http://www.gentoo.org/proj/en/glep/glep-0056.html">GLEP 56</uri>
116 + <uri link="https://wiki.gentoo.org/wiki/GLEP:56">GLEP 56</uri>
117 for more info.
118 </p>
119 <p>
120 @@ -259,7 +259,7 @@ src_compile() {
121 will automatically be set as a USE flag as well. See
122 <c>profiles/arch.list</c> for a full list of valid architecture keywords,
123 and
124 - <uri link="http://www.gentoo.org/proj/en/glep/glep-0022.html">GLEP 22</uri>
125 + <uri link="https://wiki.gentoo.org/wiki/GLEP:22">GLEP 22</uri>
126 for an explanation of the format.
127 </p>
128
129
130 diff --git a/keywording/text.xml b/keywording/text.xml
131 index 828fd63..e22a76a 100644
132 --- a/keywording/text.xml
133 +++ b/keywording/text.xml
134 @@ -19,7 +19,7 @@ each given arch (<c>sparc</c>, <c>ppc</c>, <c>x86-obsd</c>, ...).
135
136 <note>
137 The term 'arch' is used in this sense for historical reasons. As a result
138 -of <uri link="http://www.gentoo.org/proj/en/glep/glep-0022.html">GLEP 22</uri>
139 +of <uri link="https://wiki.gentoo.org/wiki/GLEP:22">GLEP 22</uri>
140 and the various non-Linux ports, this is no longer a particularly
141 accurate term.
142 </note>
143 @@ -228,7 +228,7 @@ to make individual arrangements <d /> the arch teams are happy for help, so long
144 they know what is going on. Please note that <c>x86</c> is now no longer an exception
145 and stabilisation must be done through the <c>x86</c> arch team unless you have
146 individual arrangements <d /> see
147 -<uri link="http://www.gentoo.org/proj/en/glep/glep-0040.html">GLEP 40</uri>
148 +<uri link="https://wiki.gentoo.org/wiki/GLEP:40">GLEP 40</uri>
149 for further details.
150 </p>