public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/, general-concepts/news/, general-concepts/use-flags/, ...
@ 2017-10-27 20:55 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2017-10-27 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ae0773cde16a652bf9121f37d0383c03a9df14e9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 19:36:11 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 19:42:43 2017 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ae0773cd

Update links to GLEPs.

GLEPs have been moved to https://www.gentoo.org/glep/.

Bug: https://bugs.gentoo.org/634198

 ebuild-writing/file-format/text.xml          | 4 ++--
 ebuild-writing/misc-files/metadata/text.xml  | 8 ++++----
 ebuild-writing/variables/text.xml            | 2 +-
 general-concepts/herds-and-projects/text.xml | 2 +-
 general-concepts/licenses/text.xml           | 2 +-
 general-concepts/news/text.xml               | 2 +-
 general-concepts/use-flags/text.xml          | 6 ++----
 keywording/text.xml                          | 4 ++--
 8 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
index 754b81e..56758f1 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -195,8 +195,8 @@ positions wide, and multibyte characters are just one position wide.
 <body>
 <p>
 All ebuilds (and eclasses, metadata files and ChangeLogs) must use the
-UTF-8 character set. See <uri
-link="https://wiki.gentoo.org/wiki/GLEP:31">GLEP 31</uri>
+UTF-8 character set.
+See <uri link="https://www.gentoo.org/glep/glep-0031.html">GLEP 31</uri>
 for details.
 </p>
 </body>

diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
index 44a8554..35179c9 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -15,9 +15,9 @@ package or category.
 
 <p>
 A metadata file follows the syntax defined in
-<uri link="https://wiki.gentoo.org/wiki/GLEP:68">GLEP 68</uri>.
+<uri link="https://www.gentoo.org/glep/glep-0068.html">GLEP 68</uri>.
 The character set <b>must</b> be UTF-8 as specified by
-<uri link="https://wiki.gentoo.org/wiki/GLEP:31">GLEP 31</uri>.
+<uri link="https://www.gentoo.org/glep/glep-0031.html">GLEP 31</uri>.
 </p>
 
 <p>
@@ -367,7 +367,7 @@ part of regular package maintenance.
 <p>
 Unless specified otherwise, the maintainer who is listed in the
 metadata first shall be the assignee for the bugs for that package as
-per <uri link="https://wiki.gentoo.org/wiki/GLEP:67#Bug_assignment">
+per <uri link="https://www.gentoo.org/glep/glep-0067.html#bug-assignment">
 GLEP 67</uri>.
 </p>
 
@@ -622,7 +622,7 @@ specified in the <c>&lt;subslots&gt;</c> tag.
 <p>
 Maintainer-needed, or orphaned, packages have no maintainers
 responsible for them. Per
-<uri link="https://wiki.gentoo.org/wiki/GLEP:67#Case_of_maintainer-needed_packages">
+<uri link="https://www.gentoo.org/glep/glep-0067.html#case-of-maintainer-needed-packages">
 GLEP 67</uri>, these packages must not contain any &lt;maintainer&gt;
 subtags under &lt;pkgmetadata&gt; in their <c>metadata.xml</c>. By
 convention, a comment line containing the string <c>maintainer-needed</c>

diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index 6a6bbe8..3a14b1c 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -415,7 +415,7 @@ listed.
 <p>
 It is possible to specify multiple <c>LICENSE</c> entries, and entries which only
 apply if a particular <c>USE</c> flag is set. The format is the same as for
-<c>DEPEND</c>. See <uri link="https://wiki.gentoo.org/wiki/GLEP:23">
+<c>DEPEND</c>. See <uri link="https://www.gentoo.org/glep/glep-0023.html">
 GLEP 23</uri> for details.
 </p>
 

diff --git a/general-concepts/herds-and-projects/text.xml b/general-concepts/herds-and-projects/text.xml
index 81b1885..72b4060 100644
--- a/general-concepts/herds-and-projects/text.xml
+++ b/general-concepts/herds-and-projects/text.xml
@@ -12,7 +12,7 @@
 <p>
 The management structure of Gentoo, called the "metastructure", is
 defined in
