commit:     b76359b3dad438a347e97b1a57c4be3011efceae
Author:     Jonas Stein <news <AT> jonasstein <DOT> de>
AuthorDate: Mon Jan 23 21:47:09 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 05:29:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b76359b3

ebuild-writing/common-mistakes: improve the text with links

* add link to skel.ebuild header
* add link to No_homepage

Major changes to the text have been made by the committer.

 ebuild-writing/common-mistakes/text.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index e9bcf5c..bc98089 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -148,9 +148,10 @@ Removing "-Werror" from configure.ac can cause breakage in 
very rare cases where
 <body>
 
 <p>
-When you submit your ebuilds, the header should be <e>exactly</e> the same as
-the one in <path>/usr/portage/skel.ebuild</path>. Most importantly, do not
-modify it in any way and make sure that the <c>&#36;Id&#36;</c> line is intact.
+When you submit your ebuilds, the header must be <e>exactly</e> the same as
+the one in
+<uri link="https://gitweb.gentoo.org/repo/gentoo.git/tree/skel.ebuild";>
+skel.ebuild</uri>.
 </p>
 
 <p>
@@ -345,7 +346,9 @@ SLOT="0"
 Please check if the HOMEPAGE variable is right and leads users to the right
 page if they want to find out more about the package. And make sure the
 DESCRIPTION is not overly long. Good descriptions will describe the main
-function of the package in a sentence.
+function of the package in a sentence. Set HOMEPAGE to
+<uri link="::ebuild-maintenance#Homepage unavailable">No_homepage wiki 
page</uri>,
+if there is none.
 </p>
 
 </body>

Reply via email to