commit:     f00b95e90d87fc6ffd0fa0f2ba800c4c1799769e
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 05:20:39 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
CommitDate: Wed May 18 05:20:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f00b95e9

ebuild-writing/misc-files: do not use https in DOCTYPE for metadata files

libxml2 has no SSL support and therefore cannot fetch the DTD served
over https. See the Gentoo commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfb585cc60a9e

This partially reverts 5b16122e6786de482bf8a57ae7eebcc8a31d4b17

Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>

 ebuild-writing/misc-files/metadata/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/misc-files/metadata/text.xml 
b/ebuild-writing/misc-files/metadata/text.xml
index 486af11..ffd2993 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -658,7 +658,7 @@ English and optionally in other languages). A typical 
example:
 
 <codesample lang="sgml">
     &lt;?xml version="1.0" encoding="UTF-8"?&gt;
-    &lt;!DOCTYPE catmetadata SYSTEM 
"https://www.gentoo.org/dtd/metadata.dtd"&gt;
+    &lt;!DOCTYPE catmetadata SYSTEM 
"http://www.gentoo.org/dtd/metadata.dtd"&gt;
     &lt;catmetadata&gt;
             &lt;longdescription lang="en"&gt;
                 The app-vim category contains plugins and syntax file

Reply via email to