-<uri link="https://wiki.gentoo.org/wiki/GLEP:39#Specification">
+<uri link="https://www.gentoo.org/glep/glep-0039.html#specification">
 GLEP 39</uri>. In Gentoo, a project is a group of developers working
 towards a common goal in various different areas. For example, the
 <uri link="https://wiki.gentoo.org/wiki/Project:Devmanual">

diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml
index 0829fcc..612b1a6 100644
--- a/general-concepts/licenses/text.xml
+++ b/general-concepts/licenses/text.xml
@@ -31,7 +31,7 @@ PDF files rather than plain text <d/> this should only be done if we
 are legally required to do so.
 Finally you need to check if your license should be added to a license group
 as listed in $PORTDIR/profiles/license_groups. For more information see the
-<uri link="https://wiki.gentoo.org/wiki/GLEP:23">GLEP 23</uri>
+<uri link="https://www.gentoo.org/glep/glep-0023.html">GLEP 23</uri>.
 </p>
 
 <p>

diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.xml
index aabeec9..2484ea8 100644
--- a/general-concepts/news/text.xml
+++ b/general-concepts/news/text.xml
@@ -7,7 +7,7 @@
 <p>
 Gentoo News Items were created to provide a communication medium to push critical 
 messages to users via the rsync tree.  The original proposal for news items is outlined
-in <uri link="https://wiki.gentoo.org/wiki/GLEP:42">GLEP 42: Critical News Reporting.</uri>  
+in <uri link="https://www.gentoo.org/glep/glep-0042.html">GLEP 42: Critical News Reporting.</uri>
 </p>
 
 <p>

diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml
index f187808..4728d0f 100644
--- a/general-concepts/use-flags/text.xml
+++ b/general-concepts/use-flags/text.xml
@@ -161,8 +161,7 @@ RDEPEND="fakemedia? ( >=media-libs/fakemedia-1-1 )"
 	package's <c>metadata.xml</c> and may be used by tools that parse the tree.
 	Since <c>use.local.desc</c> is automatically generated it must never be
 	manually editted in the tree.
-	See
-	<uri link="https://wiki.gentoo.org/wiki/GLEP:56">GLEP 56</uri>
+	See <uri link="https://www.gentoo.org/glep/glep-0056.html">GLEP 56</uri>
 	for more info.
 </p>
 <p>
@@ -258,8 +257,7 @@ src_compile() {
 	The current architecture (e.g. <c>x86</c>, <c>sparc</c>, <c>ppc-macos</c>)
 	will automatically be set as a USE flag as well. See
 	<c>profiles/arch.list</c> for a full list of valid architecture keywords,
-	and
-	<uri link="https://wiki.gentoo.org/wiki/GLEP:22">GLEP 22</uri>
+	and <uri link="https://www.gentoo.org/glep/glep-0022.html">GLEP 22</uri>
 	for an explanation of the format.
 </p>
 

diff --git a/keywording/text.xml b/keywording/text.xml
index 422e15b..5ad2c75 100644
--- a/keywording/text.xml
+++ b/keywording/text.xml
@@ -19,7 +19,7 @@ each given arch (<c>sparc</c>, <c>ppc</c>, <c>x86-obsd</c>, ...).
 
 <note>
 The term 'arch' is used in this sense for historical reasons. As a result
-of <uri link="https://wiki.gentoo.org/wiki/GLEP:22">GLEP 22</uri>
+of <uri link="https://www.gentoo.org/glep/glep-0022.html">GLEP 22</uri>
 and the various non-Linux ports, this is no longer a particularly
 accurate term.
 </note>
@@ -234,7 +234,7 @@ to make individual arrangements <d /> the arch teams are happy for help, so long
 they know what is going on. Please note that <c>x86</c> is now no longer an exception
 and stabilisation must be done through the <c>x86</c> arch team unless you have
 individual arrangements <d /> see
-<uri link="https://wiki.gentoo.org/wiki/GLEP:40">GLEP 40</uri>
+<uri link="https://www.gentoo.org/glep/glep-0040.html">GLEP 40</uri>
 for further details.
 </p>
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-27 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-27 20:55 [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/, general-concepts/news/, general-concepts/use-flags/, Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox