Gentoo Archives: gentoo-portage-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH] man: Update URI of GLEP references.
Date: Sat, 14 Oct 2017 14:02:10
Message-Id: 23010.6362.847094.891462@a1i15.kph.uni-mainz.de
1 GLEPs have been moved to https://www.gentoo.org/glep/.
2 ---
3 man/ebuild.5 | 2 +-
4 man/emerge.1 | 2 +-
5 man/make.conf.5 | 4 ++--
6 man/portage.5 | 4 ++--
7 4 files changed, 6 insertions(+), 6 deletions(-)
8
9 diff --git a/man/ebuild.5 b/man/ebuild.5
10 index e4c866cd2..43d12765d 100644
11 --- a/man/ebuild.5
12 +++ b/man/ebuild.5
13 @@ -730,7 +730,7 @@ allows for packages to depend on \fIvirtual/jdk\fR rather than on blackdown
14 or sun specifically.
15
16 The \fBPROVIDE\fR variable has been deprecated. See
17 -\fIhttps://wiki.gentoo.org/wiki/GLEP:37\fR for details.
18 +\fIhttps://www.gentoo.org/glep/glep-0037.html\fR for details.
19
20 .TP
21 .B DOCS
22 diff --git a/man/emerge.1 b/man/emerge.1
23 index 12a0db166..3198ba028 100644
24 --- a/man/emerge.1
25 +++ b/man/emerge.1
26 @@ -108,7 +108,7 @@ later updating.
27 .BR \-\-check\-news
28 Scan all repositories for relevant unread GLEP 42 news items, and display
29 how many are found. See
30 -\fIhttps://wiki.gentoo.org/wiki/GLEP:42\fR.
31 +\fIhttps://www.gentoo.org/glep/glep-0042.html\fR.
32 .TP
33 .BR \-\-clean
34 Cleans up the system by examining the installed packages and removing older
35 diff --git a/man/make.conf.5 b/man/make.conf.5
36 index 65c18cc6d..a81b497bd 100644
37 --- a/man/make.conf.5
38 +++ b/man/make.conf.5
39 @@ -62,7 +62,7 @@ with the '@' symbol. License groups are defined in the \fIlicense_groups\fR
40 file (see \fBportage\fR(5)). In addition to license and group names, the
41 \fI*\fR and \fI-*\fR wildcard tokens are also supported. Refer to GLEP 23
42 for further information:
43 -\fIhttps://wiki.gentoo.org/wiki/GLEP:23\fR.
44 +\fIhttps://www.gentoo.org/glep/glep-0023.html\fR.
45 .br
46 Defaults to the value of * -@EULA.
47 .br
48 @@ -503,7 +503,7 @@ configures new enough distcc to use the proxy.
49 .TP
50 .B news
51 Enable GLEP 42 news support. See
52 -\fIhttps://wiki.gentoo.org/wiki/GLEP:42\fR.
53 +\fIhttps://www.gentoo.org/glep/glep-0042.html\fR.
54 .TP
55 .B noauto
56 When utilizing \fBebuild\fR(1), only run the function requested. Also, forces
57 diff --git a/man/portage.5 b/man/portage.5
58 index 5b1dfa838..89dc8ce44 100644
59 --- a/man/portage.5
60 +++ b/man/portage.5
61 @@ -1408,7 +1408,7 @@ A list of all the variables which will be displayed when you run `emerge info`.
62 This contains groups of licenses that may be specifed in the
63 \fBACCEPT_LICENSE\fR variable (see \fBmake.conf\fR(5)). Refer
64 to GLEP 23 for further information:
65 -\fIhttps://wiki.gentoo.org/wiki/GLEP:23\fR.
66 +\fIhttps://www.gentoo.org/glep/glep-0023.html\fR.
67
68 .I Format:
69 .nf
70 @@ -1542,7 +1542,7 @@ All local USE flags are listed here along with the package and a
71 description. This file is automatically generated from the
72 metadata.xml files that are included with each individual package.
73 Refer to GLEP 56 for further information:
74 -\fIhttps://wiki.gentoo.org/wiki/GLEP:56\fR.
75 +\fIhttps://www.gentoo.org/glep/glep-0056.html\fR.
76
77 .nf
78 .I Format:
79 --
80 2.14.2

Replies