Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Wed, 25 Jan 2017 05:31:48
Message-Id: 1485322182.b76359b3dad438a347e97b1a57c4be3011efceae.gokturk@gentoo
1 commit: b76359b3dad438a347e97b1a57c4be3011efceae
2 Author: Jonas Stein <news <AT> jonasstein <DOT> de>
3 AuthorDate: Mon Jan 23 21:47:09 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 05:29:42 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b76359b3
7
8 ebuild-writing/common-mistakes: improve the text with links
9
10 * add link to skel.ebuild header
11 * add link to No_homepage
12
13 Major changes to the text have been made by the committer.
14
15 ebuild-writing/common-mistakes/text.xml | 11 +++++++----
16 1 file changed, 7 insertions(+), 4 deletions(-)
17
18 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
19 index e9bcf5c..bc98089 100644
20 --- a/ebuild-writing/common-mistakes/text.xml
21 +++ b/ebuild-writing/common-mistakes/text.xml
22 @@ -148,9 +148,10 @@ Removing "-Werror" from configure.ac can cause breakage in very rare cases where
23 <body>
24
25 <p>
26 -When you submit your ebuilds, the header should be <e>exactly</e> the same as
27 -the one in <path>/usr/portage/skel.ebuild</path>. Most importantly, do not
28 -modify it in any way and make sure that the <c>&#36;Id&#36;</c> line is intact.
29 +When you submit your ebuilds, the header must be <e>exactly</e> the same as
30 +the one in
31 +<uri link="https://gitweb.gentoo.org/repo/gentoo.git/tree/skel.ebuild">
32 +skel.ebuild</uri>.
33 </p>
34
35 <p>
36 @@ -345,7 +346,9 @@ SLOT="0"
37 Please check if the HOMEPAGE variable is right and leads users to the right
38 page if they want to find out more about the package. And make sure the
39 DESCRIPTION is not overly long. Good descriptions will describe the main
40 -function of the package in a sentence.
41 +function of the package in a sentence. Set HOMEPAGE to
42 +<uri link="::ebuild-maintenance#Homepage unavailable">No_homepage wiki page</uri>,
43 +if there is none.
44 </p>
45
46 </body>