public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: keywording/, general-concepts/news/, ebuild-writing/variables/, ...
Date: Mon, 31 Mar 2014 17:29:30 +0000 (UTC)	[thread overview]
Message-ID: <1396286841.a5c7a15d308328339d9c0b7236f5e6743aba1088.hwoarang@gentoo> (raw)

commit:     a5c7a15d308328339d9c0b7236f5e6743aba1088
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 21:36:56 2014 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 17:27:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=a5c7a15d

update GLEP links to new wiki location

GLEPs have been moved to wiki.g.o - update all GLEP links to the new location

X-Gentoo-Bug: 504526
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=504526

---
 ebuild-writing/file-format/text.xml         | 2 +-
 ebuild-writing/misc-files/metadata/text.xml | 6 +++---
 ebuild-writing/variables/text.xml           | 2 +-
 general-concepts/licenses/text.xml          | 2 +-
 general-concepts/news/text.xml              | 2 +-
 general-concepts/use-flags/text.xml         | 4 ++--
 keywording/text.xml                         | 4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
index 9d00e6b..52216d1 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -158,7 +158,7 @@ positions wide, and multibyte characters are just one position wide.
 <p>
 All ebuilds (and eclasses, metadata files and ChangeLogs) must use the
 UTF-8 character set. See <uri
-link="http://www.gentoo.org/proj/en/glep/glep-0031.html">GLEP 31</uri>
+link="https://wiki.gentoo.org/wiki/GLEP:31">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 79e3291..4b8d042 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -54,7 +54,7 @@ A <path>metadata.xml</path> file can contain a number of tags:
   </ti>
   <ti>
     This is the root element of the <path>metadata.xml</path> file for
-    categories as per <uri link="/proj/en/glep/glep-0034.html">GLEP 34</uri>.
+    categories as per <uri link="https://wiki.gentoo.org/wiki/GLEP:34">GLEP 34</uri>.
     It has no attributes. It contains a number of 
     <brite>&lt;longdescription&gt;</brite> tags, each for a different 
     language.
@@ -496,9 +496,9 @@ the XML can be validated.
 <p>
 For categories, <c>metadata.xml</c> specifies a long description (in
 English and optionally in other languages). The format is specified
-formally in <uri link="http://www.gentoo.org/proj/en/glep/glep-0034.html">
+formally in <uri link="https://wiki.gentoo.org/wiki/GLEP:34">
 GLEP 34</uri>, and the character set <b>must</b> be UTF-8 as specified
-by <uri link="http://www.gentoo.org/proj/en/glep/glep-0031.html">GLEP
+by <uri link="https://wiki.gentoo.org/wiki/GLEP:31">GLEP
 31</uri>. A typical example:
 </p>
 

diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index d2e97cb..abe66ce 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -352,7 +352,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="http://www.gentoo.org/proj/en/glep/glep-0023.html">
+<c>DEPEND</c>. See <uri link="https://wiki.gentoo.org/wiki/GLEP:23">
 GLEP 23</uri> for details.
 </p>
 

diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml
index f98f303..ba75969 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="http://www.gentoo.org/proj/en/glep/glep-0023.html">GLEP 23</uri>
+<uri link="https://wiki.gentoo.org/wiki/GLEP:23">GLEP 23</uri>
 </p>
 
 <p>

diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.xml
index 77c7f5f..d84134e 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="http://www.gentoo.org/proj/en/glep/glep-0042.html">GLEP 42: Critical News Reporting.</uri>  
+in <uri link="https://wiki.gentoo.org/wiki/GLEP:42">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 85523fc..2e20593 100644
--- a/general-concepts/use-flags/text.xml
+++ b/general-concepts/use-flags/text.xml
@@ -162,7 +162,7 @@ RDEPEND="fakemedia? ( >=media-libs/fakemedia-1-1 )"
 	Since <c>use.local.desc</c> is automatically generated it must never be
 	manually editted in the tree.
 	See
-	<uri link="http://www.gentoo.org/proj/en/glep/glep-0056.html">GLEP 56</uri>
+	<uri link="https://wiki.gentoo.org/wiki/GLEP:56">GLEP 56</uri>
 	for more info.
 </p>
 <p>
@@ -259,7 +259,7 @@ src_compile() {
 	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="http://www.gentoo.org/proj/en/glep/glep-0022.html">GLEP 22</uri>
+	<uri link="https://wiki.gentoo.org/wiki/GLEP:22">GLEP 22</uri>
 	for an explanation of the format.
 </p>
 

diff --git a/keywording/text.xml b/keywording/text.xml
index 828fd63..e22a76a 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="http://www.gentoo.org/proj/en/glep/glep-0022.html">GLEP 22</uri>
+of <uri link="https://wiki.gentoo.org/wiki/GLEP:22">GLEP 22</uri>
 and the various non-Linux ports, this is no longer a particularly
 accurate term.
 </note>
@@ -228,7 +228,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="http://www.gentoo.org/proj/en/glep/glep-0040.html">GLEP 40</uri>
+<uri link="https://wiki.gentoo.org/wiki/GLEP:40">GLEP 40</uri>
 for further details.
 </p>
 


                 reply	other threads:[~2014-03-31 17:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1396286841.a5c7a15d308328339d9c0b7236f5e6743aba1088.hwoarang@gentoo \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox